Display all containers as list
Closed this issue · 4 comments
PhlppKrmr commented
User story
- As a user
- I want / need to see the containers saved in the database
- So that I can gather information about them
Acceptance criteria
- Read the data provided by the database
- Remove static data used previously
- The list shows container name, container image
- The user can click on the container name to navigate to the detail page
Additional Notes
- The list is implemented with the list component
Definition of done (DoD)
- Colours match with color scheme
- Implementation is unit tested
- Code documentation updated (jsdoc or godoc?)
- Changes to database documented at Confluence- Database scheme
- Changes to architecture documented at Confluence - Architecture
DoD general criteria
- Feature has been fully implemented
- All acceptance criteria were met
- Product owner approved features
- All tests are passing
- Pull request to "develop" branch is merged & closed
- Bill of materials is updated with new dependencies
jandegen commented
Started.
Database connection is setup
muhdfahadali commented
The functionality has been implemented, but there are some issues with the pre-commits, which is why it has not been added to the release.
jandegen commented
Feature has been showcased and approved
Unit tests are missing
freefreeP commented
estimate 5 for setting up explorer testing with jest and writing test for this feature