amosproj / amos2022ws04-specitem-database

MIT License
6 stars 0 forks source link

Fix bug in exporting items #108

Open lnrd96 opened 1 year ago

lnrd96 commented 1 year ago

User Story

  1. As a user story I sometimes want to export items.
  2. When I exported them I don't want to get false feedback.
  3. So that succesfull or unsuccesfull is reported reliably.

Acceptance Criteria

User does not get the false feedback Specitem already exists anymore, during the export. The source of the bug is suspected to be that only shortName and not shortName + time is used for comparision.

DoDs

Feature has been fully implemented No known errors All acceptance criteria were met Test passes Peer code review passed