Copilot Review Comments
PR #6214 (🐛 fix(blog,accm): public blog fallback + split AI metric + full project history) was merged with 2 Copilot review comment(s) that should be addressed in a follow-up:
- web/public/analytics.js:957: The KPI percentages for Human PRs/Issues are computed as
100 - ai*Pct. When the total count is 0, ai*Pct is forced to 0, which makes the Human percentage show as 100% even though there were 0 PRs/...
- web/src/hooks/useMediumBlog.ts:82:
readCache() is called three times during initial render (posts, channelUrl, loading), which repeats sessionStorage.getItem + JSON.parse and can lead to small inconsistencies if the cache changes...
PR: #6214
Auto-generated by copilot-comment-followup workflow
Copilot Review Comments
PR #6214 (🐛 fix(blog,accm): public blog fallback + split AI metric + full project history) was merged with 2 Copilot review comment(s) that should be addressed in a follow-up:
100 - ai*Pct. When the total count is 0,ai*Pctis forced to 0, which makes the Human percentage show as 100% even though there were 0 PRs/...readCache()is called three times during initial render (posts, channelUrl, loading), which repeatssessionStorage.getItem+JSON.parseand can lead to small inconsistencies if the cache changes...PR: #6214
Auto-generated by copilot-comment-followup workflow