Mamadou DICKO
|
9464707d40
|
feat: merge chat history with chat notifications (#1127)
* feat: add chat_id to upload and crawl payload
* feat(chat): return chat_history_with_notifications
* feat: explicit notification status on create
* feat: handle notifications in frontend
* feat: delete chat notifications on chat delete request
|
2023-09-07 17:23:31 +02:00 |
|
Mamadou DICKO
|
c1535a9b86
|
Frontend/test/chat 4 (#523)
* refactor: move getHistory to api/chat
* test(chat): unit-tests getHistory
* refactor: rename useChatService useQuestion
* feat: add updateChat to api/chat
* test(chat): unit-tests updateChat
* refactor(ChatsListItem): add useChatsListItem
* feat: remove http request from provider and remove useChats
|
2023-07-05 18:33:18 +02:00 |
|
Mamadou DICKO
|
d51d4a1e90
|
Frontend/test/chat 3 (#517)
* refactor: add addQuestion to chat api
* test(chat): add unit tests to addQuestion
|
2023-07-05 13:39:07 +02:00 |
|
Mamadou DICKO
|
68642afbb8
|
Frontend/test/chat 2 (#516)
* feat: add chat api
* refactor(MicButton): move related hook
* feat: add nock http call example
* test(useChatApi): add unit tests
|
2023-07-05 13:33:26 +02:00 |
|