Skip to content

Comments

Add tags CRUD and testimonial tagging#5

Merged
arferreira merged 2 commits intomainfrom
feat/tags-crud
Feb 18, 2026
Merged

Add tags CRUD and testimonial tagging#5
arferreira merged 2 commits intomainfrom
feat/tags-crud

Conversation

@arferreira
Copy link
Contributor

Summary

  • Tags CRUD: list, create, update, delete — scoped to projects with ownership enforcement
  • Testimonial tagging via PUT /api/v1/testimonials/:id/tags (replace-all semantics)
  • Testimonial responses now include a tags array (batch-loaded for list endpoints)
  • 12 integration tests covering CRUD, uniqueness constraints, cross-project rejection, and auth

Test plan

  • cargo check passes
  • cargo clippy -- -D warnings clean
  • cargo fmt applied
  • All 38 tests pass (12 new tags + 10 testimonials + 8 projects + 8 auth)
  • rapina openapi export + rapina openapi check pass

@arferreira arferreira merged commit 1b6247d into main Feb 18, 2026
5 checks passed
@arferreira arferreira deleted the feat/tags-crud branch February 18, 2026 23:57
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