Skip to content

Support multi driver#175

Open
shaunagm wants to merge 4 commits intomasterfrom
support-multi-driver
Open

Support multi driver#175
shaunagm wants to merge 4 commits intomasterfrom
support-multi-driver

Conversation

@shaunagm
Copy link
Copy Markdown
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 from d65fbd3 to d803725 Compare December 17, 2021 20:41
@shaunagm shaunagm force-pushed the support-multi-driver branch 2 times, most recently from 137eb08 to a072cbc Compare December 20, 2021 21:02
@gigxz gigxz removed their request for review September 8, 2025 15:08
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