-
-
Notifications
You must be signed in to change notification settings - Fork 23.1k
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
Stats card: show started and answered discussions stats #2849
Conversation
qwerty541
commented
Jun 17, 2023
•
edited
Loading
edited
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2849 +/- ##
==========================================
+ Coverage 97.67% 97.71% +0.04%
==========================================
Files 24 24
Lines 4982 5074 +92
Branches 449 451 +2
==========================================
+ Hits 4866 4958 +92
Misses 115 115
Partials 1 1
☔ View full report in Codecov by Sentry. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qwerty541 I think you made a perfect pull request. The only thing I would do is to split discussions into discussions and answered_discussion. I, for example, don't want to show the total discussions on the card but would like to show the number of answered discussions now that GitHub removed that from their UI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qwerty541 I think you made a perfect pull request. The only thing I would do is to split discussions into discussions and answered_discussion. I, for example, don't want to show the total discussions on the card but would like to show the number of answered discussions now that GitHub removed that from their UI.
@rickstaa You are right that the started and answered discussions should be splitted. I have update the code, please check it.
…2849) * Stats card: show started and answered discussions stats * trans * dev
…2849) * Stats card: show started and answered discussions stats * trans * dev
…2849) * Stats card: show started and answered discussions stats * trans * dev
…2849) * Stats card: show started and answered discussions stats * trans * dev