amosproj/amos2023ss04-kubernetes-inventory-taker

Display all containers as list

Closed this issue · 4 comments

User story

  1. As a user
  2. I want / need to see the containers saved in the database
  3. 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)

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

Started.
Database connection is setup

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.

Feature has been showcased and approved
Unit tests are missing

estimate 5 for setting up explorer testing with jest and writing test for this feature