CS5500-S-2023 / team-bear

team-bear created by GitHub Classroom
0 stars 0 forks source link

Create /view mylisting functionality #17

Closed lenad90 closed 1 year ago

lenad90 commented 1 year ago

User Story:

UML Diagram: https://lucid.app/lucidchart/ae75f666-c53a-43a0-a7e8-0deff5bb742e/edit?viewport_loc=-129%2C-49%2C2742%2C1317%2CHWEp-vi-RSFO&invitationId=inv_3d71dc63-f6d1-486c-85e8-81c8aa19c6bc

Definition of Done

Criteria to indicate a user story/backlog task is completed.

Topic | Criteria (What to include in each row) -- | -- Design | Refactoring is completeIt builds with no errors Code | The To-Do’s for this user story are complete?All features are included in the codeCode functionality has been tested by the assignee and the reviewer.Code has been approved by another team member.Code passes all checks before merging with main. Documentation | Each class has a header with a brief description of the code.Functions are commented on completely.Any additional comments are made in line.Documentation has been reviewed by another team member. Testing | Unit testing has been completed for any functions added.App can launch.All checks pass. Final task | Code reviewed by another member, approved, and then merged with main branch.If the purpose of that branch has been fulfilled, delete it.