Skip to content

Commit

Permalink
docs(all): ✏️ Added retrospective (#15)
Browse files Browse the repository at this point in the history
added retrospective to readme.md
  • Loading branch information
AlexTamVo authored Nov 12, 2024
1 parent d870e40 commit 9f285ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
TACOS next generation(/rewrite)

Documentation

# Setup

clone the repository to your a folder on your local machine from github
Expand Down Expand Up @@ -49,6 +50,7 @@ pnpm run build
and this will build the backend on your local repository.

# Frontend Iteration 2 Feature Tracking

Working page routing
-Navbar with buttons
-Buttons provide user feedback
Expand All @@ -65,3 +67,6 @@ To Learn
Learn SWR
-Reason: custom handling of fetch and api calls
-TODO: implement custom fetch for device

Retrospective
Some pitfalls we fell into during iteration 2 include having unnecessary slowdowns in the back end team, a lack of organization on tasks as well as a hard time defining ambiguous tasks. we addressed these problems by firstly having everyone on the back end team drop a course called CMPT 272, followed by incorporating the use of a task management software, in our case GitHub issues, and finally by creating a High level and low level design documents to define all the ambiguities associated with our system.

0 comments on commit 9f285ba

Please sign in to comment.