feat: Temporary remove percentage until backend reports type in conversation list#85
feat: Temporary remove percentage until backend reports type in conversation list#85spoonman01 wants to merge 1 commit into
Conversation
|
PR Review: Temporarily remove percentage until backend reports type (WPB-27239) Nice, focused change. The intent is clear and I like that every workaround is tagged with the 🐞 Potential issues 1. The entire @Ignore("Percentage voting blocked until WPB-27239 is done")
class StatsFormattingServiceTest {This disables all tests in the class — including ones unrelated to percentages (title formatting, mention-offset math, empty-stats handling).
2. Unbounded emoji string in val progressString = (0 until totalVoteCount).joinToString("") { "🟢" }The previous implementation was capped at 3. Leading space when count is 0
🧹 Dead code / stale docs
✅ Nits / positives
Overall this is a small, well-scoped temporary change. The main thing I would push back on is |
@MarianKijewski