-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
it appears that on the dapp when a project is deactivated either by admin or project owner we also revoke its verified status. however since the project owner can reactivate at any time and in principle the project is just as legitimate as before we should not revoke or modify the verified
or isGivbacksEligible
statuses.
AC
when a project is both active and verified
- deactivating project by admin panel does not change verified status, it remains true
- deactivating project by action menu on project details owner view does not change verified status, it remains true
- deactivating project by action menu on my projects cards does not change verified status, it remains true
when a project is active and givbacks eligible
- deactivating project by admin panel does not change isGivbacksEligible status, it remains true
- deactivating project by action menu on project details owner view does not change isGivbacksEligible status, it remains true
- deactivating project by action menu on my projects cards does not change isGivbacksEligible status, it remains true
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done