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

[Feature][SPI] SPI-UI #5541

Open
4 tasks
Tracked by #5689
CalvinKirs opened this issue May 24, 2021 · 0 comments
Open
4 tasks
Tracked by #5689

[Feature][SPI] SPI-UI #5541

CalvinKirs opened this issue May 24, 2021 · 0 comments
Labels
feature new feature good first issue good first issue plug-in UI ui and front end related

Comments

@CalvinKirs
Copy link
Member

CalvinKirs commented May 24, 2021

Regarding the SPI module, some components require plug-ins to provide a UI interface for users to access. We used http://www.form-create.com/v2/ to generate the corresponding front-end code

Regarding how to display: the back end displays the UI by drawing JSON, and the front end parses the JSON returned by the back end. You can check the specific usage through the dev branch alert-group (how to use JSON to generate the corresponding UI interface, you can also use the above Refer to the official document to view)

Below is a specific todo list of ours

For complex interactions, the front end needs to provide corresponding JSON instance files. Back-end unified packaging

  • 1: Form linkage, such as

image
image
image
image
1: Clicking on different types will display different content
2: Click the corresponding content, some buttons can call specific API. And return the corresponding response result.
3;His value needs to be able to be retained as a parameter
2: UI interaction

It needs to be replaced in the form of a plug-in. The back end will provide a unified API, and the response result contains the JSON corresponding to the UI that needs to be generated, which needs to be parsed by the front end.

  • 1: Data source management

  • 2: Resource management (document management)

  • 3: Task plugin

@CalvinKirs CalvinKirs added feature new feature plug-in UI ui and front end related labels May 24, 2021
@apache apache deleted a comment from github-actions bot May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature good first issue good first issue plug-in UI ui and front end related
Projects
None yet
Development

No branches or pull requests

2 participants