Giter Site home page Giter Site logo

bluum's Introduction

Hello!

๐Ÿ‘‹ I am a software generalist primarily building with React and Python.

๐Ÿ“ซ You can find how to reach me at https://georgelifchits.ca/

bluum's People

Contributors

glifchits avatar seanjyoung avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

bluum's Issues

User Creation

Need some way to create user profiles. Would be cool if ppl could log-in using Facebook or Google.

Acceptance Criteria

  • User model in the DB
  • API for creating/authenticating users via the React Native client
  • User signup/login UI in the app

UI for Adding Brews

Requirements

  • Rating slider
  • Brew method dropdown
  • Notes text input
  • Grind Coarseness slider
  • Amount of coffee text input with unit dropdown
  • Amount of water text input with unit dropdown

Photos and tasting notes can probably be skipped in V1

Mockup

screen shot 2018-03-22 at 12 14 29 am

Write tests

Move fast but don't break things

Wise to do for continuous deployment: #45

Deep dive on refreshing after mutations

Whenever new brews/coffees/roasters are added, so far I've been doing granular manipulations to the Apollo cache using the Mutation update={(cache, { data })} prop. There must be a better way, because the Query and Mutation components are so nice and declarative and the cache updater callback is not.

Select/Create Screen for Roasters

Requirements

  • User can input a search term
  • Return roasters that match the search term
  • Append an extra card to the list that allows the user to add a new roaster

Also, we should try and make this container re-usable for other objects like tasting notes, regions, or brew styles.

screen shot 2018-04-10 at 10 06 50 am

Subjective coffee ratings

Support the concept of an overall coffee rating. A user should be able to assign a rating to any coffee that is not tied to any brew. A nice way to think of this is a user's subjective, "holistic" opinion of coffee beans.

  • Implement DB/API for this stuff, associate with users
  • Frontend to assign ratings

UI for My Coffee list

Requirements

  • User can sort coffees by Date Added, Roaster, and Roast Type
  • User can search coffees
  • Render list of coffees that the user has brewed

We can probably leave out filters for V1

Mockup

screen shot 2018-03-22 at 12 16 59 am

Wireframes

Acceptance Criteria

  • We feel pretty good about implementing the wireframes as a V1

Add a new roaster screen

The screen which provides a form to add a new roaster to the DB. Follows up on #24 โ€“ its what happens when the user decides to add a roaster that didn't show up in the search.

Build UI for Coffee Profile

Requirements

  • Displays Basic Info about coffee at the top (name, roaster, roast type, rating)
  • User can toggle between two tabs: My Brews and Coffee Info
  • In the My Brews tab, brew history is displayed and sorted by most recent
  • In the Coffee Info tab, show description and any other info we have on the coffee

Mockups

screen shot 2018-03-22 at 12 07 54 am

screen shot 2018-03-22 at 12 08 15 am

Associate brews with users

  • Ensure that new brews are created for the authenticated user
  • Ensure that past brews are only fetched for the authenticated user
  • Model
  • API
  • Frontend

Fix app crash

To reproduce:

  1. Add a new coffee
  2. Go to the coffee details page for the new one
  3. Go to "More info"

Expected: shows more info

Actual: crashes, goes to home screen, Apollo cache empty

UI for Looking at a Past Brew

Requirements

  • Shows the properties of the brew that the user had made
  • Nothing can be changed, this is read only

Mockup

screen shot 2018-03-22 at 12 18 43 am

Style the App

Screens to Style:

  • Home Screen
  • Search Results
  • Add New Coffee Form
  • My Coffee
  • Coffee Profile
  • Add Brew

UI for adding new coffee

Acceptance Criteria

  • A screen where user can enter all relevant info for creating a new coffee

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.