Skip to content

allow for events to be cancelled#883

Open
jeriox wants to merge 1 commit into
mainfrom
event-cancellation
Open

allow for events to be cancelled#883
jeriox wants to merge 1 commit into
mainfrom
event-cancellation

Conversation

@jeriox

@jeriox jeriox commented Feb 3, 2023

Copy link
Copy Markdown
Contributor

closes #373

@jeriox jeriox requested a review from felixrindt February 3, 2023 17:56
@jeriox

jeriox commented Feb 3, 2023

Copy link
Copy Markdown
Contributor Author

@felixrindt I'm not sure how we want to proceed with a delete button for the event. Should we always offer both options? Or only allow the event to be deleted without being cancelled first when there are no participations?

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage: 87.697% (-0.3%) from 87.95% when pulling dd99b80 on event-cancellation into 8389f0f on main.

@felixrindt

Copy link
Copy Markdown
Member

@felixrindt I'm not sure how we want to proceed with a delete button for the event. Should we always offer both options? Or only allow the event to be deleted without being cancelled first when there are no participations?

I think we should allow both, that is:

  • deleting an event entirely, even if it has participations without sending an email
  • the more graceful approach introduced in this PR.

Maybe we can join the two together into one form. Also, what about the bulk delete action? Should it work on events with participations?

@jeriox

jeriox commented Feb 6, 2023

Copy link
Copy Markdown
Contributor Author

@felixrindt I'm not sure how we want to proceed with a delete button for the event. Should we always offer both options? Or only allow the event to be deleted without being cancelled first when there are no participations?

I think we should allow both, that is:

* deleting an event entirely, even if it has participations without sending an email

* the more graceful approach introduced in this PR.

Maybe we can join the two together into one form. Also, what about the bulk delete action? Should it work on events with participations?

I like that idea. The user could then only have one button with "delete event" and can check a checkbox in the delete view with "notify users about the cancellation". if checked, the textarea for the message appears.

I don't see a reason why the bulk action shouldn't work?

@felixrindt felixrindt added the [C] feature New feature or request label Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[C] feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cancel event

3 participants