CSC207-UofT / course-project-group-039-foodies

course-project-group-039-foodies created by GitHub Classroom
4 stars 0 forks source link

Groups g UI #96

Closed yiemily closed 2 years ago

yiemily commented 2 years ago
  1. GroupCommands (completed)

    • 5 commands in GroupCommands
  2. Group GUI (completed)

    • Groups created in GUIPages
  3. GroupRecipeBook & GroupSubRecipeBook (completed)

    • GroupRecipeBook & GroupSubRecipeBook are created in Entity
  4. GroupRecipeBookCSVReader (completed)

    • GroupRecipeBookCSVReader in Gateways
    • GroupManager in UseCases.Utilities can be removed now.
  5. GroupRecipeBookManager & GroupSubRecipeBookManager (completed)

    • GroupRecipeBookManager & GroupSubRecipeBookManager are created in UseCases.
  6. GeneralRecipeBookCommands (completed)

    • RecipeBookCommands Package & GroupRecipeBookCommands Package are refactored into GeneralRecipeBookCommands.
    • RecipeBookCommands Package & GroupRecipeBookCommands Package NOT in the GeneralRecipeBookCommands can be removed now.
  7. PageManager (modified)

  8. GroupRecipeViewerCommands (in progress)

    • GroupRecipeViewerCommands created