-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Extend existing Repository Activity. This visualization should display all kind of activity in the repo. Depending on the granularity the amount and type of information should differ. All of these data options should be selectable in settings
Possible data to visualize
- add issue events
- add builds
- add merge request events
- add branch creation?
- add notes
The granularity should affect the calendar. Therefore new calendar modes should be created(day, week, month, year). See below for more details.
Day:
| Minutes \ Hour | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5 | ||||||||||||||||||||||||
| 10 | ||||||||||||||||||||||||
| 15 | ||||||||||||||||||||||||
| 20 | ||||||||||||||||||||||||
| 25 | ||||||||||||||||||||||||
| 30 | ||||||||||||||||||||||||
| 35 | ||||||||||||||||||||||||
| 40 | ||||||||||||||||||||||||
| 45 | ||||||||||||||||||||||||
| 50 | ||||||||||||||||||||||||
| 55 | ||||||||||||||||||||||||
| 60 |
Week:
| Weekday \ Hour | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Monday | ||||||||||||||||||||||||
| Tuesday | ||||||||||||||||||||||||
| Wednesday | ||||||||||||||||||||||||
| Thursday | ||||||||||||||||||||||||
| Friday | ||||||||||||||||||||||||
| Saturday | ||||||||||||||||||||||||
| Sunday |
Month(generic table)
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
Year:
| Year \ Month | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2024 | ||||||||||||
| 2025 | ||||||||||||
| 2026 | ||||||||||||
| 2027 | ||||||||||||
| 2028 |
Reactions are currently unavailable