Skip to content

[Feat]:Global javascript code management module #559

Open
@exqmjmz

Description

@exqmjmz

Is your feature request related to a problem? Please describe.
Reusing a piece of code or a function method is common in enterprise development application development.
I encountered this in application configuration. Multiple applications of mine had to call several common methods.

These methods involve back-end data query, system query, and lowcoder built-in API.
So they cannot import custom libraries or mount them in window mode.

lowcoder now:
image

Describe the solution you'd like
Maybe we can develop a new module to manage javascript code globally.

It can input parameters, call query sources in the system, and allow various applications in the system to call it and pass in parameters.

Then run it.

ideal:
An ideal prototype diagram stitched together with screenshots of each module in the system
image
image
image
image

Metadata

Metadata

Labels

EnhancementNew feature or request

Type

No type

Projects

Status

👀 In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions