Thibaud ARNAULT
Thibaud ARNAULT
Hello, There is a Typescript definition issue when using: `const { request } = useContext()`. We get the following error: ``` This expression is not callable. Type 'Omit' has no...
### Current behavior Since 0.4.1, it's not possible to rename a field to prevent data loss when deploying an application (and btw fix #68) ### Expected behavior In many case,...
### Current behavior The parameters specified in the query are the same than the parameters of the endpoint I want to define a endpoint /analytics/today => I could fetch my...
### Current behavior It's only possible to define static value as default value of a field. ### Expected behavior Being able to call SQL function like `NOW()` to get the...
### Expected behavior To have the possibility to just click on the cell you want to update and it updates only this cell. cf: demo of the [md-data-table directive](https://github.com/daniel-nagy/md-data-table) ###...
When an application begin to have lots of endpoints, api.json can be long and hard to read. As #31, endpoints would be probably easier to read/write if api.json + controllers...
Currently, we have 2 server profile: dev and prod defined respectively in materia.json and materia.prod.json We could handle more server profile by detecting `materia.json + materia.*.json` files Each files `materia.*.json`...
If we integrate @materia/users in this repository and install it by default in every applications, we can use admin role to connect materia-server admin API instead of using rootPassword. Advantage:...
The automatic migration may sometimes break. When updating entities, we should generate a migration file that can be applied when deploying the application. We can use this to generate migrations...
Addons like Mailjet or Stripe generate lots of Virtual Entities and it can be hard to visualize everything easily when combined with the entities made by the users. As a...