Skip to content

[Feature][SPI] SPI-UI #5541

Open
Open
@CalvinKirs

Description

@CalvinKirs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions