-
Notifications
You must be signed in to change notification settings - Fork 8
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
Signup: unify instant_confirmation and request_confirm #1139
Conversation
77d6ff1
to
16e320d
Compare
ephios/plugins/basesignup/signup/simple_qualification_required.py
Outdated
Show resolved
Hide resolved
ephios/plugins/basesignup/signup/simple_qualification_required.py
Outdated
Show resolved
Hide resolved
ephios/plugins/basesignup/signup/simple_qualification_required.py
Outdated
Show resolved
Hide resolved
AutomaticConfirmationMixin, QualificationMinMaxBaseSignupMethod | ||
): | ||
slug = "simple_qualification_required" | ||
verbose_name = _("Signup where a qualification can be required") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeriox what do you think of this name? I think this style of phrasing would allow users to better differentiate between the couple/no sign up methods as well as between the actual signup methods. It also shows that the qualification requirement is optional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, I'd like to see all of the names next to each other to judge that. My first thought was that starting the name with "signup" is a bit redundant since the field is already labeled with signup method.
I still like the idea of using the planners POV since they need to grasp the concept...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can change the label on the form field though. Or do some custom templating entirely.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should review the names when section-based and complex is finished.
replaced by new flow/structure concept in #1202 |
In an effort to write smaller PRs, here's the refactored simple signup method as discussed in the design blog.