Skip to content

2022.11.01 Scrum Meeting

LeCitrus edited this page Nov 2, 2022 · 1 revision

Attendance

image

Note: The above screenshot was taken on 2022-11-1.

  • Everyone is here (Discord voice call)
  • Scrum master: Clare Chen

Project Updates

  • Aneel:
    • Implemented photo viewing capability in RecipeList
    • Removed temporary testing placeholders in RecipeList (cleaned up code)
    • Added JavaDocs (references)
    • Closed 02.07.01 and 02.08.01 issues on github
    • Merged RecipeList with Main Activity
    • Helped merge adding recipe image to database
  • Clare:
    • AndroidTests for RecipeList (button checks and delete functionality checks)
    • Merged RecipeList with Main Activity
  • Curtis:
    • UI changes for Recipe
    • Added photo functionality in Recipe
    • Researched controllers
    • Edited the Recipe class and collaborated with RecipeList group
  • Josh:
    • Worked on issue #12 (almost complete)
    • Helped merge recipeList
  • Kailash:
    • Closed and cleaned up remaining issues
    • Engaged in community discussion
    • Researched MVC and its possible implementation
  • Vedant:
    • Worked on navigation bar (backend how to connect with fragments)
      • Waiting on fragment completion from Ingredients(List) and Recipes(List)

Issues/Questions

  • Do view objects go into controller class or do they exist in MainActivity and are passed in as an argument?
  • Is the MainActivity a controller class?
  • Is a fragment or activity a controller?
  • Need some sample code to build on
  • MVC MANIFESTO!!!
  • For View and Edit IngredientList and RecipeList, possibly have the order: View --> Edit
    • OnClickListener to expand the fragment

Action Items

  • Aneel: Work on controller class for recipeList, fix tests for merging photo pull request (#76), work on deletion of recipe images in firebase db, turn recipeList a fragment
  • Clare: ^ help Aneel, update UML for recipeList, update Storyboard
  • Curtis: Unit tests/android tests, work on edit/remove ingredient, work with Aneel and Clare to link recipe with recipeList to have edit and add functionality, work on controller classes (possible shared controller class)
  • Josh: Waiting for pr to be merged, change navigation bar icons, implement delete ingredientStorage functionality
  • Kailash: Further research on controller classes, compile list of questions ask TA about controller classes on Wednesday Lab
  • Vedant: Finish navigation bar, link working prototype with fragments, work on sorting ingredientStorage, look into new preferred method to use navigation bar