Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Programming-With-Chris authored Jul 23, 2022
1 parent ee6fab8 commit 539cc58
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# ShoppingList


## Features I want to implement
## Major Features needed for MVP
- Sorting by aisle (populate aisles by either ML or webscraper)
- Create new list starting with last week's list
- timestamp lists by creation time

## The Build Roadmap
- ✔ Base app build to give me a UI to test in
- ✔ Database and data persistence features (In our case, Sqlite)
- ✔ Add APIs to grab information we need - At the moment, this is just hooked up to the Kroger API, more stores added in the future
- Sorting Algorithms - Building an efficient path through the store
- Basic List Creation features - A good 'starting point' for a user, maybe different list types we can keep up with (weekly groceries vs stuff for a party, etc)
- UI work to make the app actually look good
- Personal testing in a Grocery store
- Maybe a soft launch at this point?
- Feature Roadmap starts

## Feature Roadmap
- Supporting more stores
- As I think of more features, we'll put them here.

0 comments on commit 539cc58

Please sign in to comment.