Make edit assignment page #66

Closed
opened 2023-04-14 15:38:47 -04:00 by juggy1233 · 0 comments
Owner

From the manage assignments page, add a button in the "manage" column to edit an assignment. It will take user to a new page with a form.
The form will have the details prefilled with what they originally are. The user can edit it and submit the form.
Send a PUT request to assignment/<id> to update the assignment

From the manage assignments page, add a button in the "manage" column to edit an assignment. It will take user to a new page with a form. The form will have the details prefilled with what they originally are. The user can edit it and submit the form. Send a PUT request to `assignment/<id>` to update the assignment
juggy1233 added the frontend label 2023-04-14 15:38:47 -04:00
juggy1233 added this to the Frontend project 2023-04-14 15:38:47 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: juggy1233/COMP-2707-final-project#66