-
Notifications
You must be signed in to change notification settings - Fork 7
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
events should not be deleteable after their start date #345
Comments
@Askir Wouldnt this be easy to add to the state machine as well? |
usame-algan
pushed a commit
that referenced
this issue
Jan 19, 2018
@usame-algan did you communicate with @Askir concerning the state machine integration for the event model? |
It's fine to implement this separately for now. Once I merge the state machine we can reuse most of Usames code in this case. @MarcelSchmidberger |
usame-algan
pushed a commit
that referenced
this issue
Jan 22, 2018
usame-algan
pushed a commit
that referenced
this issue
Jan 28, 2018
usame-algan
pushed a commit
that referenced
this issue
Jan 30, 2018
usame-algan
pushed a commit
that referenced
this issue
Jan 30, 2018
usame-algan
pushed a commit
that referenced
this issue
Feb 1, 2018
usame-algan
pushed a commit
that referenced
this issue
Feb 4, 2018
usame-algan
pushed a commit
that referenced
this issue
Feb 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should not be possible to delete an event after it started, because otherwise progress will be lost.
After its start an event should only be finished (#233) and archived.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: