Skip to content

feat: implement tenant service with CRUD operations and health check#5

Merged
PramithaMJ merged 1 commit into
mainfrom
feat/tenant-service-postgres
Apr 16, 2026
Merged

feat: implement tenant service with CRUD operations and health check#5
PramithaMJ merged 1 commit into
mainfrom
feat/tenant-service-postgres

Conversation

@PramithaMJ
Copy link
Copy Markdown
Member

  • Add handler for tenant service with routes for health check, create, list, get, update, and delete tenants.
  • Implement PostgreSQL repository for tenant management, including methods for creating, retrieving, listing, updating, and soft-deleting tenants.
  • Create unit tests for handler methods to ensure proper functionality and error handling.
  • Define repository interface for abstraction and ease of testing.

@PramithaMJ PramithaMJ self-assigned this Apr 15, 2026
@PramithaMJ PramithaMJ added the enhancement New feature or request label Apr 15, 2026
… conflicts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@PramithaMJ PramithaMJ force-pushed the feat/tenant-service-postgres branch from 0a297f2 to a192f37 Compare April 16, 2026 05:53
@PramithaMJ PramithaMJ merged commit da602d8 into main Apr 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant