forked from ietf-tools/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworking_groups.html
More file actions
159 lines (156 loc) · 5.89 KB
/
Copy pathworking_groups.html
File metadata and controls
159 lines (156 loc) · 5.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{% extends "base.html" %}
{# Copyright The IETF Trust 2025, All Rights Reserved #}
{% load origin static %}
{% block pagehead %}
<link rel="stylesheet" href="{% static 'ietf/css/list.css' %}">
{% endblock %}
{% block title %}IESG view of working groups{% endblock %}
{% block content %}
{% origin %}
<h1 class="mt-4">IESG view of working groups</h1>
<h2 class="mt-3'">Area Size and Load</h2>
<table class="table table-sm table-striped tablesorter">
<thead>
<tr>
<th scope="col" data-sort="areaname">Area Name</th>
<th scope="col" data-sort="wgcount">WGs</th>
<th scope="col" data-sort="idcount">I-Ds</th>
<th scope="col" data-sort="idpages">Pages</th>
{# (divider) #}
<th scope="col" data-sort="idpercent">% I-Ds</th>
<th scope="col" data-sort="pagespercent">% Pages</th>
</tr>
</thead>
<tbody>
{% for area in area_summary %}
<tr>
<td>{{area.area}}</td>
<td>{{area.groups_in_area}}</td>
<td>{{area.doc_count}}</td>
<td>{{area.page_count}}</td>
<td>{{area.doc_percent|floatformat:1}}</td>
<td>{{area.page_percent|floatformat:1}}</td>
</tr>
{% endfor %}
</tbody>
<tfoot>
<tr>
<td>Totals</td>
<td>{{totals.group_count}}</td>
<td>{{totals.doc_count}}</td>
<td>{{totals.page_count}}</td>
<td></td>
<td></td>
</tr>
</tfoot>
</table>
<h2 class="mt-3'">Area Director Load: Documents not yet directly assigned to AD</h2>
<div class="small text-body-secondary">Typically these are pre-pubreq documents</div>
<table class="table table-sm table-striped tablesorter">
<thead>
<tr>
<th scope="col" data-sort="areadirname">AD</th>
<th scope="col" data-sort="areaname">Area Name</th>
<th scope="col" data-sort="areagroups">WGs for AD</th>
<th scope="col" data-sort="idcount">I-Ds</th>
<th scope="col" data-sort="idpages">Pages</th>
{# (divider) #}
<th scope="col" data-sort="idpercent">% I-Ds</th>
<th scope="col" data-sort="pagespercent">% Pages</th>
</tr>
</thead>
<tbody>
{% for ad in noad_summary %}
<tr>
<td>{{ad.ad}}</td>
<td>{{ad.area}}</td>
<td>{{ad.ad_group_count}}</td>
<td>{{ad.doc_count}}</td>
<td>{{ad.page_count}}</td>
<td>{{ad.doc_percent|floatformat:1}}</td>
<td>{{ad.page_percent|floatformat:1}}</td>
</tr>
{% endfor %}
</tbody>
<tfoot>
<tr>
<td>Totals</td>
<td></td>
<td>{{noad_totals.ad_group_count}}</td>
<td>{{noad_totals.doc_count}}</td>
<td>{{noad_totals.page_count}}</td>
<td></td>
<td></td>
</tr>
</tfoot>
</table>
<h2 class="mt-3'">Area Director Load: Documents directly assigned to AD</h2>
<table class="table table-sm table-striped tablesorter">
<thead>
<tr>
<th scope="col" data-sort="areadirname">AD</th>
<th scope="col" data-sort="areaname">Area Name</th>
<th scope="col" data-sort="areagroups">WGs for AD</th>
<th scope="col" data-sort="idcount">I-Ds</th>
<th scope="col" data-sort="idpages">Pages</th>
{# (divider) #}
<th scope="col" data-sort="idpercent">% I-Ds</th>
<th scope="col" data-sort="pagespercent">% Pages</th>
</tr>
</thead>
<tbody>
{% for ad in ad_summary %}
<tr>
<td>{{ad.ad}}</td>
<td>{{ad.area}}</td>
<td>{{ad.ad_group_count}}</td>
<td>{{ad.doc_count}}</td>
<td>{{ad.page_count}}</td>
<td>{{ad.doc_percent|floatformat:1}}</td>
<td>{{ad.page_percent|floatformat:1}}</td>
</tr>
{% endfor %}
</tbody>
<tfoot>
<tr>
<td>Totals</td>
<td></td>
<td>{{ad_totals.ad_group_count}}</td>
<td>{{ad_totals.doc_count}}</td>
<td>{{ad_totals.page_count}}</td>
<td></td>
<td></td>
</tr>
</tfoot>
</table>
<h2 class="mt-3'">Working Group Summary</h2>
<table class="table table-sm table-striped tablesorter">
<thead>
<tr>
<th scope="col" data-sort="wg">WG</th>
<th scope="col" data-sort="area">Area</th>
<th scope="col" data-sort="ad">AD</th>
<th scope="col" data-sort="ids">I-Ds</th>
<th scope="col" data-sort="pages">Pages</th>
<th scope="col" data-sort="rfcs">RFCs</th>
<th scope="col" data-sort="rfcpubrate">RFCs in last 2 years</th>
</tr>
</thead>
<tbody>
{% for wg in wg_summary %}
<tr>
<td>{{wg.wg}}</td>
<td>{{wg.area}}</td>
<td>{{wg.ad}}</td>
<td>{{wg.doc_count}}</td>
<td>{{wg.page_count}}</td>
<td>{{wg.rfc_count}}</td>
<td>{{wg.recent_rfc_count}}</td>
</tr>
{% endfor %}
</tbody>
</table>
{% endblock %}
{% block js %}
<script src="{% static "ietf/js/list.js" %}"></script>
{% endblock %}