From dc57956cfe97c7cc199860174a682a0cb4da8e7a Mon Sep 17 00:00:00 2001 From: Tom Brereton Date: Wed, 18 Sep 2024 14:17:51 +1000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2781053..c931461 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> Under Development. View Features section for completed work + # Introduction This is a simple appointment booking api to demonstrate preferred patterns and architecture. @@ -18,7 +20,7 @@ I want to have a starter template for building Dotnet Apis. Things that are impo - [ ] Zero config integration test with authentication - [x] Architecture tests to enforce intended architecture i.e. Domain code cannot use code from Infrastructure - [x] Vertical Slice Architecture -- [x] Validation +- [ ] Validation - [ ] Use Repositorities to enforce write data access through Aggregate Roots - [ ] Use Dapper or EF Core Raw SQL for read data access - [ ] Logging