Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrereton authored Sep 18, 2024
1 parent 1bd8451 commit dc57956
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit dc57956

Please sign in to comment.