Remi Cattiau

Results 59 issues of Remi Cattiau

https://sequelize.org/docs/v6/core-concepts/model-basics/ This could be useful to have a more defined tables/fk and manage several db at once. A hook on the compiler part would be necessary to generate the sequelize...

enhancement

Date serializer should handle string considered as Date The plurial seems to be faulty too

bug

We should allow to add computed field on a model that would show up in GraphQL and REST API. On rest api a parameter like `GET /models/{uuid}?dynamic=field1,field2` with management of...

enhancement

We could have something to simplify querying with: ``` .find({ status: "open" }) ``` It would default to `AND` query and we could implement something like the mongodb syntax if...

enhancement

We should auto add the `$schema` fields for `webda.config.json` if not present, same for `deployments/*` If you have the "$schema": ".webda-config-schema.json" in your webda.config.json and the "$schema": "../.webda-deployment-schema.json" in each...

enhancement

# Webda v4 The motivation behind v4 is to provide more documentation, a new Eventing system based on cloudevents, a new Cache system. The number of breaking changes should mostly...

We should have a service that expose server events through channel authorized based on a canAct watch on the model

enhancement

Webda Core should only contain the basic definitions This way we should modify less the core module and more the other module, as core is the main deps for every...

enhancement

If a custom User is tied to a custom Ident. But the custom Ident is not tied to the custom User, we should display a warning. Stores that manage User...

enhancement

We might want to split WebdaQL into a separate module to be reusable even outside of Webda

enhancement