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

Add new registration type allowing direct registration #1176

Open
steffen74 opened this issue Dec 21, 2024 · 0 comments
Open

Add new registration type allowing direct registration #1176

steffen74 opened this issue Dec 21, 2024 · 0 comments
Assignees
Labels

Comments

@steffen74
Copy link
Contributor

Write a customer announcement
There are now four different registration types for a course or event:
(1) Input modal with following decision process for an invitation or decline, whereby the invitation has to be confirmed again by the registering person.
(2) Link to an external registration
(3) Direct registration without additional decision process but with an input modal
(4) Direct registration and confirmation (without input model)
(5) Direct registration without additional decision process but with an input modal and wit payment
(6) Direct registration and confirmation (without input model) and with payment

Is your feature request related to a problem? Please describe.
Depending on the type of event or course different tpes of registration are needed

Describe the solution you'd like
Add a new enum table CourseRegistrationType with the following values:
APPROVAL_WITH_INPUT
EXTERNAL_REGISTRATION
DIRECT_WITH_INPUT
DIRECT_CONFIRMATION
DIRECT_WITH_INPUT_AND_PAYMENT
DIRECT_CONFIRMATION_AND_PAYMENT

The translations should be:

English dropdown translations:
"Registration with approval process"
"External registration link"
"Direct registration with input form"
"Direct registration"
"Direct registration with input form and payment"
"Direct registration with payment"

German dropdown translations:
"Anmeldung mit Genehmigungsprozess"
"Externe Anmeldung"
"Direkte Anmeldung mit Formular"
"Direkte Anmeldung"
"Direkte Anmeldung mit Formular und Zahlung"
"Direkte Anmeldung mit Zahlung"

Add a new field regtrationType to the table Course.

Additional requirements
List any additional requirements or dependencies that this new feature may have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant