Thibaud ARNAULT

Results 12 issues of 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,...

type/enhancement
area/entities
area/synchronization

### 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...

type/enhancement
area/api

### 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...

type/enhancement
area/entities

### 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) ###...

type/enhancement
area/queries
area/entities

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...

type/enhancement
area/api

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`...

type/enhancement
area/global

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:...

type/enhancement
area/global

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...

type/enhancement
area/entities

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...

type/enhancement
area/entities