-
Notifications
You must be signed in to change notification settings - Fork 11
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
Simplify optional member services and their checkboxes #464
Comments
Could it be useful to let this form be configurable via the admin panel in some way? Since #433 that is quite easy to set up |
Additional information:this is the screen that the applicant sees --> The list of member services is not translated, being autogenerated from the data of all the member service names. |
Possible solutions:Add a field to the Django memberservice form to assign (optional) help text to every member service. Add it to the helper in forms.py to display the associated help text with each subscription option on the www application page. Maybe hide the help text if blank or turned off in Django? Add an option to pre-select a subscription, such as vuosimaksu, if the association requires every applicant to have that subscription as a minimum. Restrict the "required" error message if vuosimaksu is selected and applicant makes no additional selections. The pre-selected option could also be mandatory (applicatant is unable to deselect). |
The best solution would be (more) proper UI for registration form, ofcourse it needs still to know some metadata that exists for what to show and when... More dynamic one would be fun... But alas, currently reg-form just lists all the "user subscribeable" services in the selection... |
There's unnecessary complexity with the optional member serivces and their checkboxes in the member application form.
The following:
The two check boxes are probably two too many options in at least 80% or maybe even more than 90% of the new member application cases. It is probable that practically all of the new member applications want the access so it should be default.
The suggestion is to remove the check boxes and set the access fee variable on and create the reference number as default.
The text was updated successfully, but these errors were encountered: