decentraland / decentraland/builder
Disable third party records
- Dominant language
- TypeScript
- Stars
- 156
- Forks
- 91
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 31
Description
Pressing the disable button on the TP Collection curation page will disable the ENTIRE RECORD. Meaning that it will disable all collections that are associated with that record as well.
To complete this task:
- When clicking DISABLE in the TP Collection curation page, show a modal that explains what's going to happen. Check if it's possible to show the other collections that the user is going to disable
- Send a transaction that sets the `isApproved` property as `false` in the blockchain (later updated by thegraph)
- Update the UI to either hide or disable the collections to prevent the creator to continue using it
- *Maybe:* IF the collection is already disabled (`isApproved = false`) change the disable button to enable and do the reverse process
Contributor guide
Assessment
This issue has not been assessed yet.