python-in-edu icon indicating copy to clipboard operation
python-in-edu copied to clipboard

Create interface for users to withdraw resource

Open shaunagm opened this issue 3 years ago • 1 comments

Right now, users can submit resources and edit resources, but they can't delete or hide them. Right now there's a "withdrawn" status we could use for hiding, but only an admin can set it through the admin interface. This could be implemented by including the "status" field in "edit resource", but then you'd have to hide the "accepted" option so a user couldn't approve their own resource. It could also be implemented as an ajax call to a separate endpoint.

shaunagm avatar Apr 29 '21 13:04 shaunagm

Hi @shaunagm I am working on it.

sijanonly avatar May 16 '21 19:05 sijanonly