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

Support multi driver #175

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Support multi driver #175

wants to merge 4 commits into from

Conversation

shaunagm
Copy link
Collaborator

@shaunagm shaunagm commented Dec 17, 2021

Very early stages of PR for adding multi-driver support, which enables us to create the hosted gateway. Nothing has been tested.

Steps:

  • create basic database models (no migration files yet, these are initial models that may need to change)
  • get_config method in core.utils and httpwrapper.utils, along with logic to determine which to use
  • update twitter plugin to make api calls with get_config
  • update github plugin to do token exchange with get_config
  • update endpoints to incorporate and use driver ID
  • update global endpoints to look up community using community_platform_id and driver_id
  • set_config methods for core.utils and httpwrapper.utils (generally called from UI, I think)
  • create additional API endpoints (create_api_key, get_communities_for_driver, etc)
  • set up authentication for API endpoints
  • add user account models, link up to driver accounts
  • add tests and update docs as needed
  • create UI (probably going to make this a separate PR with its own subtasks)

@shaunagm shaunagm requested a review from gigxz December 17, 2021 20:24
@shaunagm shaunagm force-pushed the support-multi-driver branch 2 times, most recently from 137eb08 to a072cbc Compare December 20, 2021 21:02
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

Successfully merging this pull request may close these issues.

1 participant