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

✨ Remove empty name column for issues in favor of description column #1152

Merged
merged 2 commits into from
Jul 17, 2023

Conversation

mturley
Copy link
Collaborator

@mturley mturley commented Jul 17, 2023

In @pranavgaikwad's demo we saw that the issue name field is not useful and perhaps always empty in real data, and instead the first line of the description field is the more meaningful identifier for a row in this table. This change removes the name column and renames the description column header to "Issue" as discussed.

Screenshot 2023-07-17 at 1 48 36 PM

Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (aad969a) 44.09% compared to head (4e98244) 44.09%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1152   +/-   ##
=======================================
  Coverage   44.09%   44.09%           
=======================================
  Files         177      177           
  Lines        4499     4499           
  Branches     1007     1007           
=======================================
  Hits         1984     1984           
  Misses       2504     2504           
  Partials       11       11           
Flag Coverage Δ
unitests 44.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@gildub gildub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

2 participants