Weiko
Weiko
## Context The command currently calls a service with a workspace member uuid in the code, we want to fetch all member ids that have a connected account and ideally...
## Context We currently create a datasource per workspace. As of today, this has no effect (actually it's even degrading the DB because we never close those datasource connections) but...
## Scope & Context The frontend should only display the recipients that have "from" as a role meaning they've sent at least 1 message in the thread. ### Current behaviour...
## Scope, Context & implementation ### Current implementation The backend only stores the sender (using the header "from" value inside the message) in the MessageRecipient table. (Note: This is a...
## Scope & Context It seems we don't receive exceptions affecting metadata resolvers on Sentry and it was probably never implemented to make it work ## Technical inputs Look at...
## Technical inputs Check https://support.google.com/cloud/answer/7454865#verification https://support.google.com/cloud/answer/13461325
## Scope & Context The current implementation of the sync compares objects and their fields in the DB with the standard object defined in the code. To do that and...
## Context DeleteOneObject was wrongly enabled on the BE, we should not have enabled it because nestjs-query generated method didn't have enough context to delete all the entities (relations, DB...
## Context Messages are linked to threads. MessageChannelAssociation are linked to messages. Once we delete a message, we need to make sure to delete the associated thread if this is...