Goal-Calibration/app/Text
Yisroel Baum 4635fef3c7
persist user id in json text repository
store userId in the json record and rehydrate the User via
UserRepository. throws DomainException if the referenced user
no longer exists.
2026-05-02 21:27:40 +03:00
..
UseCases pass user object to create text use case 2026-05-02 21:27:32 +03:00
CreateTextDto.php add user property to text entity 2026-05-02 21:27:28 +03:00
JsonTextRepository.php persist user id in json text repository 2026-05-02 21:27:40 +03:00
Text.php add user property to text entity 2026-05-02 21:27:28 +03:00
TextController.php extract user from session in text controller 2026-05-02 21:27:36 +03:00
TextRepository.php add getAll method to text repo 2026-04-12 21:54:31 +03:00