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

Improve Plugins manager API #2207

Closed
AmmarAbouZor opened this issue Feb 13, 2025 · 1 comment
Closed

Improve Plugins manager API #2207

AmmarAbouZor opened this issue Feb 13, 2025 · 1 comment
Assignees
Labels
new newly created issue

Comments

@AmmarAbouZor
Copy link
Member

The current API for plugins manager can be improved in the following points:

  • Have different structs for valid and invalid plugins instead of having the one struct with different states.
  • Rename active plugin to installed to have one consistent name on back and fronend
  • Remove API to get all the plugins
  • Provide two APIs one to get a list of installed plugins with full info and another one for invalid ones
  • Another two APIs to get the paths of installed and invalid plugins without other infos.
  • Another two APIs to get the info of the plugin with the provided path.
  • Add extra field for warnings in installed plugins.
@AmmarAbouZor AmmarAbouZor added this to the Plugins Support Step 1 milestone Feb 13, 2025
@AmmarAbouZor AmmarAbouZor self-assigned this Feb 13, 2025
@github-actions github-actions bot added the new newly created issue label Feb 13, 2025
@AmmarAbouZor
Copy link
Member Author

Done in #2225

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

No branches or pull requests

1 participant