Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Progress Report 1

Progress Report 1

Greg Ziegan

October 13, 2015
Tweet

More Decks by Greg Ziegan

Other Decks in Programming

Transcript

  1. WHAT IS PREWRITING? Good literature needs prior thought. It also

    needs characters, places, and plot items.
  2. Before we start a novel, we need to do the

    following: Figure out a vague back-of-book summary Craft some characters, places, and plot items (Proto) Name it
  3. These steps will happen in sequence, each after a certain

    amount of time to allow for reddit-style voting to occur on contributions.
  4. 1. Navigation - done 2. Voting - done 3. Prewriting

    backend - done frontend - begun 4. Statistics backend - done frontend - not started 5. Grammar Filtering - improved not yet introduced to the product
  5. Styling will take us a longer time than originally expected

    due to our inexperience. Our logo designer will be consulting on the design. We are doing entirely custom CSS, no frameworks (Bootstrap, Foundation, etc).
  6. One of the open source libraries for our mobile application

    is still under rapid development, so we are focusing effort on the web front-end. This library is the Relay API which provides a convenient wrapper to our components to access our GraphQL data layer.
  7. Implementing new features has been much faster than anticipated. Most

    components are close to universal (web & mobile). React allows us to only need to rewrite the view layer. Positioning is still managed with Flexbox React-Native allows us to swap out <div> for <View> and <p> for <Text>