Skip to content

Commit 77cc38a

Browse files
committed
Update README.md
task list updated
1 parent 2042e0a commit 77cc38a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ We will try to create an API application using asp.net core.
1616
- Model.IsValid is removed in each controller. (ApiController auto implement Model.IsValid)
1717
- Models, Enums, Context, Repositories moved to Supermarket.Core project
1818
- xUnit Test Project added
19+
- CircleCi
20+
- Standard response for error (400,404) results (Similar to ApiController model validation result)
1921

2022
### Next ToDo List:
2123
- Role Based Authentication/Authorization
22-
- Standard response for both error/success results
2324
- Global Error Handling
2425
- Dockerization
25-
- CircleCi
26+
- More test cases needed
27+
- Proper model implementation
28+
- model to DB
29+
2630

2731
### Note
2832
- Trying to understand best practices. May be frequently modified the project structure.

0 commit comments

Comments
 (0)