Closed BekahHW closed 8 months ago
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.
To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.
For full info on how to contribute, please check out our contributors guide.
This probably has an inconsistency similar to what needed to be fixed in #2574 - looking into it now!
I think the problem is that the UX is confusing:
After digging into the code, the big number in the card is actually the stat for "today" and the little number is yesterdays stat:
and since we are generating those stats based on the pull requests histogram (where each bucket is a day), we are missing the 2 spam pull requests since they were from a few weeks ago:
I see a few paths forward:
cc @isabensusan
@jpmcb I was under the impression that those cards should be showing numbers based on the selected filter (7 days, 30, 3mo).
Ok, digging into this a little further. Looks like contribs changes for 7 and 30, but not for 3mo. Nothing else seems to change though. And the tooltips say that it's over the selected time period.
https://github.com/open-sauced/app/assets/34313413/1586efaa-fe04-4bc2-b9da-b680c80131b6
Yeah, what's in code is inconsistent with what users expect or what we should be surfacing. We'll need some guidance from product on what these cards should be showing. We may also be removing these existing cards in favor of these KPIs implemented here: https://github.com/open-sauced/app/pull/2455
... but I'm not sure what the direction for all that should be.
@jpmcb didn't realize that I had an issue opened that related back in Nov: #2178
We discussed this during our engineering meeting and will remove the spam metrics from repo insights for now and replace with a more relevant metric. Spam was only used more prominently during Hacktoberfest.
I would recommend opening a separate issue to remove it and closing this one.
Describe the bug
The cards for spam and the table row, should show the same number. However that's not happening.
Steps to reproduce
You can see it here https://app.opensauced.pizza/pages/BekahHW/1229/dashboard.
Browsers
No response
Additional context (Is this in dev or production?)
No response
Code of Conduct
Contributing Docs