It'd be useful to be able to generate a timeline of issues for a given label.
It needn't be perfect, but it'd be good to be able to generate a (scrolldown) chart of when issues were raised.
For example,in a project used for financial planning you could chart out when a specific budget was tweaked
Activity
18-Aug-22 20:00
assigned to @btasker
25-Aug-22 18:48
I've figured out generating a simple vertical timeline in terms of getting dates in place:
To embed it into GILS there are still a few steps though
And, of course, we'd need to add the means to get there in the first place - either an index showing all labels for a project (#26), or, having labels on issues link out to it.
25-Aug-22 19:47
mentioned in commit 740233563d64e29dcfd5d2fc75dbe68110aaae51
Message
Start implementing label timeline logic for websites/Gitlab-Issue-Listing-Script#44
This retrieves a set of issues for a label within a project and lays them out alongside a timeline.
Example URL: http://127.0.0.1:1480/labeltimeline/websites/privacy-sensitive-analytics/Improvement.html
26-Aug-22 07:52
mentioned in commit 62c43a44a84b00a1b6865dd685043d70764547eb
Message
Add styling to labels on label timeline view (websites/Gitlab-Issue-Listing-Script#44)
26-Aug-22 08:05
mentioned in commit 89198cf6891d4d480c799d627cfbd135007dbcef
Message
Add named anchors to each month and change link color to black. (websites/Gitlab-Issue-Listing-Script#44)
26-Aug-22 08:05
mentioned in commit a379936705ea90fd363a5d4a5d97dc6898d72c95
Message
Add issue status to entries in the timeline (websites/Gitlab-Issue-Listing-Script#44)
26-Aug-22 08:06
There is, undoubtedly, some work to do on aesthetics, but the base functionality is now in place
26-Aug-22 08:07
mentioned in issue #26
26-Aug-22 08:17
mentioned in commit 17f9fa7d1e9b70fa266c798e6ab8c8bef0f452d2
Message
Cross link labels to their timeline (websites/Gitlab-Issue-Listing-Script#44)
26-Aug-22 08:18
mentioned in commit 6a2429fff9f33681baeea1fc02d6827f90297521
Message
Urldecode the label element used for display (websites/Gitlab-Issue-Listing-Script#44)
26-Aug-22 08:25
mentioned in commit b4e1237aa13096d286dd54162c84288b5c128dd8
Message
Make links to issues more obvious (websites/Gitlab-Issue-Listing-Script#44)
26-Aug-22 08:35
mentioned in commit 6b6a4f917db635e5c8701f0e1805238222f6447e
Message
Collapse timeline when on small screens (websites/Gitlab-Issue-Listing-Script#44)
26-Aug-22 08:36
This is the timeline collapsed in a screen width of 450px
26-Aug-22 08:37
I'm going to close this as Done - although I'm sure we'll end up making it prettier later, I'm reasonably happy with it as is: it allows me to see what I need to be able to see.
26-Aug-22 15:47
mentioned in issue #46
27-Aug-22 09:57
mentioned in issue #48
28-Aug-22 10:40
mentioned in issue #57