Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline CHQ events with eventbrite #93

Open
ralsuwaidi opened this issue Feb 1, 2022 · 1 comment
Open

Streamline CHQ events with eventbrite #93

ralsuwaidi opened this issue Feb 1, 2022 · 1 comment

Comments

@ralsuwaidi
Copy link
Contributor

ralsuwaidi commented Feb 1, 2022

🏆 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 ralsuwaidi changed the title Add bot integration to Micro (Discord Bot) and eventbrite Streamline CHQ events with eventbrite Feb 12, 2022
@ralsuwaidi ralsuwaidi removed the event label Mar 10, 2022
@delrius-euphoria
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants