This issue is not a priority, but it would be nice to have an admin dashboard on the frontend that would allow viewing and searching the users and teams database. We will need to optimize queries with features such as pagination to ensure resources are not overwhelmed. We should also have sorting and filtering features. We will need to figure out what the current specific fields are that should be displayed, as we do not want a raw view into the db.
For now, let's start this with a read-only view and we may consider expanding functionality in the future.
This issue may depend on first creating or modifying any necessary backend API endpoints. Additionally, those endpoints should only be accessible by users with role "director".
This issue is not a priority, but it would be nice to have an admin dashboard on the frontend that would allow viewing and searching the users and teams database. We will need to optimize queries with features such as pagination to ensure resources are not overwhelmed. We should also have sorting and filtering features. We will need to figure out what the current specific fields are that should be displayed, as we do not want a raw view into the db.
For now, let's start this with a read-only view and we may consider expanding functionality in the future.
This issue may depend on first creating or modifying any necessary backend API endpoints. Additionally, those endpoints should only be accessible by users with
role"director".