corona-warn-app / cwa-wishlist

Central repository to collect community feature requests and improvements. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
106 stars 14 forks source link

Deleting a test DCC should delete the corresponding test #783

Open dsarkar opened 2 years ago

dsarkar commented 2 years ago

Related to issue https://github.com/corona-warn-app/cwa-app-android/issues/4803.

Current Implementation CWA 2.17

As a user, when I delete a test DCC the corresponding test itself is not deleted and is still shown on the status tab.

Suggested Enhancement

Expected Benefits

On the other hand, deleting a test should NOT imply deleting the corresponding DCC.


Internal Tracking ID: EXPOSUREAPP-11781

svengabr commented 2 years ago

Internal Tracking ID: EXPOSUREAPP-11781

Ein-Tim commented 2 years ago

On the other hand, deleting a test should NOT imply deleting the corresponding DCC.

I want to stress this point. I personally store all my test DCCs (using the "print DCC" feature) outside of the CWA, so that I always know when I took a test. So deleting the test certificate automatically if the test gets deleted shouldn't be implemented IHMO.

It would be OK to delete the test result when the test certificate is deleted, I agree.

However, I already now see many users who don't understand the difference between test DCC and test result. So this could lead to even more confusion.

vaubaehn commented 2 years ago

I'd like to add another user story:

As a user, when I move a test DCC to recycle bin, I want a dialog to ask me whether the corresponding test itself should also be moved to the recycle bin and therefore I can save some time "deleting" both of them.

As a user, I don't want a test DCC to get deleted automatically, when I move a test result to the recycle bin, because I just might only do so to be able to register another test for a family member and still need my own test DCC.

dsarkar commented 2 years ago

@vaubaehn Thanks for suggestion, I changed the OP accordingly, since it is a more complete proposal. @Ein-Tim Yes, it seems confusing to some users to understand the difference of tests and it's DCC. Maybe such dialog as suggested by @vaubaehn helps the user to understand it better.