GithubHelp home page GithubHelp logo

drewromanyk / glamrous.me Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 12.34 MB

glamrous.me

Home Page: https://www.glamrous.me

API Blueprint 10.56% Python 36.87% Shell 0.53% JavaScript 44.22% HTML 1.53% CSS 5.40% Makefile 0.88%

glamrous.me's People

Contributors

cpiely avatar drewromanyk avatar myopark avatar rperce avatar thomas-potnuru avatar thomasgaubert avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

glamrous.me's Issues

Fix issue count

Anything with multiple assignees is not being counted because you have to pull from a different field in the GitHub API results

app/tests.py

  • Quality of unit tests
  • 10 to 15 tests
  • run coverage
  • coverage results

Tests can't be run yet

Handle 202 codes from Github api

When stats need to be recached on Github's side, we get back status code 202, and are instructed to wait a few moments and try again. We don't handle this right now, so sometimes the stats just don't update right and the page must be refreshed

Apiary

  • Quality of API

Doesn't need to be implemented until next phase

Create Website

  • About Page
  • Design, Asethitics
  • Embedded Media,
  • Links from models to models
  • Easy to navigate, no broken links
  • Grid, filtering, sorting

Create Documentation

  • pydoc for app/models.py
  • create inline comments if you need to explain why for a implementation

Create React components for bootstrap elements

So that, e.g., instead of

<div className='container'>
    <div className='row'>
        <div className='col-lg-4'>
            {...}
        </div>
    </div>
</div>

we can have

<Container>
    <Row>
        <Col lg={4}>
           {...}
        </Col>
    </Row>
</Container>

tests

  • app/tests.out
  • run coverage
  • coverage results

app/models.py

  • Quality of models
  • assertions
  • pylint results
  • autopep8

update technical report

  • 3750 words
  • use cases, RESTful API, models, tools, hosting, and DB
  • good sections, multiple pages, good headers, figures, and grammar
  • table of contents ( #36 )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.