Commit graph

13 commits

Author SHA1 Message Date
juancwu
6e1ac07b04 feat: sqlite: implement GetUserByUsername 2026-05-06 01:09:47 +00:00
juancwu
9220753210 chore: add not found case for GetUserByEmail test 2026-05-06 00:47:04 +00:00
juancwu
dd0bef7590 chore: add docs to GetUserByEmail 2026-05-06 00:39:06 +00:00
juancwu
418aeb5f6c refactor: use helper function to scan user in GetUserByID 2026-05-06 00:38:33 +00:00
juancwu
7c9b7aa154 feat: sqlite: implement GetUserByEmail 2026-05-06 00:37:47 +00:00
juancwu
9918c9918f feat: initial sqlite store 2026-05-06 00:16:39 +00:00
juancwu
52814db43d refactor: change named types in nullables to structs 2026-05-05 17:38:20 +00:00
juancwu
e8f7a7e329 refactor: change the way default values are set in service constructor 2026-05-05 15:01:38 +00:00
juancwu
336bd34bd3 init service 2026-05-04 20:52:35 +00:00
juancwu
9bffb2e39d move IDGenerator interface to service package 2026-05-04 20:52:23 +00:00
juancwu
9091ea8387 extend user model with status tracking 2026-05-04 20:52:03 +00:00
juancwu
b947535795 initial pase store definitions 2026-05-04 18:39:25 +00:00
fefe08f6f9 Initial commit 2026-05-01 00:07:47 +00:00