-
Notifications
You must be signed in to change notification settings - Fork 16
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
Limit the length of comments when metrics are collapsed. #8281
Labels
Comments
Sebastiaan127001
changed the title
a metric comment should display no more than 1000 characters when the metric is collapsed (please test this thoroughly, when resizing your viewport to a narrower width the limit should be max 200 chars maybe?)
limit comments
Mar 12, 2024
Sebastiaan127001
changed the title
limit comments
Limit the length of comments when metrics are collapsed.
Mar 12, 2024
This has been implemented for
|
fniessink
added a commit
that referenced
this issue
Oct 9, 2024
In metric tables, prevent the comment column from getting too wide and cut off comments that are longer than 250 characters. In the measurement entity details, prevent the rationale column from getting too wide and cut off rationales that are longer than 250 characters. Fixes #8281.
fniessink
added a commit
that referenced
this issue
Oct 9, 2024
In metric tables, prevent the comment column from getting too wide and cut off comments that are longer than 250 characters. In the measurement entity details, prevent the rationale column from getting too wide and cut off rationales that are longer than 250 characters. Fixes #8281.
fniessink
added a commit
that referenced
this issue
Oct 11, 2024
In metric tables, prevent the comment column from getting too wide and cut off comments that are longer than 250 characters. In the measurement entity details, prevent the rationale column from getting too wide and cut off rationales that are longer than 250 characters. Fixes #8281.
fniessink
added a commit
that referenced
this issue
Oct 14, 2024
In metric tables, prevent the comment column from getting too wide and cut off comments that are longer than 250 characters. In the measurement entity details, prevent the rationale column from getting too wide and cut off rationales that are longer than 250 characters. Fixes #8281.
fniessink
added a commit
that referenced
this issue
Oct 14, 2024
In metric tables, prevent the comment column from getting too wide and cut off comments that are longer than 250 characters. In the measurement entity details, prevent the rationale column from getting too wide and cut off rationales that are longer than 250 characters. Fixes #8281.
github-project-automation
bot
moved this from Reviewing in progress
to Merged
in Quality-time backlog
Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a metrics are collapsed, and technical debt comments have long texts, the metrics become unusably wide (row height). This forces the user to scroll a lot.
A metric comment should display no more than 1000 characters when the metric is collapsed (please test this thoroughly, when resizing your viewport to a narrower width the limit should be max 200 chars maybe?).
The text was updated successfully, but these errors were encountered: