Skip to content

Commit

Permalink
add creator goal testing #4
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl authored Apr 20, 2024
1 parent b05a1c4 commit 6769376
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,22 @@ The same set of goals was determined for all users of the app regardless of whet
- [CR3] I want to make use of Object Oriented Programming
- [CR4] I want to reduce code redundancy as much as possible
- [CR5] I want the app to handle all possible user input
- [CR5] I want pre-empt unexpected user input that the application cannot handle
- [CR6] I want the user to always be sure how to interact with the program
- [CR7] I want the app to be as visually appealing as possible under the given constraints of the template
- [CR8] I want to write code with future extensibility and scalability in mind

|Goal |Feature facilitating the goal|
|--- |---|
|CR1 |The finished application|
|CR2 |[The application uses a real-life database](README.md/#database)|
|CR3 |[`DishList and `ShoppingList` classes and methods](README.md/#oop)|
|CR4 |[Code design](README.md/#code-design)|
|CR5 |[Validator functions](README.md/#code-design)|
|CR6 |[Interaction design](README.md/#interaction-design)|
|CR7 |[Visual design](README.md/#visual-design)|
|CR7 |[Website design](README.md/#website-design)|
|CR8 |[Code design](README.md/#code-design)|

## Code validation

### Naming conventions used
Expand Down

0 comments on commit 6769376

Please sign in to comment.