-
Notifications
You must be signed in to change notification settings - Fork 378
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
feat: total ids, pre-pubreq counts and pages left to ballot on on the AD dashboard #7813
Conversation
Ad pages left 6620
Suggest to rename "pre pubreq" into something else because it looks like "pub req" (both are 2-works column title). Is it "WG adopted document" ? or "WG I-D passed the WGLC" ? It is a little unclear. |
It's documents that have wg or ad state that indicate they are a draft that's on its way to stream processing. The details can be seen here (scroll the window) - look in particular at L496: datatracker/ietf/doc/views_search.py Lines 488 to 509 in c4b12d6
See also the discussion at #4577 I'm happy to take a suggestion for a different name, but this one is the one that was asked for. |
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.
Approving. We ought to move the inline javascript out of the template, but I'm not going to insist we do it here and now.
<script> | ||
const data = JSON.parse(document.getElementById("data").textContent); | ||
function highchartsConfigFactory({ element, ymax, series }){ |
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.
This ought to be moved to an external script
No description provided.