You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the purpose of the "Hidden Questions" ? I suppose such questions are just inactive. But the hint "only visible to the event organizer" is a bit misleading. One could insist that such a question can actually be answered somewhere by the organizer of the event (e.g. some background information per attendee).
Is your feature request related to a problem? Please describe.
As the organizer of an event, I might wan't to record background information per attendee.
Describe the solution you'd like
What about three states per question:
Visible to the customer
Only visible for the organizer
Inactive
Questions which are only visible for the organizer could be added to the check-in lists. So one can not only change the check-in status, but also record background information related to the attendee.
I'm willing to implement this feature on my own and create a pull request - if this is something useful for the community. Just would need some directions about where to start.
The text was updated successfully, but these errors were encountered:
You're correct that hidden questions are never visible on the event page and are only accessible in the admin area. I agree the current phrasing, "only visible to the event organizer," could be misleading and should be updated for clarity.
While the idea of having questions only the organizer can fill out is interesting, I believe it would introduce unnecessary complexity for a feature that might not see much use.
As an alternative, adding a "notes" field for each attendee could serve the same purpose. This would allow organizers to include background information or other details without complicating the question system.
Implementing this would be relatively straightforward:
Add a notes column to the attendee table.
Update the Attendee Update endpoint on the backend to accept and handle the new field.
What is the purpose of the "Hidden Questions" ? I suppose such questions are just inactive. But the hint "only visible to the event organizer" is a bit misleading. One could insist that such a question can actually be answered somewhere by the organizer of the event (e.g. some background information per attendee).
Is your feature request related to a problem? Please describe.
As the organizer of an event, I might wan't to record background information per attendee.
Describe the solution you'd like
What about three states per question:
Questions which are only visible for the organizer could be added to the check-in lists. So one can not only change the check-in status, but also record background information related to the attendee.
I'm willing to implement this feature on my own and create a pull request - if this is something useful for the community. Just would need some directions about where to start.
The text was updated successfully, but these errors were encountered: