Skip to content
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

better display and interactivity for trace data #4

Open
typeholes opened this issue May 12, 2024 · 0 comments
Open

better display and interactivity for trace data #4

typeholes opened this issue May 12, 2024 · 0 comments

Comments

@typeholes
Copy link
Collaborator

Currently the trace data functionality is not providing a lot of value, but I believe it can with better display and interactivity.

potential improvements:

  • my intervals branch displays the calls as a tree with type creation counts per node.
  • goto types in editor from the trace
  • goto types and expression in the trace from the editor
  • page to display expressions affected by a type
  • display of types created when checking an expression without overwhelming users by the sheer numbers
    • summaries or analysis to highlight most relevant types?
    • ordering by time until next type created (or end of check)?
    • grouping types that are superficially the same ( ie, would have the same display )

Suggestions wanted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant