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 Capt Gruff, in the students window I want to see a list of teams with their rosters so that I know which students are on each team.
As Capt Gruff, in the students window I want to see a list of students who have not been assigned to a team so I know who is unassigned.
As Capt Gruff, in the students window I want to be able to click the ‘add’ button next to a team then click students to add them to the team until I click the add button again to stop adding so that I can quickly assign teams or swap team members.
As Capt Gruff, in the students window I want to see a list of my broadcasts in a row next to each team so that I can see each teams’ progress at a glance.
As Capt Gruff, in the students window I want the broadcast icons to change color or somehow reflect whether or not they are active, passive, or active and being jammed.
As Capt Gruff, in the students window I want to see a list of antennas for each team and their current properties so I can quickly tell when and how each team is broadcasting.
As Capt Gruff, in the students window I want to be able to click on a broadcast icon to toggle it between active and passive.
The text was updated successfully, but these errors were encountered:
Likely will just need two calls to backend. GET /users to find all of your students and GET /signals to get all relevant signals.
"Teams" can be done purely on the front end by just using react useState variables to build up team objects. This cuts down on requests to the backend.
The text was updated successfully, but these errors were encountered: