hsablonniere / activity-graph

A low level and stylable Web Component to display an activity graph.
https://hsablonniere.github.io/activity-graph/
MIT License
30 stars 0 forks source link

Rework IsoDate and move most of the date logic to a non UI testable code. #10

Closed hsablonniere closed 1 month ago

hsablonniere commented 1 month ago

We need something based on weeks but not as in ISO weeks, as in from "defined first day of the week" with 7 days so we can easily prepare the month headers and the new splittable months feature.

hsablonniere commented 1 month ago

Fixed in https://github.com/hsablonniere/activity-graph/releases/tag/v0.3.0

NOTE: The IsoDate class was removed but moving the date logic to a different testable file was not that necessary. Also, I realized ISO weeks only work with weeks starting with monday.