-
Notifications
You must be signed in to change notification settings - Fork 13
Cancelled Status in Projects (managed only by admins. ) #245
Comments
@laurenluz Are admin cancelled projects different from project owner cancelled projects? |
@laurenluz what will happen after cancelling by admin? Am I right? |
hmm almost @MoeNick but a few differences... I think the cancelled projects should: The only reason we would "cancel" a project is if it violates out terms and conditions... doing things like publishing others' private information, threatening violent, posting inappropriate photos, etc. @RamRamez yeah the admin cancelled should be different from PO cancelled projects... basically if the PO cancels their own project, they should be able to reactivate it. However, with the admin cancelled projects, the PO should NOT be allowed to reactivate it... only an admin could do so. |
@mateodaza would pls add related front end issues? |
Just met with Carlos, we are going to use one of the status that is already on database called "deleted" for this use case. We'll follow this case scenario, thanks @laurenluz |
You can test this issue now but it's better to stay for implementing |
testing on I can cancel projects on the adminBro dashboard, this changes their status to when I go to the project's page it does not let me interact with it, the page is blurred out and a popup modal says the project is deactivated. as the project owner I am prevented from activating this project and a notification tells me I do not have permission. an event is sent to segment - Project cancelled this mostly looks good but I might have mentioned it in another issue if we could change the notification text for when a user tries to reactivate their project. It should give them some more precise information - "This project has been cancelled by an Admin for inappropriate content or a violation of our Terms of Use. You have received an email containing more information." |
@divine-comedian I'll be renaming the admin bro and the statuses so it's explicit what they are. But the last message you mention is more on the frontend side, it doesn't touch the backend. @mateodaza |
it's actually in the impact-graph the notification text - under projectResolver
I'll just go ahead and change it but maybe double check that the error logic makes sense that it only triggers in the case of a project owner trying to reactivate a cancelled project |
Oh ok, Got it. I thought we had another message on the frontend. Sure the exception message can be changed. @divine-comedian |
okay the text has been updated correctly on staging - moving to done |
Me as a Giveth Admin want to add "cancelled" project status, its different with di-activation or activation which is made by Project Owner. We cancel some project because violates out terms and conditions.
So:
1- Only admins can make it cancelled and it can ONLY revert it to active state .
2- Cancelled should not be listed, and not be accessible through the project's URL
3- They can be shown in user's "my project" but with some indication that it was cancelled by an admin
4- Mutations
5- Segment changes
#33 #67
The text was updated successfully, but these errors were encountered: