lowcode icon indicating copy to clipboard operation
lowcode copied to clipboard

React Lowcode - prototype, develop and maintain internal apps easier

Results 92 lowcode issues
Sort by recently updated
recently updated
newest added

Goal: we are going to automatize https://github.com/iteria-app/example-material-ui/pull/9 using code generation # API we allready have facade `codegen/index.ts` - please revisit following function and let me know what do you propose...

not ready

Expected outcome: - [x] clone react router tags (React Dev Tolls `getOwnerList`) - promt for new uri - [ ] clone page *.tsx file - prompt for new file name...

not ready

This is analogical to #72 - we need to add menu item to the json: test using example-material-ui and example-ionic - [ ] define API and test scenarios first -...

not ready

Outline for page routes. - [ ] user can choose target page by using select/autocomplete for react components link, button, tab, menu - [ ] place select/autocomplete for inspectedElement (place...

Use Case : - Given: user opens https://demo.iteria.app/?repo=github.com/iteria-app/example-material-ui - When the user clicks on Data Table then drawer https://tabular.grommet.io/ ![image](https://user-images.githubusercontent.com/16844103/115290316-ad7dea80-a153-11eb-9fe7-820b35d7cdd4.png) - When the user chooses a Entity field/property and press...

not ready

### Description: ### Proposed solution: `outline(): [ { gridIndex, entity, field/expression, header } ]` ### Acceptance criteria:

not ready

### Description: ### Proposed solution: `outline(): [ { gridIndex, entity, field/expression, header } ]` ### Acceptance criteria:

Same as #86 but also mutations... - [ ] https://formidable.com/open-source/urql/ graphql client library - [ ] query by id - [ ] mutation - [ ] formik form - [...

This error is thrown when trying to inject newly generated page into demo App Most probably problem with @material-ui/data-grid component (invalid props passed?) I was able to reproduce the problem...

bug