Skip to content

Conversation

@rjsparks
Copy link
Member

@rjsparks rjsparks commented Nov 2, 2025

No description provided.

@rjsparks rjsparks changed the title feat: show available sdo groups to liaison coordinators and mamagers feat: show available sdo groups to liaison coordinators and managers Nov 2, 2025
@codecov
Copy link

codecov bot commented Nov 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.54%. Comparing base (cbb0e2e) to head (d5ab943).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9856      +/-   ##
==========================================
- Coverage   88.54%   88.54%   -0.01%     
==========================================
  Files         316      316              
  Lines       42265    42264       -1     
==========================================
- Hits        37423    37421       -2     
- Misses       4842     4843       +1     

☔ 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.

Copy link
Member

@jennifer-richards jennifer-richards left a comment

Choose a reason for hiding this comment

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

Minor cleanup probably worth doing to maintain best practices: remove the import Tuple and use tuple[str, str]. Otherwise looks good.

</li>
{% if user|has_role:"Secretariat,IAB,Liaison Manager,Liaison Coordinator" %}
<li>
<a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}"
Copy link
Member

Choose a reason for hiding this comment

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

Ultra-tiny nit: avoid trailing space when flavor == 'top'

Suggested change
<a class="dropdown-item {% if flavor != 'top' %}text-wrap{% endif %}"
<a class="dropdown-item{% if flavor != 'top' %} text-wrap{% endif %}"

Copy link
Member Author

Choose a reason for hiding this comment

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

this had been keeping the same format as the other dozen versions of it around it, but I added a commit that changed them all (expanding the scope of the PR a bit).

@rjsparks rjsparks merged commit 2ac6106 into ietf-tools:main Nov 6, 2025
10 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2025
@rjsparks rjsparks deleted the other_sdo_list branch December 5, 2025 22:54
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