You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user wants to delete a poll, it must be archived first. In a second step, the poll can be deleted.
As a feature request, a direct Action Button to delete a poll would be nice-to-have in the list of polls using the "three-dots menu" (where now only "Duplicate poll" and "Archive poll" option can be found)
This way, it would be much easier for users to delete polls which are not needed anymore.
Describe possible solutions
Actual state
Desired state
None
Additional context
No response
The text was updated successfully, but these errors were encountered:
The archive is used instead of deleting by intention, to get the archived polls out of the view (like a trash bin). Otherwise we need a more obvious deletion state and an undelete option to save people by accidentially deletions.
At least a threshold can be defined to remove old archived polls by cron job.
The archive is used instead of deleting by intention, to get the archived polls out of the view (like a trash bin).
They still get loaded, affecting the app performance, and it sounds better from the user experience to achieve the desired result with 1-2 clicks. It's complicated for an end-user to even find a delete function, if they're not aware poll needs to be archived first.
Otherwise we need a more obvious deletion state and an undelete option to save people by accidentially deletions.
That is usually well handled with confirmation dialog (see updated mockups in description) to prevent accidental deletions
Describe the goal you'd like to achieve
When a user wants to delete a poll, it must be archived first. In a second step, the poll can be deleted.
As a feature request, a direct Action Button to delete a poll would be nice-to-have in the list of polls using the "three-dots menu" (where now only "Duplicate poll" and "Archive poll" option can be found)
This way, it would be much easier for users to delete polls which are not needed anymore.
Describe possible solutions
Additional context
No response
The text was updated successfully, but these errors were encountered: