Skip to content

feat(ticketing): add locales endpoints#112

Merged
lmeilibr merged 1 commit into
mainfrom
feature/locales
Apr 22, 2026
Merged

feat(ticketing): add locales endpoints#112
lmeilibr merged 1 commit into
mainfrom
feature/locales

Conversation

@lmeilibr
Copy link
Copy Markdown
Contributor

Summary

  • Add Locale domain model.
  • Add LocaleApiClient with list_all, list_agent, list_public, get (by id or code), get_current, and detect_best.
  • Add LocalesService and wire it into the Ticketing facade as ticketing.locales.
  • 100% unit coverage.

Part of #79 (Batch 3).

Test plan

  • Unit: test_locale.py, test_locales_service.py — 18 passed, 100% coverage
  • Full unit suite — 2445 passed
  • Integration smoke on a live tenant via tests/integration/ticketing/test_locales.py

🤖 Generated with Claude Code

Add Locale domain model, LocaleApiClient (list_all, list_agent,
list_public, get, get_current, detect_best), and LocalesService 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 15b3feb into main Apr 22, 2026
3 checks passed
@lmeilibr lmeilibr deleted the feature/locales branch April 22, 2026 01:48
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