Skip to content

Refactored activity calendar

Jose Ivan Vargas requested to merge jivl-refactor-activity-calendar into master

What does this MR do?

From the original contributor

Previous implementation made it difficult to change the first-day-of-week because '0' (sunday) was assumed at several places.

Patch adds an attribute 'firstDayOfWeek' and bases e.g. calculation of y coordinates on it.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

No issue number, but this is the original MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17980

Merge request reports