The Wayback Machine - https://web.archive.org/web/20220505034518/https://github.com/topics/low-code-development-platform
Skip to content
#

low-code-development-platform

Here are 31 public repositories matching this topic...

budibase
melohagan
melohagan commented Apr 22, 2022

Describe the bug

  • Not all examples are using the correct handle bar helper
  • There is a mix of with/out spaces between commands and handle bars. They should probably have the spaces, as they are included when injecting.
  • Some helpers have no examples
  • The helpers are ordered alphabetically within groups (e.g. Math helpers) but there is no separation or indicator of these groups.
bug good first issue sev3
ToolJet
gsmithun4
gsmithun4 commented May 4, 2022

Version Information

all versions

What is the expected behaviour?

Should not allow to create group name with Admin and All Users since they are reserved for system groups

What is the current behaviour?

Able to create

How to reproduce the issue?

  1. Try to create group with name Admin
  2. Group will be created

Screenshots or Screencast

<img width="544" alt=

bug good first issue backend up-for-grabs
dannyroosevelt
dannyroosevelt commented May 2, 2022

Is there a specific app this action is for?
data_stores

New actions

  • List keys in Data Store: await this.db.keys()
  • Delete all keys in a Data Store: await this.db.clear() (include a note about this being an irreversible change, so use with caution)
  • Check existence of keys: await this.db.has(key) (returns true/false)

Updates to existing actions

  • Can we use async
enhancement help wanted good first issue action

一款自带工作流引擎的Node.js全栈框架,一款面向开发者的低代码平台,更是一款兼具低代码的开箱即用和专业代码的灵活定制的PAAS平台。A Node.js full-stack framework with workflow engine, based on koa + egg + vue + framework7
  • Updated May 5, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the low-code-development-platform topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the low-code-development-platform topic, visit your repo's landing page and select "manage topics."

Learn more