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
We recently created functionality to allow students to be marked as "graduated" however this is pretty meaningless to us right now because we are unable to actually set someone as graduated. So, we need to create an interface that admin can access and mark students as graduated. I would recommend something kind of like "minor management" that we currently have, but instead there is a list of all students (with the ability to search) where we can check off students as graduated.
Considerations
How can we make this scalable and prevent it from getting super cluttered as the amount of students who are graduated grow?
My suggestion might be to hide students that are graduated and only allow them to searchable, or also implement a toggle like for past events which will show them.
Should we add this to an existing page or create a new sidebar option with something like "Student Management" or "Graduation Management".
Unless we were able to just mark a student as graduated via their profile (which would be kind of inconvenient to do in mass. I would recommend creating a new page, or adding a modal in Settings under User Management.
Should we assume Graduated student cannot attend login and thus we should not have to add any additional logic to deactivate them when they are marked as graduated? How should we adjust their user profile while still leaving it visible?
Would definitely talk to Brian about this before picking it up.
The text was updated successfully, but these errors were encountered:
We recently created functionality to allow students to be marked as "graduated" however this is pretty meaningless to us right now because we are unable to actually set someone as graduated. So, we need to create an interface that admin can access and mark students as graduated. I would recommend something kind of like "minor management" that we currently have, but instead there is a list of all students (with the ability to search) where we can check off students as graduated.
Considerations
My suggestion might be to hide students that are graduated and only allow them to searchable, or also implement a toggle like for past events which will show them.
Unless we were able to just mark a student as graduated via their profile (which would be kind of inconvenient to do in mass. I would recommend creating a new page, or adding a modal in Settings under User Management.
Would definitely talk to Brian about this before picking it up.
The text was updated successfully, but these errors were encountered: