Goal-Calibration/app
Yisroel Baum cd40483cd4
remove default values from user constructors
Forcing every call site to be explicit about admin status and
password eliminates a class of bugs where an unintended
isAdmin=false or empty passwordHash could silently slip through.
The CreateUserTest case that asserted the isAdmin default is
dropped since the default no longer exists.
2026-04-26 10:46:07 +03:00
..
Auth return utc from clock 2026-04-26 10:32:08 +03:00
Exceptions add forbidden exception 2026-04-24 13:25:52 +03:00
Node refactor bulk create nodes controller to catch BadRequestException 2026-04-19 23:37:40 +03:00
Plan read user from request in plan controller 2026-04-24 13:32:04 +03:00
ScheduledNode add json scheduled node repository 2026-04-24 10:25:08 +03:00
Text refactor create text controller to catch BadRequestException 2026-04-19 23:38:23 +03:00
User remove default values from user constructors 2026-04-26 10:46:07 +03:00
ValueObjects dont cast email to string, use new value method 2026-04-26 10:19:38 +03:00
View add login and register view methods 2026-04-24 13:28:40 +03:00