-
Notifications
You must be signed in to change notification settings - Fork 55
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
Is the generated table too long? #132
Comments
I have considered several solutions to this problem, but none of them seem perfect.
|
I think that solutions in this space will always be trade-offs. For example a less-wide table will not necessarily make it easier for users to read and interpret the data. Still, worth exploring some more options. Rendered version of your example, for comparison to the proposals below.
Merging Title+URLOne could possibly merge the "Title" + "URL" column into one? Options:
Disadvantage would be that then you don't see the repo where the issue/PR is from straight away. Matters only if the report is generated over multiple repos. Example for (1)
Example for (2)
Moving the "Time spent in
|
Title | Author | TT1 first response | TT close | TT answer | TI2 waiting-for-review | TI waiting-for-manager |
---|---|---|---|---|---|---|
Monthly issue metrics report | github-actions[bot] | None | None | None | None | None |
Footnotes
I think your suggestion is absolutely fantastic!! I wonder if it might be sufficient to merge the columns for title and url. Using footnotes for abbreviation seems like a great idea, but wouldn't the implementation be a bit challenging?? By also incorporating the removal of milliseconds, which was suggested in another issue, it seems we can create a table that is quite easy to read. |
Just as extra context: Footnotes are implemented by default in GitHub markdown. And as the output of the issue-metrics action is a GitHub issue, we can assume those footnotes to work out of the box. Code for the sample table shown above is this:
|
Thinking about the issue here in more general terms again. I am wondering if we should wait to see if other users confirm that this is an issue for them as well. So in short I am saying, let's wait a bit before we implement anything :) Thoughts? |
I wasn't familiar with the footnote specifications of Markdown, especially on GitHub. Thank you for the thorough explanation.
I agree!! This issue doesn't appear to be a high-priority bug report or a proposal that involves major changes. If we decide not to address this issue immediately, it might be worth considering adding the appropriate labels. |
I didn't know about the markdown footnotes either. Very cool! Thanks for sharing @spier . |
This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
Due to the addition of features, the generated table has become long. Being able to collect many metrics is good, but if the table is too long, it becomes difficult to read.
example
Originally post
Originally posted by @zkoppert in #129 (comment)
The text was updated successfully, but these errors were encountered: