DavisCSClub / daviscsclub.org

The Davis Computer Science Club Website
2 stars 4 forks source link

Generate Event List from Facebook Page #1

Open andrewthecope opened 6 years ago

andrewthecope commented 6 years ago

Right now, the events section of the website is hardcoded, and needs to be changed each week. We've had trouble keeping this section updated, so ideally we could pull this information from our Facebook Page (https://www.facebook.com/pg/daviscsclub/events/).

Any event published by our page would display on the website. Facebook has an API for this exact purpose.

coreymason commented 6 years ago

This should be implemented as a public back-end route events and called by axios in the homepage Saga. Reference how members are loaded on the homepage for implementation details.

andrewthecope commented 6 years ago

Satoshi Scott Iwako has volunteered for this issue