Skip to content

feat: add author affiliation in serializer#10549

Merged
jennifer-richards merged 3 commits intoietf-tools:mainfrom
rudimatz:feat/add-author-affiliation
Mar 14, 2026
Merged

feat: add author affiliation in serializer#10549
jennifer-richards merged 3 commits intoietf-tools:mainfrom
rudimatz:feat/add-author-affiliation

Conversation

@rudimatz
Copy link
Copy Markdown
Contributor

No description provided.

def get_plain_name(self, document_author: DocumentAuthor) -> str:
return document_author.person.plain_name()

def get_affiliation(self, document_author: DocumentAuthor) -> str:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be needed, just adding affiliation to fields ought to deal with all the workings. Did you try that?

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.36%. Comparing base (1799245) to head (727cb64).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10549      +/-   ##
==========================================
- Coverage   88.39%   88.36%   -0.03%     
==========================================
  Files         326      327       +1     
  Lines       43813    44092     +279     
==========================================
+ Hits        38730    38964     +234     
- Misses       5083     5128      +45     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jennifer-richards jennifer-richards merged commit 9646edc into ietf-tools:main Mar 14, 2026
15 of 16 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants