- მონაცემთა ბაზა SQL server
- ORM – Entity Framework Core Code First, (Seed, Migration)
- Web Api Core,
- Worker
- Api Versioning
- Asp Authorization
- Fluent Api
- Mapster ან Mapper
- Jwt auth
- Clean Architecture
- ასინქრონული მეთოდები, cancelationtoken ის გამოყენება
- unit testing (ერთი მსხვილი კლასის მთლიანი დაფარვა line & branch - application layer-დან)
- MVC Core
- client-side validation-ს
- Server-side validation -ს (Fluent)
- Health checks
- Fetch user ID from JWT tokens
- Image upload
- Swagger
- Global Exception Handling
- CommentCount update (DbConcurrency)
- appsettings.development.json
- Fix Application layer depending on Infrastructure layer (Logging)
- Fix archived topics (should be read only)
- Add the missing API endpoints which exist in Web
- Get 404 page when not on API
- Remove soft delete
- Email search
- Retrieve connection string from env. variables
- Make use of UpdateDate
- Time to time, reevaluate the commentcount
- Add edit button to the topic
- Add createDate, updateDate to the topic as well as status and isactive.