Refactor AppSettingsDocument and CoeffSnapshotDocument: Remove LunchBreakHours property
Add CalendarEventDocument and CalendarEventType enum for event management Update WorkDayDocument to include WorkUnitDocument and CalendarEventDocument lists Enhance CouchbaseLiteWorkDayService with methods for managing WorkUnit and CalendarEvent Revise MonthlySummaryModel to track preview worked hours and counted work units Improve CSS for calendar view, including responsive design and new item styles
This commit is contained in:
parent
08e573d63c
commit
cab549ab3a
22 changed files with 1725 additions and 356 deletions
7
Domain/WorkUnitLocation.cs
Normal file
7
Domain/WorkUnitLocation.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace WorkTracker.Domain;
|
||||
|
||||
public enum WorkUnitLocation
|
||||
{
|
||||
Office = 1,
|
||||
Home = 2
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue