elemental-lowcode icon indicating copy to clipboard operation
elemental-lowcode copied to clipboard

Elemental lowcode development platform.

Results 71 elemental-lowcode issues
Sort by recently updated
recently updated
newest added

Add an s3 compatible blob storage provider.

Add an azure blob storage provider.

The plugins service is a shared service that all instances communicate with to search and download plugins into the system. Plugins can be published independently to this service without having...

Allow the table name for a given object to be configurable within the data type definition. This table name needs to be separate from the name of the data type:...

Create a new shared idempotency store. This service must record incoming idempotency keys in an internal database (can be file system based - redis/memcached would be better). The constructor for...

The IdM needs to be split from the IdP to be a 2nd application. This is to enable security through firewall'ing the IdM from the general internet.

The IdM needs the following endpoints creating: * Get clients * Get client * Update client * Partially update client * Delete client

The queue service lib is not complete, the get and delete message endpoints are incorrect.

It can be pretty tiresome to write the same code again and again for loading data when a page/component loads - so we should have some some of configuring data...

It should be possible to construct forms and embed them within pages. Forms are more complex than pages so we need a new interface definition for forms. Forms should also...