lowcode
lowcode copied to clipboard
React Lowcode - prototype, develop and maintain internal apps easier
Support not only Hasura but also https://chillicream.com/docs/hotchocolate
Goal: Refactor existing internalization code from `ts.factory*()` to templates Background: we believe it is more intuitive to extend and maintain the codegen functionality using templates (rather then typescript factories). Typescript...
### Description Goal of this issue is to be able to generate json definition of localization messages. We need to be able to generate localization message's definition json from scratch...
Goal: call `addColumn()` from vscode extension https://github.com/iteria-app/lowcode/pull/105 https://github.com/iteria-app/lowcode/blob/f097fa67917e05000ce9802cc43ef87e496ddde1/packages/react-lowcode/src/codegen/list.ts#L17 from # Requirements - [ ] extend vscode intellisense on material ui data grid - list available columns/fields in datagrid rows -...
Goal: call `generatePages()` from vscode extension https://github.com/iteria-app/lowcode/pull/105 # Requirements - [ ] extend vscode intellisense on material ui data grid - list available entities from graphql introspection (you can find...
Goal: generate list of https://material-ui.com/components/cards/ (something like https://material-ui.com/components/grid-list/#grid-list-with-titlebars) using template. Current implementation is able to generate data grid https://example-material-ui.onrender.com/app/generated-customers for e Entity. In certain situation is better to generate list...
Goal: generate unique columns id/field for the same column Background: MaterialUI Data Grid -[field is the only required property since it's the column identifier.](https://material-ui.com/components/data-grid/columns/#column-definitions) # Requirements - check if the...
- [ ] Instead of `avatarUrl` it should by
Continues #138 Example https://dev.to/adrai/how-to-properly-internationalize-a-react-application-using-i18next-3hdb # Checklist Use following from i18-next by using same approach as in #138 - [ ] `t('messageID')` and `useTranslation()` https://react.i18next.com/latest/usetranslation-hook - [ ] `` https://react.i18next.com/latest/trans-component -...
`` with boolean value need to have template `attribute={true/false}`, not only `attribute`