Skip to content
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

Add delete button for Articles #44

Open
vs2961 opened this issue Jun 15, 2020 · 4 comments
Open

Add delete button for Articles #44

vs2961 opened this issue Jun 15, 2020 · 4 comments
Labels
good first issue Good for newcomers small project 2 of these and youre good for the year urgent

Comments

@vs2961
Copy link
Member

vs2961 commented Jun 15, 2020

At the moment, drafts cannot be deleted on the cms. Add a button that allows admins to delete them.

@AndySok
Copy link
Contributor

AndySok commented Jun 30, 2020

can admins delete drafts using rails c?

@vs2961
Copy link
Member Author

vs2961 commented Jun 30, 2020

Yes, and as an afterthought, there should also be a button that turns an article back into a draft.

@vs2961 vs2961 added the good first issue Good for newcomers label Aug 25, 2020
@AndySok AndySok added small project 2 of these and youre good for the year urgent labels Apr 15, 2021
@AndySok
Copy link
Contributor

AndySok commented Apr 15, 2021

For devs: if you can make this button work, you won't have to do anything else for the rest of the year

@mjiang97
Copy link
Member

mjiang97 commented Jun 8, 2021

A delete button could be made accessible on each individual draft but to more efficiently delete drafts, we could implement a "select" button so that multiple drafts can be deleted at once. We could then place deleted drafts into another group so that we can recover multiple drafts, again using the "select" button (a "recover" button should also be added to individual drafts).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers small project 2 of these and youre good for the year urgent
Projects
None yet
Development

No branches or pull requests

3 participants