Implement new container list page
Feature Request
🥅 Goal
As a frontend user
I want a container overview page
that displays all containers that I see in one big table
.
🏅 Acceptance Criteria
- The containers are listed, with ID, name, type, created by and created at displayed in a table
- the table can be filtered by container type
- there is also a search functionality that can be used to filter the list by name, ID and created by. (not case-sensitive, name and created by is using "contains" operater while ID is using "equals")
- All columns can be clicked to trigger sorting by that column. Another click reverts the sort order. Default sorting is by Created At desc.
- Pagination limits the display to 20 entries per page; previous and next buttons are faded in if there is more than one page. Changing filter or sorting functionality resets the user to page 1.
⭐ Visual Design
💣 Out of Scope
💡 Hints
- container visibility permissions are considered (as they are already in the existing frontend)
🤔 Risks & Open Questions
Edited by wiglef