-
Notifications
You must be signed in to change notification settings - Fork 0
2022.10.30 Scrum meeting
Aneeljyot Alagh edited this page Oct 31, 2022
·
3 revisions
Note: The above screenshot was taken on 2022-10-30.
- Everyone is here (Discord voice call)
- Scrum master: Aneeljyot Alagh
- Aneel:
- Completed Java unit tests for RecipeList
- Javadocs for RecipeListTest.java
- Looked into controller classes and MVC models
- Clare:
- AndroidTests for RecipeList (functions not already tested in Java unit tests; should be done by tomorrow)
- Can possibly merge (after AndroidTests done)
- Watched League of Legends something or the other
- Curtis:
- Fixed inputs for adding ingredients to give proper error messages
- Javadocs for adding recipe and AddIngredient
- AutoCompleteTextView elements for units
- Josh:
- Kailash:
- Switched onClick to onClickListener
- Crammed ECON399 lectures at 2x speed 💀
- Vedant:
- Worked on navigation bar
- Issue: FAB initially had empty icon; now fixed
- Navigation graphs (to be used to link each icon to fragment file; almost done)
- Looked into accessing add button from fragments that don't contain it (there seems to be a good solution)
- Worked on navigation bar
- Are the controller classes supposed to follow MVC conventions?
- Viewing an ingredient: Editing button in listview or dropdown?
- When should we change to fragments?
- Aneel: Merge recipeList branch to main, show images in RecipeList, work on controller classes
- Clare: Finish AndroidTests, and same as Aneeljyot
- Curtis: Unit tests, image adding to Firebase, working on UI for recipes, writing up review/retrospective meeting minutes
- Josh: Finish US 01.02.01 #12, change icons (see #70)
- Kailash: Start working on controller classes, convert activities to fragments
- Vedant: Finish implementation for navigation graphs, give tutorial to the rest of us on the graphs, implement sorting for ingredient storage (similar to recipe list sorting), need to finish AndroidTests for IngredientStorage