Split top voter loading and ranking - #1563
Conversation
|
You have reached your Codex usage limits for security reviews. Please try again later. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 01215e22c1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
01215e2 to
7712ea1
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 53998ea0fb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Stacks on #1562.
Cleans up
TopVoterHandlerwithout changing its event-facing role:TopVoterLoaderTopVoterRankingTopVoterHandlerVotingPluginMain.convertSet()and use the top-voter state directlyVotingPluginMainand preserve it as a one-shot asynchronous top-voter behavior after all first-pass rankings are sorted/limitedThe day/week/month change listener flow stays in
TopVoterHandlerfor now so this PR does not mix event lifecycle behavior with the loading/ranking extraction.