CodersHQ
CodersHQ copied to clipboard
Streamline CHQ events with eventbrite
🏆 Task Description: Combine CHQ events with eventbrite 👨🚀 Skills Needed: Python, API
Currently when there is an event it triggers an automate.io script to push the event to discord. It would be better that once an event is created in the platform a signal is sent and a local bot pushes the event to discord.
Streamline Events
Events API Streamline
We need to streamline all the events into one clean process. To do this we must first connect coders hq with [eventbrite](https://www.eventbrite.com/) (the current event system). Eventbrite has [its own api](https://www.eventbrite.com/platform/docs/api-basics) and we need to create an event in the eventbrite system anytime an event is created in CHQ.
Wanted Process
- Event is created in CHQ
- A signal is sent to eventbrite (using django event model)
- The signal contains all the details to create an eventbrite event
Testing Criteria
- Make a test account with eventbrite
- Make a local version of CHQ
- Create an event in the django admin page and it should create the same event in eventbrite
Reward
-
contributor
role in discord - love and appreciation
Progress Update: The code is completed and merged, only the UI is pending