Skip to content
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

feat: Add list of sub-groups to group's "about" page #5450

Merged
merged 2 commits into from
Mar 31, 2023

Conversation

larseggert
Copy link
Collaborator

Fixes #5441

@@ -401,8 +404,38 @@ <h2 class="mt-3">
</p>
{% endif %}
{% endif %}
{% if subgroups %}
<h2 class="mt-4">
Subgroups under {{ group.acronym|upper }}
Copy link
Member

Choose a reason for hiding this comment

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

Normal people would expect to just see "Groups under ART" not "Subgroups under ART"

Copy link
Member

Choose a reason for hiding this comment

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

And consider "Group in ART" rather then "under"

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Merging #5450 (ca30688) into main (28e18be) will increase coverage by 0.00%.
The diff coverage is 96.66%.

@@           Coverage Diff           @@
##             main    #5450   +/-   ##
=======================================
  Coverage   88.80%   88.80%           
=======================================
  Files         284      284           
  Lines       39503    39525   +22     
=======================================
+ Hits        35079    35102   +23     
+ Misses       4424     4423    -1     
Impacted Files Coverage Δ
ietf/utils/test_utils.py 84.88% <96.42%> (+2.76%) ⬆️
ietf/doc/views_search.py 88.63% <100.00%> (-0.62%) ⬇️
ietf/group/views.py 90.96% <100.00%> (+<0.01%) ⬆️

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rjsparks
Copy link
Member

intentionally squashing this into main rather than feat/postgres

@rjsparks rjsparks merged commit 8b815fc into ietf-tools:main Mar 31, 2023
@larseggert larseggert deleted the fix-5441 branch March 31, 2023 02:20
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 4, 2023
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.

View WGs in a given area from the area group view.
2 participants