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, deleting a school results in the removal of all users assigned to it. Setting the school as nullable is not possible due to the current ranking system implementation.
We should disable the option to delete a school and instead implement a feature that allows schools to be "disabled." Disabled schools should not appear during user account creation or editing. Disabled schools should still be visible in rankings and user lists.
The text was updated successfully, but these errors were encountered:
* add is_disabled tu schools table
* fix code style
* remove unused routes
* add disable school route
* update school resource
* fix code style
* implement school enabling
* hide disabled schools in select school input
* fix user test
* create school for admins
* fix code style
* fix code style
* fix test
* remove randomness from school test
Currently, deleting a school results in the removal of all users assigned to it. Setting the school as nullable is not possible due to the current ranking system implementation.
We should disable the option to delete a school and instead implement a feature that allows schools to be "disabled." Disabled schools should not appear during user account creation or editing. Disabled schools should still be visible in rankings and user lists.
The text was updated successfully, but these errors were encountered: