This is an automated email from the ASF dual-hosted git repository.

sebbASF pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b6bdc51 Add PMC size for comparison
2b6bdc51 is described below

commit 2b6bdc5146ce4b160b35013de7effe0c9c9b34c5
Author: Sebb <[email protected]>
AuthorDate: Wed Jul 29 11:59:53 2026 +0100

    Add PMC size for comparison
---
 www/members/memberless-pmcs.cgi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/members/memberless-pmcs.cgi b/www/members/memberless-pmcs.cgi
index 74d7de91..c8dd5e89 100755
--- a/www/members/memberless-pmcs.cgi
+++ b/www/members/memberless-pmcs.cgi
@@ -45,8 +45,9 @@ _html do
         _thead_ do
           _tr do
             _th 'PMC', data_sort: 'string-ins'
+            _th 'PMC size', data_sort: 'int'
             _th 'Established', data_sort: 'string'
-            _th 'Count', data_sort: 'int' if count > 1
+            _th 'ASF Member Count', data_sort: 'int' if count > 1
             _th 'Chair', data_sort: 'string'
           end
         end
@@ -58,6 +59,7 @@ _html do
               _td! do
                 _a pmc.display_name, href: "../roster/committee/#{pmc.id}"
               end
+              _td pmc.roster.keys.length
               _td Date.parse(pmc.established).strftime('%Y/%m')
               _td (pmc.roster.keys & members).length if count > 1
               _td pmc.chair.cn

Reply via email to