Skip to content

CRC Cards

Charlotte edited this page Nov 4, 2022 · 10 revisions

Object-Oriented Analysis - CRC Cards

About

Document your initial object-oriented analysis using CRC cards, focusing on the most important anticipated classes, their responsibilities, and collaborators.

Tool used

Files

Cards

Ingredient Classes

CRC_ingredient CRC_storage CRC_storageActivity CRC_storageAdapter CRC_addEditIngredientFragment CRC_addEditCustomValue

Recipe Classes

CRC_recipe CRC_recipeList CRC_recipeListActivity CRC_recipeListAdapter CRC_addRecipeFragment CRC_viewRecipeFragment

Meal Plan Classes

CRC_mealPlan CRC_dailyPlan CRC_mealPlanActivity CRC_mealPlanAdapter

Shopping List Classes

CRC_shoppingList CRC_shoppingListActivity CRC_shoppingListAdapter

Comparator Classes

CRC_ingredientComparator CRC_ingredientBBDComparator CRC_ingredientCategoryComparator CRC_ingredientDescriptionComparator CRC_ingredientLocationComparator

Other Classes

CRC_mainActivity CRC_mainMenuActivity CRC_DBController

Clone this wiki locally