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

F1.2: Building Edit button #33

Closed
3 tasks
Tracked by #4
30912hyl opened this issue May 23, 2024 · 0 comments · Fixed by #36
Closed
3 tasks
Tracked by #4

F1.2: Building Edit button #33

30912hyl opened this issue May 23, 2024 · 0 comments · Fixed by #36
Assignees

Comments

@30912hyl
Copy link
Contributor

30912hyl commented May 23, 2024

Edit button for school CRUD frontend

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 an edit button for schools that takes me to school edit page where I can edit schools

Implementation Todos

F1: Frontend School Implementation
Build Edit button

  • Link the edit school button to correct API and make a SchoolEdit.js page for that.
  • Make sure it actually allows you to update a school
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant