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 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.
The text was updated successfully, but these errors were encountered:
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:
It should also be possible to create new student dorms.
The text was updated successfully, but these errors were encountered: