Skip to content

2022.10.30 Scrum meeting

Aneeljyot Alagh edited this page Oct 31, 2022 · 3 revisions

Attendance

image Note: The above screenshot was taken on 2022-10-30.

  • Everyone is here (Discord voice call)
  • Scrum master: Aneeljyot Alagh

Project Updates

  • 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:
    • Worked on issue #12
    • Brainstormed ideas for #57
  • 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)

Issues/Questions

  • Are the controller classes supposed to follow MVC conventions?
  • Viewing an ingredient: Editing button in listview or dropdown?
  • When should we change to fragments?

Action Items

  • 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