You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add sort by intermediate votes functionality for issue #51
- Add calculate_intermediate_votes function to DataBuilder
- Add get_users_sorted_by_intermediate_votes function to sort users by pending votes only
- Add top_votes command method to Commands class for displaying intermediate vote rankings
- Add TOP_VOTES and BOTTOM_VOTES patterns for command recognition
- Register new commands in main bot module
- Add comprehensive tests for new functionality
- Include experiment script to validate intermediate votes calculation
This allows users to see rankings based only on pending supporters/opponents votes,
separate from actual karma scores, addressing the requested "sort by intermediate votes" feature.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments