decentraland / decentraland/builder-server
Ensure items cannot have more than one pending item curation
Open
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 17
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 3
Description
Each published third party item will have an associated ItemCuration created for it. Once it's approved, another item curation might be created to signify changes on the item. But what *can't* happen is for an item to have +2 ItemCurations in the `pending` status.
We should ensure it either via code or, more likely, as a restriction in the database
Contributor guide
Assessment
This issue has not been assessed yet.