File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,17 @@ We will try to create an API application using asp.net core.
16
16
- Model.IsValid is removed in each controller. (ApiController auto implement Model.IsValid)
17
17
- Models, Enums, Context, Repositories moved to Supermarket.Core project
18
18
- xUnit Test Project added
19
+ - CircleCi
20
+ - Standard response for error (400,404) results (Similar to ApiController model validation result)
19
21
20
22
### Next ToDo List:
21
23
- Role Based Authentication/Authorization
22
- - Standard response for both error/success results
23
24
- Global Error Handling
24
25
- Dockerization
25
- - CircleCi
26
+ - More test cases needed
27
+ - Proper model implementation
28
+ - model to DB
29
+
26
30
27
31
### Note
28
32
- Trying to understand best practices. May be frequently modified the project structure.
You can’t perform that action at this time.
0 commit comments