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

Get emails of people who attended event #3

Open
geooot opened this issue Jul 26, 2020 · 0 comments
Open

Get emails of people who attended event #3

geooot opened this issue Jul 26, 2020 · 0 comments
Assignees

Comments

@geooot
Copy link
Contributor

geooot commented Jul 26, 2020

The usage would be like:

/attended --eventId <eventID>

Which would give a CSV with:

<timestamp>,<authId>,<email>

It should also support deep attended tracking (based on parentEventId). Like a query that returns the users that went to a specific eventId or the events with the parentEventId of eventId (try to avoid duplicates).

/attended --eventId <eventID> --deep

This is useful because the main big event could be like "TAMU Datathon 2020 Bootcamp" and the workshops be like different events that have the Bootcamp event as its parentEventId. So to see who "did something at TAMU Datathon 2020 Bootcamp" this query would be able to help.

Consider putting the bulk of this logic in gatekeeper (which returns a JSON api response), you could make an issue there for that.

@tatiaris tatiaris self-assigned this Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants