forked from Programming-With-Chris/ShoppingList
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee6fab8
commit 539cc58
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |