WorkTracker/Services
MaddoScientisto 3ccce7e8a6
Some checks failed
Publish Container / publish (push) Failing after 1m2s
feat: Add Grid View and Monthly Summary pages with workday management
- Implement GridView.razor for displaying a tabular view of workdays in the current month.
- Create MonthlySummary.razor to show a summary of worked hours, income, and day types for the selected month.
- Introduce WorkDayEditor.razor for adding and editing workday entries with detailed calculations.
- Update Home.razor to include links to the new Grid View and Monthly Summary pages.
- Add IWorkDayService interface and CouchbaseLiteWorkDayService implementation for managing workday data.
- Define domain models: WorkDayDocument, MonthlySummaryModel, and CoeffSnapshotDocument for data structure.
- Enhance CouchbaseLiteDatabaseProvider to include a collection for workdays.
- Update app settings and services to support new features.
- Add CSS styles for calendar view and table formatting.
2026-03-17 22:10:19 +01:00
..
Auth Refactor authentication system to use username instead of email; implement change password functionality and logging; add NLog for logging support 2026-03-17 20:08:02 +01:00
Festivities Scaffolded project 2026-02-18 17:11:13 +01:00
Settings Migrate from MongoDB to Couchbase Lite for local storage; update related services and configurations 2026-03-17 13:53:33 +01:00
Storage feat: Add Grid View and Monthly Summary pages with workday management 2026-03-17 22:10:19 +01:00
WorkDays feat: Add Grid View and Monthly Summary pages with workday management 2026-03-17 22:10:19 +01:00