Description:
In order to have a transition in django-river, there should at least be a transition approval meta or transition approval. It is good to keep the transition information even though there is neither a transition approval meta nor transition approval
Acceptance Criteria:
- Introduce TransitionMeta and move source_state and destination_state from TransitionApprovalMeta to here and have a relation to this new model
- Introduce Transition and move source_state, destination_state and iteration from TransitionApproval to here and have a relation to this new model
- Change all the places where it uses source_state,destination_state, and iteration from TransitionApproval or TransitionApprovalMeta to their new places.
Description:
In order to have a transition in
django-river, there should at least be a transition approval meta or transition approval. It is good to keep the transition information even though there is neither a transition approval meta nor transition approvalAcceptance Criteria: