Skip to content

Allow creating transitions without any approvals #116

@javrasya

Description

@javrasya

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions