-
Notifications
You must be signed in to change notification settings - Fork 2
research:nocodb
Johannes Lötzsch edited this page Mar 24, 2023
·
5 revisions
- AGPL
+ typescript
+ readable model
- vue
- monorepo
- but could be more documentation for developers
+ REST (including Swagger)
- Graphql is promised, but not documented
- views are defined after defining column types of sheet
+ quite good usability of "wizard" via drag&drop
- changing type is not possible while editing form view
- only one renderer per datatype
- no concept of grouping (nor nesting)
- no customizable styles
- not translatable forms
- effort to extend them (due to design decisions)
- types are flat (primitives only)
- types are hard coding "UI-Type" to db datatypes
- db schema needs be updated for new "UI-Types" and views
- no translations
- enums can not be feed from tables