feat: use rfcauthors for nomcom eligibility#9629
feat: use rfcauthors for nomcom eligibility#9629jennifer-richards merged 13 commits intoietf-tools:feat/rfcauthorsfrom
Conversation
rjsparks
left a comment
There was a problem hiding this comment.
This will work best if the creation of rfcauthors via merged rfc and datatracker data preserves datatracker person links for authors on the last draft that remained authors on the RFC. I believe that merge has that property, but if it doesn't we should look to fix it.
Assuming you mean the place that When we start creating |
Is what I was talking about. I believe the merge we're doing creating purple's database has this property - it is intended to, but we should verify that nothing is perturbing it. |
Attempted to limit to drafts literally in the queue, but was not a valid check when looking back in time. As a practical matter, the test is not necessary.
Refactors computation of the authorship path for nomcom eligibility to fix up some stale logic. Uses
RfcAuthorrecords instead ofDocumentAuthorfor RFCs that have the former.