Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Spectre17
Copy link
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.
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.73%. Comparing base (e16d568) to head (582cfd4).
Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9144   +/-   ##
=======================================
  Coverage   88.72%   88.73%           
=======================================
  Files         321      321           
  Lines       41851    41853    +2     
=======================================
+ Hits        37134    37139    +5     
+ Misses       4717     4714    -3     

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

Thanks Peter - There are changes needed - comments inline.

@@ -19,7 +19,10 @@
<span class="fw-bolder">Groups</span>
</li>
{% 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
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>

@@ -19,7 +19,10 @@
<span class="fw-bolder">Groups</span>
</li>
{% endif %}
{% if flavor == 'top' %}<li class="dropdown-header">By area/parent</li>{% endif %}
{% if flavor == 'top' %}
Copy link
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants