Skip to content

create-a-container: Create dedicated containers index page #52

@runleveldev

Description

@runleveldev

Issue: Move existing container info from the create form to a dedicated index page

Description:
The current implementation loads existing container information dynamically when rendering the “create new container” form. This mixes two distinct functions: listing existing containers and creating new ones.

Recommendation:
Create a dedicated index page at /containers that:

  • Lists existing containers and their details
  • Provides a “New Container” button linking to /containers/new

Benefits:

  • Clearer separation of concerns between viewing and creating resources
  • Faster load time for the creation form
  • More intuitive user experience aligning with RESTful UI patterns

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions