lowcode
lowcode copied to clipboard
React Lowcode - prototype, develop and maintain internal apps easier
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...
Expected outcome: - [x] clone react router tags (React Dev Tolls `getOwnerList`) - promt for new uri - [ ] clone page *.tsx file - prompt for new file name...
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 -...
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/  - When the user chooses a Entity field/property and press...
### Description: ### Proposed solution: `outline(): [ { gridIndex, entity, field/expression, header } ]` ### Acceptance criteria:
### 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...