-
-
Notifications
You must be signed in to change notification settings - Fork 199
Dietary restrictions #2155
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
base: master
Are you sure you want to change the base?
Dietary restrictions #2155
Conversation
This change will add a column to the Member model, allowing users to provide dietary information. This should support Codebar hosts to provide good food options for all attendees
This change adds a simple input to the form that collects Member information. I've included a translation in English and in French, because that happens to be another language I speak!
03ebc5e
to
2c2a167
Compare
I can see there's a failing test here, but I don't think there's anything I can do about it - unless there are some credentials I'm missing? I can't add |
Hey @jonodrew thank you so much for this PR, we really appreciate you putting in the time to help us. However, we envisioned it as a checklist of options : Could this change be implemented before we merge please? |
Hi @KimberleyCook I'm taking a look into picking this one up from @jonodrew Were you envisioning a set of checkboxes so e.g. someone who is vegetarian and gluten free can pick both, something like this: ![]() Or a dropdown that allows a single selection, and then use "Other" if multiple apply, so more like: ![]() Whichever approach, I'm thinking of getting this onto the "Update your details" form as an initial release and then looking at making it available on the Attend page as a way to encourage more existing members to provide the information. |
@mikej I think the first checkbox options works best :) |
Thanks for getting back to me @KimberleyCook, will go with that approach. I'm also just going to double check neither of the other people who commented on the original issue last year had any work in progress for this. Hope you're doing ok 😊 |
@mikej amazing, thank you :) I've wanted this addition for so long so thank you so much for implementing it. And all good here, a little sleep deprived but we soldier on haha. |
I just thought when implementing this update, we will also need to show the information on the person's profile for organisers :) |
@KimberleyCook yep totally, for an initial release I was thinking of including on the profile and also in the RSVP list for a workshop using the little badges like this: ![]() |
This change should:
this should close #1842