Coders-HQ / CodersHQ

Social platform for developers to network, create and challenge themselves
https://codershq.ae
MIT License
139 stars 47 forks source link

Streamline CHQ events with eventbrite #93

Open ralsuwaidi opened 2 years ago

ralsuwaidi commented 2 years ago

🏆 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

  1. Event is created in CHQ
  2. A signal is sent to eventbrite (using django event model)
  3. The signal contains all the details to create an eventbrite event

Testing Criteria

Reward

delrius-euphoria commented 2 years ago

Progress Update: The code is completed and merged, only the UI is pending