incubator-devlake
incubator-devlake copied to clipboard
Correct commits distribution days of week labels
⚠️ Pre Checklist
Please complete ALL items in this checklist, and remove before submitting
- [x] I have read through the Contributing Documentation.
- [ ] I have added relevant tests.
- [x] I have added relevant documentation.
- [x] I will add labels to the PR, such as
pr-type/bug-fix,pr-type/feature-development, etc.
Summary
According to MySQL Documentation, DAYOFWEEK function returns the weekday index for date (1 = Sunday, 2 = Monday, …, 7 = Saturday).
But the dashboard days of the week labels provided are a little different, so I modified them correctly.