[Feature] Chats Service for TaskChat & SystemChat#231
Open
kspshnik wants to merge 128 commits intodevelopmentfrom
Open
[Feature] Chats Service for TaskChat & SystemChat#231kspshnik wants to merge 128 commits intodevelopmentfrom
kspshnik wants to merge 128 commits intodevelopmentfrom
Conversation
…ат', импортирует 'ChatModule' в 'app.module.ts', импортирует ChatService в 'app.controller.ts'
…рректировал файловую структуру, подключил сущность к app.module.
…ториям из datalake, создал необходимые методы в репозиториях, подключил сервисы, репозитории и сущность к chat.module.
…ат', импортирует 'ChatModule' в 'app.module.ts', импортирует ChatService в 'app.controller.ts'
…рректировал файловую структуру, подключил сущность к app.module.
…ториям из datalake, создал необходимые методы в репозиториях, подключил сервисы, репозитории и сущность к chat.module.
…/backend into feature/chats-business-entity
… из сущности, используя репозитории messages и chats из datalake.
…al' into feature/chats-service-experimental
…erator instead od `if`.
…to `ensureStringId()`
…nd union type for general meta payload
… userId: string): Promise<MetaDto>` method
…al' into feature/chats-service-experimental # Conflicts: # src/common/types/websockets.types.ts
…ice._getTaskChatMeta()`
…messages.length > 0) return messages`, i.e. the whole array hasn't been read yet.
…al' into feature/chats-service-experimental
…/:id` + Swagger decorated
…le` providers + moved `SearchUserQuery` & its handler to corresponding dirs.
…included into `COMMANDS` array spread as `TaskModule` providers.
…ult or conflicting task.
…d()`: misprint in `if` condition caused its inversion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ChatEntityChatFactoryChatServicesuitable for task-binded chats & system chats.