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

Volunteer/Attendee count incorrectly displayed as zero #643

Open
ilen opened this issue Apr 29, 2019 · 4 comments
Open

Volunteer/Attendee count incorrectly displayed as zero #643

ilen opened this issue Apr 29, 2019 · 4 comments

Comments

@ilen
Copy link

ilen commented Apr 29, 2019

Steps to reproduce:

  1. Go to: https://www.bridgetroll.org/events/441
  2. Note presence of attendee and volunteer lists.

RESULT: Attendee and volunteer count is zero
EXPECTED: Attendee and volunteer count should match list displayed

(Count is also zero on export of workshop data as csv)

@siruguri
Copy link
Contributor

The code doesn't match the expectation above - it shows number of attendees who have checkins in the DB, if the event is in the past.

Did this event not do check-ins? Or are you expecting past events to not use the check-ins count filter?

@ilen
Copy link
Author

ilen commented Apr 29, 2019

No idea whether the event had check ins; I'm trying to get participation totals for the annual report and was not involved in the event.

I think it would make sense to assume that if an event is in the past, the best count of attendees is whoever was registered.

Here is the list of all workshops in a similar state in case it's helpful:

https://www.bridgetroll.org/events/433
https://www.bridgetroll.org/events/437
https://www.bridgetroll.org/events/441
https://www.bridgetroll.org/events/438
https://www.bridgetroll.org/events/442
https://www.bridgetroll.org/events/440
https://www.bridgetroll.org/events/449
https://www.bridgetroll.org/events/454

@rachelober
Copy link
Contributor

This is an interesting situation to be in. The idea behind the check-ins is to record as accurately as possible who are being served by our free workshops. If we aren't accurately checking-in people it is actually doing us a disservice whenever we pull reports to try and make a case for our efficacy to potential donors.

Additionally, having zero people pulled now after an event that happened in the past can't be fixed now and I see your concern that you want at least SOMETHING to show that your workshop happened.

I propose a few resolutions to this to clarify this situation:

  1. Don't do the extra work on the event page to distinguish check-ins. In reality, the question is who is served by having that information on the main page? Regular attendees don't need to know. Organizers should expect to see that on their dashboard.
  2. We should give the option of exporting user data with check-ins or just all attendees. I can't seem to see where that export option is right now, @ilen, so I don't know what the current messaging around the export looks like. I'll continue to investigate to see what kind of additional feature could be added.

@ilen
Copy link
Author

ilen commented May 1, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants