You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AS A: staff member uploading/controlling groups I WANT: to be able to edit the Manage Groups table on the website SO THAT: I don't have to reupload a csv file whenever I want to alter groups.
AC's:
An email column is added to the "Manage Groups" table, containing the student's email.
When you click on a row in the groups table, it selects that row.
When a row is selected:
If right clicked, it gives the option to "edit" or "delete", using the same style of when you right click on a scene on the edit scenario page.
When the "edit" option is selected, it allows the names and emails in the row's data to be edited
If a change is made, a previously inactive "Save Changes" button on the left of Upload is now active and can be clicked (this save button works similarly to the "Save" button for a scene.
If the "Save Changes button is clicked:
all changes made to the table are updated in the database and backend.
The "Save Changes: button goes inactive again
When the "delete" option is selected, it brings up a modal prompting the user if they are sure they want to delete this group
Multiple rows' data can be changed before the "Save Changes" button is pressed, and all the text is updated and stored in the frontend.
If the page is left before the "Save Changes" button is clicked, no changes are saved and the data reverts back to whatever is in the database the next time the page is opened.
The text was updated successfully, but these errors were encountered:
JordanBlenn
changed the title
[VPS-171] Edit functionality to the Manage Groups table within the website
[VPS-172] Edit functionality to the Manage Groups table within the website
Apr 29, 2024
JordanBlenn
changed the title
[VPS-172] Edit functionality to the Manage Groups table within the website
[VPS-172](5) Edit functionality to the Manage Groups table within the website
May 27, 2024
Description:
AS A: staff member uploading/controlling groups
I WANT: to be able to edit the Manage Groups table on the website
SO THAT: I don't have to reupload a csv file whenever I want to alter groups.
AC's:
Technical Discussion:
Extra logic for saving edited changes:
The text was updated successfully, but these errors were encountered: