Commit Graph

9 Commits

Author SHA1 Message Date
27389bf860 Set desktop default and minimum window size 2026-03-31 18:05:39 +02:00
a6d056fe99 Refactor account card title and layout styles for improved UI consistency 2026-03-31 17:38:55 +02:00
eb53af2cd9 Add unit tests
- TransferService tests for linked transfer entries
- YearlyStatement calculation tests for balance verification
2026-03-31 17:13:30 +02:00
d5164d34aa Add WPF/WebView2 desktop host project
- Program.cs with application bootstrap and DI setup
- index.html entry point with Blazor WebView
- Application stylesheet
2026-03-31 17:13:20 +02:00
f5c2be9339 Add Blazor application layer with UI components and pages
- Service interfaces and DTO models
- Dashboard page with account overview
- Account detail page with year/entry management
- Reusable components: AccountCard, EntryTable, YearSelector
- Dialog components: Add/Edit Account, Entry, Transfer, Year
- Main layout and routing configuration
2026-03-31 17:13:09 +02:00
c3d68020d5 Add infrastructure layer with persistence and services
- EF Core DbContext and entity configurations
- Design-time factory for migrations
- Initial and soft-delete migrations
- Service implementations: Account, AccountYear, Entry,
  BalanceQuery, FileSave, PdfStatement
- Dependency injection registration
2026-03-31 17:12:57 +02:00
8fbb8b8ea2 Add domain model with entities and enums
- Account, AccountYear, Entry, TransferLink entities
- EntryType enum (Income/Expense)
- Soft-delete support via IsDeleted flag
2026-03-31 17:12:46 +02:00
e589cc170a Add GitHub Copilot prompt files
- Step-by-step prompts for solution skeleton, domain model,
  DbContext mappings, application services, UI shell/pages,
  PDF export, and tests/validation
2026-03-31 17:12:35 +02:00
8b09173ccc Add solution configuration and tooling
- .gitignore for .NET/Blazor project
- VS Code launch and task configurations
- Solution file (Duempelkas.slnx)
- NuGet configuration
2026-03-31 17:12:25 +02:00