Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
7 of 14 tasks
github-actions bot opened this issue May 15, 2024 · 0 comments
Open
7 of 14 tasks
Assignees
Labels

Comments

@github-actions
Copy link

github-actions bot commented May 15, 2024

User Story

  • As an admin
  • I can do Create/Read/Update/Destroy operations on schools
  • So that I can manage the Schools

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

  • There is a menu option for an admin to get to the schools index page where all of the schools are listed
  • There is an option on that page to create a new school
  • There is an edit button for schools that takes me to school edit page where I can edit schools
  • There is an delete button for schools that deletes a school

Implementation Todos

F1: Frontend School Implementation

F1.1: Building create button

F1.3: Building Delete button

B1: Bugs in Backend:

B1.1: Update API

  • You should not be able to update to the school abbrev if it used as the primary key. If it is not used as the primary key perhaps it should be (similar to UCSBOrganizations in team03).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant