You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coderbunker website could create more traffic for upcoming events, by advertising them on the website. It can improve the conversion of people visiting the website -> attending events.
I'm proposing adding an "events" page in the NavBar, which opens a page showing all upcoming ( and maybe past ) events of all CoderBunker locations. These event elements should have a clear button for RSVP which redirects the user to RSVP on meetup.com
Requirements
[ ] Events page should be in the navigation bar
[ ] The Events page should contain latest information of all Coderbunkers events
[ ] Every event should provide basic information taken from the Meetup API. such as Name, Description, Date, Duration, RSVP limit, Location (Shanghai or UK), and Venue information
[ ] Every event element should have a clear link/button to RSVP on Meetup.com
Optional Requirements
These will require additional resources, can be moved to new issue if not done within this issue.
[ ] Attach an image from the event on Meetup to every event element
[ ] Venues are commonly reused, detect the venue and provide additional information on "how to get there"
The text was updated successfully, but these errors were encountered:
What's the problem
Coderbunker website could create more traffic for upcoming events, by advertising them on the website. It can improve the conversion of people visiting the website -> attending events.
What's the solution
Meetup.com has a public API, which provides all information necessary. For example, Coderbunker UKs webdev group: http://api.meetup.com/Birmingham-Web-Development/events
For more info on the API, see https://www.meetup.com/meetup_api/docs/:urlname/#get
I'm proposing adding an "events" page in the NavBar, which opens a page showing all upcoming ( and maybe past ) events of all CoderBunker locations. These event elements should have a clear button for RSVP which redirects the user to RSVP on meetup.com
Requirements
Optional Requirements
These will require additional resources, can be moved to new issue if not done within this issue.
The text was updated successfully, but these errors were encountered: