-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Missing Proposal Draft Deletion Functionality #1467
Comments
@kneerose It is deployed on dev, it can be tested |
@teske00 I have tested on dev but could not find an interface to delete the draft. https://www.loom.com/share/10bf3a80a00249b281d20e72b637abf7?sid=c86848a6-bec7-4592-97c8-c5886701f93a |
@kneerose Ahhh, I accidentally left this comment on this issue. There is no flow in the design and there was no discussion about deleting the draft. So we don't know right now if deleting the draft is necessary, and if it is, then it should be decided how the draft will be deleted cc @bosko-m @ValMBO |
This issue pertains to an enhancement. Currently, as we generate drafts during tests, these tests run multiple times, consuming more database space if not properly torn down. To address this, we need a draft deletion functionality similar to the proposal discussion feature. If a draft is mistakenly created, users should be able to delete their drafts. |
This is a really useful feature, if not essential. |
Context & versions
There is currently no interface to delete a proposal draft. This functionality is necessary as users should be able to delete a proposal draft.
Actual Behavior
Expected Behavior
The text was updated successfully, but these errors were encountered: