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

🌟 Organizer Questions #301

Open
ofabel opened this issue Nov 24, 2024 · 1 comment
Open

🌟 Organizer Questions #301

ofabel opened this issue Nov 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ofabel
Copy link

ofabel commented Nov 24, 2024

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.

@ofabel ofabel added the enhancement New feature or request label Nov 24, 2024
@daveearley
Copy link
Contributor

Hi @ofabel,

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:

  1. Add a notes column to the attendee table.
  2. Update the Attendee Update endpoint on the backend to accept and handle the new field.
  3. Update the Attendee Edit form with the new field.

Let me know your thoughts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants