Muyao CHEN
|
0da8b29507
|
test: try to test user repo and event repo
Build and test / Build (push) Successful in 2m27s
|
2024-10-23 09:54:00 +02:00 |
|
Muyao CHEN
|
304651e7ff
|
feat: implement event repo methods
|
2024-10-20 23:27:17 +02:00 |
|
Muyao CHEN
|
b4259e9a51
|
doc: add licence for event.go
|
2024-10-20 21:27:26 +02:00 |
|
Muyao CHEN
|
46c14b63ea
|
feat: add a method for event. And introduce the mock
Build and test / Build (push) Successful in 2m27s
|
2024-10-20 21:26:12 +02:00 |
|
Muyao CHEN
|
c27dfc687f
|
minor: cleanup
|
2024-10-19 17:14:08 +02:00 |
|
Muyao CHEN
|
3d616bff50
|
db: finish sql commands
Build and test / Build (push) Successful in 2m23s
|
2024-10-19 17:08:05 +02:00 |
|
Muyao CHEN
|
dac36db284
|
db: add more tables
|
2024-10-19 13:28:02 +02:00 |
|
Muyao CHEN
|
80a5f1f8a8
|
fix: CHANGE NAMES AGAIN. Just want to be clearer
Build and test / Build (push) Successful in 2m20s
|
2024-10-18 23:24:31 +02:00 |
|
Muyao CHEN
|
a55fd26f90
|
repo: add some more sql for events
|
2024-10-18 21:41:53 +02:00 |
|
Muyao CHEN
|
dde4eb337c
|
repo: add some sql for events
Build and test / Build (push) Successful in 2m29s
|
2024-10-18 21:15:27 +02:00 |
|
Muyao CHEN
|
86832cf1f9
|
test: add wrong params test cases for session create
|
2024-10-17 22:12:31 +02:00 |
|
Muyao CHEN
|
a7a915d825
|
feat: Impl event while refactoring user domain
Build and test / Build (push) Successful in 2m21s
|
2024-10-16 23:47:06 +02:00 |
|
Muyao CHEN
|
29633e0e95
|
feat: use PO for repo layer
Build and test / Build (push) Successful in 2m26s
|
2024-10-16 09:59:03 +02:00 |
|
Muyao CHEN
|
0e05924585
|
feat: rework entities design
|
2024-10-16 09:49:07 +02:00 |
|
Muyao CHEN
|
dfc2d1b2eb
|
feat: add transaction and participation associations
|
2024-10-16 09:23:32 +02:00 |
|
Muyao CHEN
|
3b18a15494
|
feat: add event and expense BOs
Build and test / Build (push) Successful in 2m18s
|
2024-10-16 00:13:38 +02:00 |
|
Muyao CHEN
|
c94b0b532b
|
feat: add money value object
|
2024-10-16 00:05:05 +02:00 |
|
Muyao CHEN
|
606289be1a
|
fix: create DTO in model and handle it in service level
|
2024-10-16 00:04:28 +02:00 |
|
Muyao CHEN
|
382da3d811
|
test: add test for session delete
|
2024-10-15 21:39:08 +02:00 |
|
Muyao CHEN
|
20ef75b1aa
|
feat: rework db conn to use sql.DB for better portability
Build and test / Build (push) Successful in 2m20s
|
2024-10-15 14:01:53 +02:00 |
|
Muyao CHEN
|
1fb84a3ff4
|
feat: implement session delete using redis
|
2024-10-15 10:14:40 +02:00 |
|
Muyao CHEN
|
9290bcf88c
|
fix: make create session works
|
2024-10-13 21:55:26 +02:00 |
|
Muyao CHEN
|
ca2985abb4
|
feat: add session create
|
2024-10-13 21:10:33 +02:00 |
|
Muyao CHEN
|
798b9a7695
|
feat: Add jwt token pkg
|
2024-10-13 13:36:22 +02:00 |
|
Muyao CHEN
|
71926b2197
|
feat: Use gin default validator
Build and test / Build (push) Successful in 2m9s
|
2024-10-12 23:30:36 +02:00 |
|
Muyao CHEN
|
79739e3751
|
fix: move testdb/testuser to a mock dir to be clearer
|
2024-10-12 18:52:27 +02:00 |
|
Muyao CHEN
|
addddb152a
|
fix: move testdb/testuser to usecase dir. repo should only be interface defs
Build and test / Build (push) Successful in 2m23s
|
2024-10-12 18:38:55 +02:00 |
|
Muyao CHEN
|
3e09afd4b0
|
feat: add usecase to check if a user exists
|
2024-10-12 18:33:19 +02:00 |
|
Muyao CHEN
|
ce3076047a
|
feat: add t.Helper to request helper
|
2024-10-12 17:09:03 +02:00 |
|
Muyao CHEN
|
9b6282a101
|
feat: make the request test helper public
|
2024-10-12 17:07:24 +02:00 |
|
Muyao CHEN
|
a3c2ade9fb
|
feat: create session. (also print the x-rid into the log)
|
2024-10-11 23:24:29 +02:00 |
|
Muyao CHEN
|
cb7a4bf5c5
|
fix: change API design to be more RESTful
|
2024-10-07 23:25:25 +02:00 |
|
Muyao CHEN
|
c1173b4bcc
|
feat: add test case for usecase user.create
|
2024-10-06 23:21:54 +02:00 |
|
Muyao CHEN
|
b7697bc89b
|
feat: hash the user password
|
2024-10-06 22:07:51 +02:00 |
|
Muyao CHEN
|
ba8570857d
|
feat: add validate for user signup
|
2024-10-06 21:54:29 +02:00 |
|
Muyao CHEN
|
344485d082
|
fix: make user signup work for the minimum
A lot of work is still to be done ...
|
2024-10-06 18:29:10 +02:00 |
|
Muyao CHEN
|
7b8abf8e5c
|
feat: Create user usecase
|
2024-10-06 16:18:28 +02:00 |
|
Muyao CHEN
|
2c1beb30f6
|
fix(db): use a normal pgx.Conn first
|
2024-10-06 13:33:40 +02:00 |
|
Muyao CHEN
|
b14b8788ab
|
fix: wrong directory for sqlc generated code
|
2024-10-06 10:29:09 +02:00 |
|
Muyao CHEN
|
332871d403
|
feat: route up to the controller level
|
2024-10-06 00:15:29 +02:00 |
|
Muyao CHEN
|
c00cbf35f1
|
feat: Integrate db infra
|
2024-10-05 23:51:11 +02:00 |
|
Muyao CHEN
|
8edea3f0b8
|
fix: change helpers to config.go and add some default configs
|
2024-10-05 23:22:19 +02:00 |
|
Muyao CHEN
|
d7b007b851
|
feat: introduce sqlc for the datastore layer
|
2024-10-05 18:58:14 +02:00 |
|
Muyao CHEN
|
28bc869c64
|
feat: Add regitry and adapter level code for user/admin
|
2024-10-05 16:41:49 +02:00 |
|
Muyao CHEN
|
4794137d42
|
feat:add context interface, and change core.writeresponse function to use it
|
2024-10-04 23:40:45 +02:00 |
|
Muyao CHEN
|
ab26e9d585
|
fix: set request id into headers instead of context directly
|
2024-10-04 23:37:48 +02:00 |
|
Muyao CHEN
|
8e14ccd12a
|
feat: add the core project design
|
2024-10-04 00:01:16 +02:00 |
|
Muyao CHEN
|
dd49035c8e
|
feat: add errno
|
2024-10-03 21:54:16 +02:00 |
|
Muyao CHEN
|
51474ce04d
|
feat: gracefully shutdown impl
|
2024-10-03 21:18:07 +02:00 |
|
Muyao CHEN
|
ffaec01809
|
feat: add cors middleware
|
2024-10-03 20:53:56 +02:00 |
|