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

Add a page for raffling things #7

Open
macro1 opened this issue Dec 6, 2015 · 2 comments
Open

Add a page for raffling things #7

macro1 opened this issue Dec 6, 2015 · 2 comments

Comments

@macro1
Copy link
Member

macro1 commented Dec 6, 2015

We should have a page that organizers can visit to raffle things off. The Meetup API can be leveraged to make the event from that time period available, and to list attendees and provide images to identify winners.

@hayleycd
Copy link

I want to try this.

@davidfischer
Copy link
Member

We haven't had a giveaway in a while, but when we do I do the following:

  • Get the attendees from meetup (as a CSV)
  • Remove the organizers
  • Randomly order them and take the top ~5-7 attendees. I take more than 1 because some people RSVP and then don't attend.

If this process could be automated, even with a management command (since it doesn't need to be public per se), that would save some time and make it repeatable. I haven't done much with the meetup API beyond what's already in the repository. However, if there's a way to take a meetup URL/event ID as input and output a randomized list of attendees, that seems useful.

Overall, I don't think this is high priority but it would be useful for when we have a giveaway.

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