Address deleted cards #1919
AlexGuironnetRTE
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm starting this to follow up on a discussion we had in today's daily meeting. Basically, while regression-testing before 2.11.0.RELEASE, @vlo-rte found a behaviour with the new "replay sounds" feature (#1808) that might be confusing for users.
Steps to reproduce:
From an implementation point of view, this is because for optimization reasons the notifications service doesn't keep track of individual cards, just whether there is a sound replay going on for a given severity.
So there could be a way to fix this particular problem (albeit with a performance / maintenance cost), and in any case if we move from stopping the replay globally (click anywhere) to a replay handled by card (click on card) this problem will solve itself.
However, we feel that there is a more general issue with the current behaviour of deleted cards: you can send a card, it will have effects on the receiving user's interface, and then you can delete it without a trace, potentially leaving the interface in a weird state.
Also it can be confusing for the receiving user if they see the card very before it vanishes ("I thought I saw something").
So it would be good to find a way to show that a card has been there but was deleted. Ideas anyone ?
I think some of the points to discuss are:
Beta Was this translation helpful? Give feedback.
All reactions