Skip to content

feat: Add "IESG" group at top of Groups menu#9144

Merged
rjsparks merged 2 commits into
ietf-tools:mainfrom
Spectre17:madrid-1
Jul 19, 2025
Merged

feat: Add "IESG" group at top of Groups menu#9144
rjsparks merged 2 commits into
ietf-tools:mainfrom
Spectre17:madrid-1

Conversation

@Spectre17

Copy link
Copy Markdown
Collaborator

Creates an IESG group at the top of the Group dropdown menu that points at https://datatracker.ietf.org/group/iesg/about/. Maybe that value shouldn't be hardcoded into menu.html. (Holler if that's the case.) This feature is in response to issue #9018.

Creates an IESG group at the top of the Group dropdown menu that
points at https://datatracker.ietf.org/group/iesg/about/. Maybe
that value shouldn't be hardcoded into menu.html. This feature
is in response to issue ietf-tools#9018.
@codecov

codecov Bot commented Jul 15, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.74%. Comparing base (e16d568) to head (44a9e8e).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9144      +/-   ##
==========================================
+ Coverage   88.72%   88.74%   +0.01%     
==========================================
  Files         321      321              
  Lines       41851    41853       +2     
==========================================
+ Hits        37134    37141       +7     
+ Misses       4717     4712       -5     

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

@rjsparks

Copy link
Copy Markdown
Member

Thanks Peter - There are changes needed - comments inline.

Comment thread ietf/templates/base/menu.html Outdated
{% endif %}
{% if flavor == 'top' %}<li class="dropdown-header">By area/parent</li>{% endif %}
{% if flavor == 'top' %}
<li><a class="dropdown-item" href="https://datatracker.ietf.org/group/iesg/about/">IESG</a></li>

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.

Suggested change
<li><a class="dropdown-item" href="https://datatracker.ietf.org/group/iesg/about/">IESG</a></li>
<li><a class="dropdown-item" href="{% url "ietf.group.views.group_about" acronym="iesg" %}">IESG</a></li>

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for correction. Correction committed.

Comment thread ietf/templates/base/menu.html Outdated
</li>
{% endif %}
{% if flavor == 'top' %}<li class="dropdown-header">By area/parent</li>{% endif %}
{% if flavor == 'top' %}

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 conditional is intended to wrap decorations that only appear in the top menu but not in the left menu. A full menu entry should appear in both.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

A feature I didn't even know exists. Fixed it so IESG appears in both menus.

This feature is in response to issue ietf-tools#9018. This commit is an
update to the original commit to add proper support for the
left menu and use a non-hardcoded URL for the IESG.
@rjsparks rjsparks merged commit ae60b41 into ietf-tools:main Jul 19, 2025
10 checks passed
@Spectre17 Spectre17 deleted the madrid-1 branch July 19, 2025 09:50
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 23, 2025
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