Skip to content

allow users to customize confirmed participations#1826

Open
jeriox wants to merge 3 commits intomainfrom
customize-confirmed-participations
Open

allow users to customize confirmed participations#1826
jeriox wants to merge 3 commits intomainfrom
customize-confirmed-participations

Conversation

@jeriox
Copy link
Copy Markdown
Contributor

@jeriox jeriox commented Apr 20, 2026

closes #1599

keeping the behaviour that users can customize times if they are confirmed and can decline and re-signup. we could also think about dropping this (related to #620)

@jeriox jeriox requested a review from felixrindt April 20, 2026 20:56
@coveralls
Copy link
Copy Markdown

coveralls commented Apr 20, 2026

Coverage Status

coverage: 81.356%. remained the same — customize-confirmed-participations into main

@@ -182,9 +182,19 @@ def __init__(self, *args, **kwargs):
FormActions(*self._get_buttons()),
)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got a bit complex, we could also move that over to the validator e.g. as can_change_individual_times()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to see that in the validator in case we introduce API-based signup, yes.

Alternatively, have you thought about replacing can_customize_signup as a can_change_individual_time and just always allowing people to open the customize form (if they can sign up or decline)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow participation customization also when users are not allowed to decline

3 participants