-
Notifications
You must be signed in to change notification settings - Fork 554
feat: Sort IESG and IAB Statements Pages with Active Statements at the Top #9198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ?
Additional details and impacted files@@ Coverage Diff @@
## main #9198 +/- ##
==========================================
+ Coverage 88.72% 88.76% +0.03%
==========================================
Files 321 320 -1
Lines 41851 41648 -203
==========================================
- Hits 37134 36967 -167
+ Misses 4717 4681 -36 ? View full report in Codecov by Sentry. ?? New features to boost your workflow:
|
It's unlikely some other status would come in alphabetically lower than active, but if it ever did, we could build a sort that deals with it. |
This is also my thinking, let's not overdo it right now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline
Address issue #9058
Remaining caveat: it is sorted by statement.state but currently only "active" and "replaced" whose alphabetical order matches the requested feature. If other states are introduced (e.g., "historic"), then the order wont't be so perfect.