Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create admin dashboard page for student dorms #38

Open
GabrielMajeri opened this issue Feb 10, 2024 · 0 comments
Open

Create admin dashboard page for student dorms #38

GabrielMajeri opened this issue Feb 10, 2024 · 0 comments
Assignees
Labels
admin-interface Issues related to the admin interface front-end Issue relating to UI/UX

Comments

@GabrielMajeri
Copy link
Member

We need a zone in the admin interface to manage the list of student dorms owned by the University. It could be available at the path /admin/student-dorms. It will allow admins to view the list of student dorms and create/update/delete them.

The page should use something like TanStack Query to fetch and cache data (preferably in a paginated manner) and TanStack Table to display it in a tabular/list format.

The data table could have the following columns:

  • ID
  • Name
  • Name of associated EuPlătesc account (if any)
  • Actions (edit/delete)

It should also be possible to create new student dorms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin-interface Issues related to the admin interface front-end Issue relating to UI/UX
Projects
None yet
Development

No branches or pull requests

2 participants