Giovanni Barillari
Giovanni Barillari
Useful for conditions where the same route should be routed on two different endpoints with different pipelines. Usage should look like this: ```python mod1 = app.module(__name__, "mod1", url_prefix="v1") mod2 =...
Specifically, support validation functions in models which would operate on the entire records instead of a single field. Ideal usage should look like this: ```python class Stuff(Model): foo = Field.string()...
Todo: - [ ] Pick frontend framework (vuejs?) - [ ] Drop jquery - [ ] Rewrite helpers - [ ] Rewrite forms
Aim: make it easy to generate forms containing also related models' fields See https://github.com/emmett-framework/emmett/discussions/324 and https://github.com/emmett-framework/emmett/discussions/350
Some might be: - application composition - re-utilizable ORM models - ORM migrations' namespaces - advanced control of `AppModule` lifecycle - routes abstract classes to facilitate code recycling/extension
This requires a compatibility layer providing common interfaces. The layer should provide for each supported ORM: - [ ] Pipeline elements - [ ] Auth models? - [ ] Forms?...
Would be nice to have a scaffold command for projects generation in CLI.