As a session owner, I would like to have the ability to delete issue cards from the list directly within the voting session. This will enable me to manage the list more efficiently, especially when an issue or story is no longer relevant or has been added by mistake.
Proposed Solution:
Add a delete button to each issue card that is visible only to the session owner. When clicked, the button should remove the corresponding issue/story from the list and update the list in real-time for all connected participants.
Implementation Details:
Add a delete button (e.g., a trash can icon) to each issue card.
Ensure that the delete button is visible only to the session owner.
Implement a confirmation prompt to prevent accidental deletions.
Upon confirmation, remove the issue/story from the list and update the list for all participants.
Consider implementing real-time updates to the list using websockets or a similar technology to ensure a seamless experience for all users.
Feature Request:
As a session owner, I would like to have the ability to delete issue cards from the list directly within the voting session. This will enable me to manage the list more efficiently, especially when an issue or story is no longer relevant or has been added by mistake.
Proposed Solution:
Add a delete button to each issue card that is visible only to the session owner. When clicked, the button should remove the corresponding issue/story from the list and update the list in real-time for all connected participants.
Implementation Details: