aboutsummaryrefslogtreecommitdiff
path: root/src/domain/mod.rs (follow)
AgeCommit message (Collapse)AuthorFilesLines
4 daysfeat(domain): Add initial domain models for calendar, event, and recurrenceHEADmasterMikkel Thestrup1-0/+6
- Added `calendar.rs` with Calendar entity and builder - Added `event.rs` with Event model and builder - Added `recurrence.rs` for recurrence rules - Added `mod.rs` to expose domain module structure These files establish the core domain layer structures for future business logic.