Skip to content

feat(singer): add CRUD endpoints for singers#54

Merged
alikia2x merged 4 commits intodevelopfrom
feat/alikia-47-singers
Apr 29, 2026
Merged

feat(singer): add CRUD endpoints for singers#54
alikia2x merged 4 commits intodevelopfrom
feat/alikia-47-singers

Conversation

@alikia2x
Copy link
Copy Markdown
Contributor

@alikia2x alikia2x commented Apr 29, 2026

Changes

Implement a complete CRUD API for managing singers in the catalog.

  • Add GET /v2/singer/:id endpoint for retrieving singer details
  • Add POST /v2/singer endpoint for creating new singers (auth required)
  • Add PATCH /v2/singer/:id endpoint for updating singer metadata (auth required)
  • Add DELETE /v2/singer/:id endpoint for soft-deleting singers (auth required)
  • Add Zod schemas for request/response validation in packages/core
  • Add E2E tests covering all endpoints
  • Add search support for singers

Related

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

Warning

Rate limit exceeded

@alikia2x has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 58 minutes and 56 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: fc6e1ca2-bad1-4eef-a45e-e6b3f8b7504c

📥 Commits

Reviewing files that changed from the base of the PR and between fff3b11 and 620a330.

📒 Files selected for processing (23)
  • apps/backend/src/handlers/catalog/singer/create.ts
  • apps/backend/src/handlers/catalog/singer/delete.ts
  • apps/backend/src/handlers/catalog/singer/get.ts
  • apps/backend/src/handlers/catalog/singer/index.ts
  • apps/backend/src/handlers/catalog/singer/search.ts
  • apps/backend/src/handlers/catalog/singer/update.ts
  • apps/backend/src/handlers/index.ts
  • apps/backend/src/index.ts
  • apps/backend/tests/singer.test.ts
  • packages/core/src/modules/catalog/index.ts
  • packages/core/src/modules/catalog/singer/container.ts
  • packages/core/src/modules/catalog/singer/dto.ts
  • packages/core/src/modules/catalog/singer/index.ts
  • packages/core/src/modules/catalog/singer/repository.interface.ts
  • packages/core/src/modules/catalog/singer/repository.ts
  • packages/core/src/modules/catalog/singer/service.ts
  • packages/core/src/outbox/processor.ts
  • packages/core/src/search/catalog/index.ts
  • packages/core/src/search/catalog/singer.ts
  • packages/core/src/search/config.ts
  • packages/core/tests/integration/SingerRepository.test.ts
  • packages/core/tests/unit/SingerSearchService.test.ts
  • packages/core/tests/unit/SingerService.test.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/alikia-47-singers

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 58 minutes and 56 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@alikia2x alikia2x merged commit 97e72d2 into develop Apr 29, 2026
2 checks passed
@alikia2x alikia2x deleted the feat/alikia-47-singers branch April 29, 2026 14:13
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