Go to file
Martin Švrčina 6b58dfa4e4 Add BaseModel and AppDbContext with auto timestamps
- BaseModel in Domain.Common with Id, Created, Updated, Deleted fields
- AppDbContext in Infrastructure.Persistence overrides SaveChanges/Async
  to automatically set Created/Updated via ChangeTracker
- Added EF Core 8 and Pomelo.EntityFrameworkCore.MySql 8 packages

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 00:28:31 +01:00
backend Add BaseModel and AppDbContext with auto timestamps 2026-03-17 00:28:31 +01:00
frontend Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
.gitignore Initial commit: add .gitignore for .NET + Vue stack 2026-03-16 23:54:52 +01:00
CLAUDE.md Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
ClaudeTest.sln Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00