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

Enhancement: Provider management screen #96

Closed
1 of 5 tasks
csharpfritz opened this issue Aug 15, 2023 · 4 comments
Closed
1 of 5 tasks

Enhancement: Provider management screen #96

csharpfritz opened this issue Aug 15, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@csharpfritz
Copy link
Contributor

csharpfritz commented Aug 15, 2023

Need an admin screen that allows the following for the Social Media Providers:

  • List all available providers
  • Web Test with Playwright to verify the provider list is accurate
  • Enable/Disable Provider
  • Configure API Keys for Providers
  • Other provider configuration

This should reside in the Admin area of the application

@csharpfritz csharpfritz added enhancement New feature or request help wanted Extra attention is needed labels Aug 15, 2023
@csharpfritz csharpfritz added this to the Future milestone Aug 15, 2023
@csharpfritz csharpfritz changed the title Enhancment: Provider management screen Enhancement: Provider management screen Aug 15, 2023
@NapalmCodes
Copy link
Contributor

I would be willing to start working on the provider list page if there is some runway to deliver it (family life means I have to work on it time permitting)?

@NapalmCodes
Copy link
Contributor

What are we thinking for task 2 persistence SQLite db again?

@csharpfritz
Copy link
Contributor Author

Let's use Postgres for storing this information as well. We can setup a configuration table with key/value stores or JSON blobs containing the configuration for a provider.

@NapalmCodes
Copy link
Contributor

Looks like JSON/JSONB is gonna be the way forward. Npgsql.EntityFrameworkCore.PostgreSQL doesn't appear to support hstore for key/value pairs currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants