Code Monkey home page Code Monkey logo

my-fridge-app's People

Contributors

apruner avatar

Stargazers

 avatar

Watchers

 avatar  avatar

my-fridge-app's Issues

Add auth with email/password

Firebase auth has a seemingly easy to use way to set up auth with email/password. Look into adding this to make use of my current login form.

  • This would also involve building a sign up form

Implement Auth

Implement a signup with google/facebook (OAuth v2) page and service to hit a graphql endpoint in the server! This is dependent on server work.

Build out project structure

Need to have an organized plan for project structure. Src code should be broken up into the following directories:

  • Services (graphql stuff)
  • Screens (pages in the app)
  • Widgets(reusable components)
  • Utils
  • Anything else relevant (Constants, etc)

Build Login Screen

Build a stateful login screen that doesn't yet talk to the backend. It'll need to have the following:

  • Email and password inputs

OR

  • Login with google button

or both! We'll see how the backend work goes first :)

Build out/mockup Fridge screen

On the fridge/pantry page, we need to show the user which staples they have in their fridge/pantry, and also give them the option to add/remove groceries.

Mock up UI for viewing/updating a single shopping list and adding/removing/updating the food items inside that list

Of course it's useful to view all the shopping lists at once, but we also need functionality to view them one at a time.

We should have an overlay screen for this. The user should be able to get there by tapping a shopping list on the shopping lists screen (duh!).

On this overlay screen, we need the following functionality:

  • Add an item to the list
  • Remove an item from the list
  • Adjust the values (amount, category, name) of the items that are in the list
  • Delete the list
  • Rename the list

Not all of these need to get done in this issue (it's a lot of work for one issue), but whatever doesn't get done should have new issues created for it.

Think about how to do "Recent shopping lists" feature

On the Home page, I want to list the 3 most recent shopping lists. I think the way I'll do this is just caching the last 3 opened or created shopping lists as a queue somewhere. This might involve some server changes as well.

Build out/mockup home screen

Mockup the home screen, which will have a number of features (maybe in a tab setup at the bottom/top of the screen, or a sidebar):

  • My Lists (shopping list CRUD)
  • My Fridge/Pantry (inventory CRUD)
  • Maybe more stuff to come, but these two are good for now

Do some basic UX designs for core workflows

The following workflows need to be built mocked up:

  • Logging in
  • Signing up
  • Viewing inventory
  • Adding a set of items to inventory (can be via text entry or something simple for now)
  • Shopping list (Create list, add to list, delete list, remove from list)

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.