ucsb-cs156-s24 / proj-organic-s24-5pm-3

https://ucsb-cs156-s24.github.io/proj-organic-s24-5pm-3/
0 stars 1 forks source link

EPIC: Frontend for Schools CRUD (some of which can be done in parallel) #4

Open github-actions[bot] opened 4 months ago

github-actions[bot] commented 4 months ago

User Story

Discussion

The backend CRUD for the schools table is already implemented; you can find the code in the controllers, and test them on either localhost or swagger. However, as of right now, the frontend is not there.

Your job is to implement a frontend as in team03 for the schools table.

Acceptance Criteria

Implementation Todos

F1: Frontend School Implementation

F1.1: Building create button

F1.3: Building Delete button

B1: Bugs in Backend:

B1.1: Update API