-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DISCOVERY: file filtering for more accurate analysis #1562
Comments
engineering/design discovery notes/questions
|
@katia-sentry @nicholas-codecov this issue is at the point where it's ready for investigation of:
|
We don't have any vis on this atm, that would require a lot more work in the plugins, plus some exploration to see if we can even do it
What do you mean by this? I personally don't understand what users would want to be grouping on? things are already grouped via asset |
Yes, that is the ask for the mini-investigation for that and the other items
we're exploring the ability to group bundle related items similar to how components or flags with our coverage product. examples of use case that came up is being able to view bundle details by page in-app (user would group related page assets) OR otherwise just parts of the bundle that are helpful to user/repo to monitor (filtering out less/not important items). Here is user quote of familiar sentiment ask "would be really useful is some way to filter or split bundles when reporting". so the problem focus is around surfacing the data within the bundle that is important to user. In terms of the other items for investigation, such as filtering options, by type (css, js, html, images) – are there questions here or is this something we could explore/investigate further? any other filtering suggestions you think could help users?\ from sync 5/22:
|
Problem to Solve
The current sorting mechanism in the bundle analysis page is non-intuitive, only sorting at the highest level. Users currently lack the ability to selectively filter or segment bundle contents when conducting bundle analysis.
Related following feedback also related to ongoing discovery around improved display/filtering.
In the above example the described limitation affects projects where assets such as CSS, images, and fonts are split from main JavaScript files during the build process but are still included in the overall bundle analysis. This inclusion can lead to misleading reporting, as the bundle size may appear larger than it is for the scripts alone, complicating efforts to monitor and optimize specific file types effectively.
Solution
WIP: designs
Investigation Tasks
API Tasks
UI Tasks
The text was updated successfully, but these errors were encountered: