makampos / fit-sync

Build your workout plan and synchronize it with the calendar that suits you best.
MIT License
0 stars 0 forks source link

Add Calendar Functionality with Event Management and Workout Plans #3

Closed makampos closed 4 weeks ago

makampos commented 4 weeks ago

Overview

This pull request introduces several key improvements to the calendar functionality within our application. The updates focus on improving event creation and management, particularly in relation to workout plans, while also standardizing the service contracts for better maintainability.

Changes Made

1. Update AddEventAsync in CalendarController

2. Add WorkoutPlanCalendarEvent Model and Calendar Description Aggregate

3. Define Contracts for ICalendarService