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
Currently, to assign users to a new Roster, one must go to the users of a different Roster and edit them to belong to the new Roster.
An easy fix would be to show all Rosters in the navbar, if you are a person with permission to create rosters and assign users to them (@dfaulken is currently working on access control that could make this a reality). For a regular user, showing only the rosters they belong to would be sufficient.
The text was updated successfully, but these errors were encountered:
Easy, but perhaps not scalable. Worth noting that the rosters index page does show all rosters, but in a more usable format (vertically rather than horizontally). Perhaps something there?
Well, the "manage users" link only goes to the one currently selected in the Navbar, which is why I suggested that. However, you're right. Perhaps a "manage users" link in the rosters index page that goes to the users of that Roster would be good.
On the New roster page/form there should be either a list or a search that allows you to find existing users and add them to the Roster. Added users could be displayed on a table that has columns for the user's name, a radio button for fallback user, a checkbox for making the user an admin, and a button to remove the user from the roster. The user creating the roster should be added to the table when automatically and their remove button could be disabled unless we want to allow users to make rosters they won't be included in.
Currently, to assign users to a new Roster, one must go to the users of a different Roster and edit them to belong to the new Roster.
An easy fix would be to show all Rosters in the navbar, if you are a person with permission to create rosters and assign users to them (@dfaulken is currently working on access control that could make this a reality). For a regular user, showing only the rosters they belong to would be sufficient.
The text was updated successfully, but these errors were encountered: