CodersHQ icon indicating copy to clipboard operation
CodersHQ copied to clipboard

Streamline CHQ events with eventbrite

Open ralsuwaidi opened this issue 3 years ago • 1 comments

🏆 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

  • 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

ralsuwaidi avatar Feb 01 '22 04:02 ralsuwaidi

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

delrius-euphoria avatar Apr 05 '22 10:04 delrius-euphoria