Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Programming-With-Chris committed Jul 23, 2022
2 parents 3ecc9bf + 3747a16 commit 25fc6de
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# ShoppingList


## Features I want to implement
- Sorting by aisle (populate aisles by either ML or webscraper)
## Major Features needed for MVP
- Sorting by aisle (Data from API, sorting by ??? (that might be where the ML comes in))
- 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 25fc6de

Please sign in to comment.