Weiko

Results 19 comments of Weiko

## Technical input When we create a fieldMetadata with a type RATING (as well as SELECT/MULTISELECT), the backend will try to create an enum in the DB which means we...

Hi @AdityaPimpalkar, Yes I think we can pass it hard coded at least for now with an array of FieldMetadataOption. 👍 Thanks!

> @Weiko can provide more context on how to handle the backend @charlesBochet @thaisguigon you can check field-metadata.service.ts#updateOne method. We already fetch the object so you can add this in...

@magrinj it seems nestjs uses this format where the first level of message is less explicit, not sure if it's what we want or if we want to repeat the...

Thanks! I prefer option 1 for now, option 2 will impact user mailboxes since labels are visible on gmail and I don't think we want to do that.

LGTM otherwise, I will update this part in another PR 👍 Thank you for your contribution @rathodvinod5

@FelixMalfait yes this was partially fixed. We don't have a syncStatus column in the calendar table (yet?) so we had to mimic that using other info. cc @charlesBochet