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

UX/IA: Add list of events #15

Open
Kriesse opened this issue Nov 1, 2015 · 4 comments
Open

UX/IA: Add list of events #15

Kriesse opened this issue Nov 1, 2015 · 4 comments

Comments

@Kriesse
Copy link
Contributor

Kriesse commented Nov 1, 2015

Add a list of all upcoming events (and past events).

A short version (next event only) could live on the front page.
The complete list could live under a new page "/events"/

minimum data per event:

  • date
  • start time
  • end time
  • city
  • venue
  • sign up link attendees
  • sign up link coaches
@lukaszklis
Copy link
Member

We can query the meetup.com's API for this. At the moment, we're fetching the list of the upcoming events: https://github.com/cssconf/CSSclasses/blob/master/assets/js/upcoming-events.js#L17

I would love to refactor the "upcomingEvents", so we could fetch the upcoming and the past events. Also, as mentioned in https://github.com/verpixelt/moby/issues/18, this solution is not bullet-proof. We can make it one, but we would have to create a separate account for CSSclasses.

@Kriesse
Copy link
Contributor Author

Kriesse commented Nov 1, 2015

@lukaszklis Is there an alternative API that is independent from what we use for registrations? I would love to keep using the OTS meetup account, as they have a much bigger reach than we could build. Also, we might sometimes not use meetup.com at all (e.g. for #spookycode, or for new groups in different cities).

How about Lanyrd?

@lukaszklis
Copy link
Member

I've checked Lanyrd and unfortunately they don't seem to provide one (even though, they claim to have one released 3 years ago…). What about any of the "tickets-management" systems like Eventbrite or Ticketleap? I'll try to test both, but it seems like Eventbrite will be the safest to go.

@lukaszklis lukaszklis modified the milestone: Winter '15 Nov 4, 2015
@lukaszklis
Copy link
Member

So, as agreed – for now let's go with a YAML-based solution (similar to up.front).

@lukaszklis lukaszklis self-assigned this Dec 12, 2015
@lukaszklis lukaszklis removed this from the Winter '15 milestone Jun 22, 2016
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