Skip to content

feat(ticketing): add side conversations endpoints#109

Merged
lmeilibr merged 1 commit into
mainfrom
feature/side-conversations
Apr 22, 2026
Merged

feat(ticketing): add side conversations endpoints#109
lmeilibr merged 1 commit into
mainfrom
feature/side-conversations

Conversation

@lmeilibr
Copy link
Copy Markdown
Contributor

Summary

  • Add SideConversation domain model, CreateSideConversationCmd / ReplySideConversationCmd / UpdateSideConversationCmd, mapper, and SideConversationApiClient (list, get, create, reply, update, list_events).
  • Add SideConversationsService (with close(...) convenience) and wire it into the Ticketing facade as ticketing.side_conversations.
  • 100% unit coverage.

Part of #79 (Batch 2 — final).

Test plan

  • Unit: test_side_conversation.py, test_side_conversation_mapper.py, test_side_conversations_service.py — 31 passed, 100% coverage
  • Full unit suite — 2458 passed
  • Integration smoke on a live tenant via tests/integration/ticketing/test_side_conversations.py

🤖 Generated with Claude Code

Add SideConversation domain model, create/reply/update commands, mapper,
API client (list, get, create, reply, update, list_events), and
SideConversationsService wired into the Ticketing facade.
100% unit coverage.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

@lmeilibr lmeilibr merged commit 653e426 into main Apr 22, 2026
3 checks passed
@lmeilibr lmeilibr deleted the feature/side-conversations branch April 22, 2026 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant