FCCColumbus / fcc-columbus

FreeCodeCamp Columbus
https://fcccolumbus.com/
MIT License
25 stars 15 forks source link

Calendar displaying out of order #100

Closed saelili closed 5 years ago

saelili commented 5 years ago

Our events page is not displaying in order. Events should display according to their date. This can be fixed using the Eventbrite API. https://www.eventbrite.com/platform/api#/reference/event

Long term we may want to use the new free Code Camp forum or Meetup to retrieve event info. https://www.freecodecamp.org/forum/c/united-states-study-groups/columbus/l/calendar

jwoo92 commented 5 years ago

@saelili We should handle this on the server, not frontend.

saelili commented 5 years ago

@jwoo92 Thanks. Noticed this last night and someone offered to work on it. Wanted to quickly make a ticket for them when I got home but did not think it through.