Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow creating transitions without any approvals #116

Closed
javrasya opened this issue Nov 10, 2019 · 0 comments
Closed

Allow creating transitions without any approvals #116

javrasya opened this issue Nov 10, 2019 · 0 comments
Milestone

Comments

@javrasya
Copy link
Owner

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.
javrasya added a commit that referenced this issue Nov 10, 2019
@javrasya javrasya added this to the 2.1.0 milestone Nov 10, 2019
javrasya added a commit that referenced this issue Nov 10, 2019
javrasya added a commit that referenced this issue Nov 11, 2019
javrasya added a commit that referenced this issue Nov 13, 2019
javrasya added a commit that referenced this issue Nov 16, 2019
javrasya added a commit that referenced this issue Nov 17, 2019
javrasya added a commit that referenced this issue Nov 17, 2019
javrasya added a commit that referenced this issue Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant