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

feat(gui): visualise invalid regions of torque map #60

Open
3 tasks
t-bre opened this issue Jul 17, 2022 · 0 comments
Open
3 tasks

feat(gui): visualise invalid regions of torque map #60

t-bre opened this issue Jul 17, 2022 · 0 comments
Labels
feature New features
Milestone

Comments

@t-bre
Copy link
Member

t-bre commented Jul 17, 2022

Description

Visualise invalid regions of the torque map by colour indication and warning messages.

Tasks

  • Highlight clipped regions in red.
  • Highlight regions with a negative gradient in orange.
  • Add textual indication of the reason a region is considered invalid.

Additional Notes

  • This could be done either by creating some kind of "curve validator" class which can be passed to the GraphComponent for generic validation functionality, or by a virtual method of GraphComponent which gets passed the interpolated path and which derived classes implement to do the validation logic.
  • Invalid regions could be visualised by overlaying a transparent coloured rectangle over the invalid area of the graph, similar to the deadline. Alternatively a coloured line could be drawn following the curve.
  • Warning messages could be displayed as tooltips with a short message.
@t-bre t-bre added the feature New features label Jul 17, 2022
@t-bre t-bre added this to the v1.1 milestone Jul 17, 2022
@t-bre t-bre pinned this issue Jul 23, 2022
@t-bre t-bre unpinned this issue Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features
Projects
None yet
Development

No branches or pull requests

1 participant