generated from acmucsd-projects/mern-template-updated
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finished 08312024-sprint-5-review.md
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# NightMonkey Coders: Sprint 5 Review <br> 08/31/2024 10:00am - 11:00am | ||
|
||
## Members Present | ||
- Gowtham | ||
- Vinod | ||
- Tia | ||
|
||
## Next Meeting | ||
**September 4, 2024 from 6:00pm-7:00pm** | ||
- Biweekly meetings on Wednesdays at 4:00pm | ||
|
||
## Topics | ||
- Review Weekly Progress | ||
- Action Items for Next Week | ||
|
||
### Review Weekly Progress | ||
- Progress has been made on MongoDB | ||
- using Mirabelle to download files as a .csv file | ||
- The file generated gives everything that we need in terms of information that would be given per item (ingredients, nutrition facts, etc.) | ||
- Every product is represented as a MongoDB object - 182 fields which might be why its taking up so much space. | ||
- Grocery List + User Authentification are finished. | ||
|
||
### Moving Forward | ||
- MongoDB is pretty much ready to start working with it. | ||
- Open food database has sampler images too. | ||
- Authentification is gonna get pushed + tested later. |