Reviews Recap: Move proposals recap in its own adapter - #4677
Reviews Recap: Move proposals recap in its own adapter#4677marcoacierno wants to merge 5 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Moves the proposals recap logic (stats, context building, compute-analysis view/URL) out of the generic Breaks the existing test suite (not updated in this PR):
Missing Minor: import block at the top of |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4677 +/- ##
==========================================
- Coverage 93.08% 92.68% -0.40%
==========================================
Files 360 360
Lines 11202 11284 +82
Branches 902 911 +9
==========================================
+ Hits 10427 10459 +32
- Misses 663 713 +50
Partials 112 112 🚀 New features to boost your workflow:
|
What
Currently the proposal recap is implemented outside the adpater pattern that we have for the review system, meaning that it shows itself in the grants as well and in general leaks again the implementation details into the admin class