Skip to content

Comments

Add projects CRUD#4

Merged
arferreira merged 2 commits intomainfrom
projects-crud
Feb 18, 2026
Merged

Add projects CRUD#4
arferreira merged 2 commits intomainfrom
projects-crud

Conversation

@arferreira
Copy link
Contributor

Summary

  • 5 endpoints: list, create, get, update, delete under /api/v1/projects
  • All routes authenticated, scoped to current user (ownership enforcement)
  • Slug uniqueness validation on create and update
  • SeaORM entity, DTOs, typed errors, OpenAPI spec updated

Test plan

  • 8 integration tests covering full CRUD, slug conflicts (409), ownership (403), and auth (401)
  • cargo check, clippy, fmt all pass
  • OpenAPI spec exported with new endpoints

@arferreira arferreira merged commit 14c565f into main Feb 18, 2026
5 checks passed
@arferreira arferreira deleted the projects-crud branch February 18, 2026 22:34
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