Files
calchat/apps/server/src
Linus Waldowsky c897b6d680 feat: implement chat persistence with MongoDB
- Add full chat persistence to database (conversations and messages)
- Implement MongoChatRepository with cursor-based pagination
- Add getConversations/getConversation endpoints in ChatController
- Save user and assistant messages in ChatService.processMessage()
- Track respondedAction (confirm/reject) on proposed event messages
- Load existing messages on chat screen mount
- Add addMessages() bulk action and chatMessageToMessageData() helper to ChatStore
- Add RespondedAction type and UpdateMessageDTO to shared types
2026-01-09 16:21:01 +01:00
..
2026-01-04 16:17:36 +01:00
2026-01-04 16:17:36 +01:00
2026-01-04 16:17:36 +01:00
2026-01-04 16:17:36 +01:00
2025-12-05 20:10:06 +01:00