Skip to content

Conversation

@malwilley
Copy link
Member

This updates the taxonomy labels after receiving feedback on the initial names. Followup work with update some category labels as well.

Created a config file to draw from since the values are being used in a few places.

CleanShot 2025-05-01 at 15 14 41

@malwilley malwilley requested a review from a team as a code owner May 1, 2025 22:16
@malwilley malwilley requested a review from MichaelSun48 May 1, 2025 22:16
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 1, 2025
<Route
path="metrics/"
component={make(() => import('sentry/views/issueList/pages/metrics'))}
path="regressions/"
Copy link
Contributor

Choose a reason for hiding this comment

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

could you use the ISSUE_TAXONOMY_CONFIG[...].label here?

Copy link
Contributor

Choose a reason for hiding this comment

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

could also just map the ISSUE_TAXONOMY_CONFIG list to route components

(so its more convenient to update when we inevitably change these again)

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah yes I can!

I actually tried to make the routes dynamic, but I ran into an issue with lazy loading not caching properly since I needed to send a prop in so that the component would know what kind of taxonomy it was. Oh well, probably not worth the effort

@codecov
Copy link

codecov bot commented May 1, 2025

❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format.

@malwilley malwilley merged commit 593f280 into master May 2, 2025
41 checks passed
@malwilley malwilley deleted the malwilley/feat/taxonomy-labels-update branch May 2, 2025 16:15
@github-actions github-actions bot locked and limited conversation to collaborators May 18, 2025
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.

3 participants