Skip to content

activity_calender: refactored

What does this MR do?

Previous implementation made it difficultly 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.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Eases future patches which allow to setup first-day-of-week.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports