TIDE/backend/app/Post/UseCases
yisroel 4a4e046de4
implement CreatePost use case
trims title and body, rejects empty (post-trim) values with
BadRequest. supplies createdAt from injected Clock. persists
through PostRepository->create and returns the resulting Post.
44 tests pass.
2026-05-06 15:23:21 +03:00
..
CreatePost implement CreatePost use case 2026-05-06 15:23:21 +03:00