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

Update Plugins UI to reflect export plugins #4557

Closed
yakkomajuri opened this issue Jun 1, 2021 · 1 comment
Closed

Update Plugins UI to reflect export plugins #4557

yakkomajuri opened this issue Jun 1, 2021 · 1 comment
Labels
enhancement New feature or request feature/apps

Comments

@yakkomajuri
Copy link
Contributor

Export plugins currently show up in order on the Plugins page, but they all use onEvent, meaning that the order they run in is actually irrelevant. This is also an important distinction.

Screenshot 2021-06-01 at 10 00 27

Now that we have onEvent implemented in many plugins, and we have a way to infer plugin capabilities, we should devise a way to display plugins that only implement onEvent (i.e. not processEvent) in a better way. Having written this we probably need a way to show plugins that run jobs too.

This is a sub-point of the very general board card "Improve plugins frontend".

A few open Qs:

  1. How do we want to display this?
  2. What happens if a plugin implements both processEvent and onEvent - do they show up on both lists? How do we flag the distinction?
@yakkomajuri yakkomajuri added enhancement New feature or request design Issues that need a designer's attention feature/apps labels Jun 1, 2021
@Twixes Twixes added UI/UX and removed design Issues that need a designer's attention labels Jun 2, 2021
@yakkomajuri
Copy link
Contributor Author

Done

@Twixes Twixes removed the stale label Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature/apps
Projects
None yet
Development

No branches or pull requests

3 participants