Skip to content

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

  1. The containers are listed, with ID, name, type, created by and created at displayed in a table
  2. the table can be filtered by container type
  3. 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")
  4. All columns can be clicked to trigger sorting by that column. Another click reverts the sort order. Default sorting is by Created At desc.
  5. 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

https://www.figma.com/design/ivBPq71AuUl2ohFnrzHIKF/Visual-Design?node-id=539-1064&t=Ixw23osr4wwc1VR4-1

💣 Out of Scope

💡 Hints

  • container visibility permissions are considered (as they are already in the existing frontend)

🤔 Risks & Open Questions

Edited by wiglef
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information