fox-solutions / dashboo-desktop-client

Desktop client application for dashboo.
0 stars 0 forks source link

Create TileDataService.cs #28

Open ghost opened 4 years ago

ghost commented 4 years ago

this class will be responsible for managing loading and saving data for Tiles in calendar Data should land in ObservableCollection

Create methods for creating appropriate number of tiles for:

  1. Month based on month number and year
  2. Week based on week number and year
  3. Year
  4. Create complement tiles for given month (this gray days in calendar which belongs to previous or next month to complement week)
ghost commented 4 years ago

add TileDataService in CalendarDataService