You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Architecture with standard features: config, health check, logging, middleware log tracing
13
-

13
+

1. At http handler layer, we must convert the user struct to map, with json format, and make sure the nested data types are passed correctly.
189
-
2. At repository layer, from json format, we must convert the json format to database format (in this case, we must convert to bson of Mongo)
244
+
2. At repository layer, from json format, we must convert the json format to database column name
190
245
191
246
#### Solutions for patch
192
247
At http handler layer, we use [core-go/service](https://github.com/core-go/service), to convert the user struct to map, to make sure we just update the fields we need to update
0 commit comments