bf006220e8
pass user object to create text use case
...
drop UserRepository dependency; controller now passes the
authenticated User directly via CreateTextRequest, eliminating
a redundant repository lookup.
2026-05-02 21:27:32 +03:00
920f8ad768
add @throws BadRequestException to create text
2026-04-19 23:23:11 +03:00
f77101e4e9
add null guard in create text use case
2026-04-19 23:12:07 +03:00
ab023315a9
make CreateTextRequest name nullable
2026-04-19 23:11:52 +03:00
acdfc14442
create root node on text creation
2026-04-17 11:03:10 +03:00
a95a8838f6
create text with request dto
2026-02-19 21:00:28 +02:00