Datenbank #311

Updated by Alexander Blum about 7 years ago

There are different workflows right now

* Content.dispute (bool)
* Creation.state (on_approval, approved, rejected)

There should be a generalized [[Workflows#Dispute|workflow]] to handle all kinds of disputable objects.

We need a dispute object:

* state (requested, assigned, resolved)
* case (Selection: list of usecases?)
*
assignee
* requested_timestamp
* resolved_timestamp
* comment

Probably even comments (one2many).

Back