Skip to content

feat(aci): Update metric issue open periods list to display activities#107522

Merged
malwilley merged 2 commits intomasterfrom
malwilley/feat/update-metric-issue-open-periods-list-to-use-activities
Feb 3, 2026
Merged

feat(aci): Update metric issue open periods list to display activities#107522
malwilley merged 2 commits intomasterfrom
malwilley/feat/update-metric-issue-open-periods-list-to-use-activities

Conversation

@malwilley
Copy link
Copy Markdown
Member

Ref ISWF-1983

Prior to this we were only showing events that created a new open period, not subsequent events which changed the priority. I'm not sure if this is the final design we will go with, but it does at least show all the events correctly now.

Note that eventId will not show up for all activities yet until some other PRs are merged.

CleanShot 2026-02-03 at 10 15 35

@malwilley malwilley requested review from a team as code owners February 3, 2026 18:33
@linear
Copy link
Copy Markdown

linear bot commented Feb 3, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 3, 2026
query: params,
query: {
...params,
per_page: limit,
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The limit wasn't being sent properly before this change

const data: OpenPeriodDisplayData[] = openPeriods.flatMap(period => {
const periodActivities = orderBy(
period.activities.filter(activity => activity.type !== 'closed'),
'dateCreated',
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't dateCreated a string

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah but it's ISO so still sortable as a string

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't realize you like to live mas

@malwilley malwilley merged commit 14d72bf into master Feb 3, 2026
59 checks passed
@malwilley malwilley deleted the malwilley/feat/update-metric-issue-open-periods-list-to-use-activities branch February 3, 2026 22:22
@github-actions github-actions bot locked and limited conversation to collaborators Feb 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants