aiondemand / aiondemand/AIOD-rest-api

Add review process for updates

Aperta
#625 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
36
Fork
77
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Asset updates currently do not require a review. This includes images. Adding the review process might be hard because we have a state-based database, which means that "proposed" changes immediately end up in the database. The least invasive approach to add this is probably to add some kind of Json dump table to put the requests in, and have that reviewable and apply the changes if approved.

possible 'hotfixes' until then:
- [ ] disable updating image data after publication
- [ ] disable updating any data after publication
- [ ] allowing users to 'retract' their asset from published to draft, which would allow them to resubmit the edited asset. The asset would not be available in the mean time.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.