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
Database storing (I believe, but double check with Jin if needed) is done as follows: A massive table containing all groups is in the database, with each group having a ScenarioId that links it to the scenario it relates to. Each user also has a UserId which can reference a role.
VC 4 likely requires some very good error handling to ensure that if a group is deleted. From my personal understanding, I would imagine if a group is deleted it can never be played again. However, you'd have to ensure the deleted group Ids are not used again or that could lead to old and new groups accessing the same scenario (edge case but important to keep in mind). Talk with Jin or Jordan about this if you need clarification. References to the scenario from the group and references to the group from the scenario will both need to be updated (I believe it's 2 way but I could be wrong, check with Jin).
The text was updated successfully, but these errors were encountered:
JordanBlenn
changed the title
[VPS-169] Connecting the CSV upload file to the Upload CSV Button
[VPS-170] Connecting the CSV upload file to the Upload CSV Button
Apr 29, 2024
JordanBlenn
changed the title
[VPS-170] Connecting the CSV upload file to the Upload CSV Button
[VPS-170] (5) Connecting the CSV upload file to the Upload CSV Button
May 13, 2024
JordanBlenn
changed the title
[VPS-170] (5) Connecting the CSV upload file to the Upload CSV Button
[VPS-170] (5) (3) Connecting the CSV upload file to the Upload CSV Button
May 27, 2024
Description:
AS A: staff member using VPS
I WANT: the upload CSV button to work
SO THAT: I can upload groups, allowing groups to play the same scenario together
AC's:
Technical Discussion:
The text was updated successfully, but these errors were encountered: