Skip to content

Commit bfee01d

Browse files
committed
fix(cr): correct development_status to Production/Stable and regenerate README
1 parent 5f91776 commit bfee01d

File tree

3 files changed

+103
-92
lines changed

3 files changed

+103
-92
lines changed

spp_change_request_v2/README.rst

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -47,63 +47,63 @@ Key Capabilities
4747
Key Models
4848
~~~~~~~~~~
4949

50-
+-------------------------------------+----------------------------------+
51-
| Model | Description |
52-
+=====================================+==================================+
53-
| ``spp.change.request`` | Main change request record with |
54-
| | approval workflow |
55-
+-------------------------------------+----------------------------------+
56-
| ``spp.change.request.type`` | Configuration for CR types: |
57-
| | target, detail model, workflow |
58-
+-------------------------------------+----------------------------------+
59-
| ``spp.change.request.type.mapping`` | Field mappings for automatic |
60-
| | application |
61-
+-------------------------------------+----------------------------------+
62-
| ``spp.cr.conflict.rule`` | Rules for detecting conflicting |
63-
| | change requests |
64-
+-------------------------------------+----------------------------------+
65-
| ``spp.cr.duplicate.config`` | Configuration for duplicate |
66-
| | detection thresholds |
67-
+-------------------------------------+----------------------------------+
68-
| ``spp.cr.conflict.mixin`` | Mixin providing conflict and |
69-
| | duplicate detection |
70-
+-------------------------------------+----------------------------------+
71-
| ``spp.cr.detail.base`` | Base model for all change |
72-
| | request detail types |
73-
+-------------------------------------+----------------------------------+
74-
| ``spp.cr.detail.add_member`` | Detail model for adding members |
75-
| | to groups |
76-
+-------------------------------------+----------------------------------+
77-
| ``spp.cr.detail.edit_individual`` | Detail model for editing |
78-
| | individual registrant data |
79-
+-------------------------------------+----------------------------------+
80-
| ``spp.cr.detail.edit_group`` | Detail model for editing |
81-
| | group/household data |
82-
+-------------------------------------+----------------------------------+
83-
| ``spp.cr.detail.remove_member`` | Detail model for removing |
84-
| | members from groups |
85-
+-------------------------------------+----------------------------------+
86-
| ``spp.cr.detail.change_hoh`` | Detail model for changing head |
87-
| | of household |
88-
+-------------------------------------+----------------------------------+
89-
| ``spp.cr.detail.exit_registrant`` | Detail model for marking |
90-
| | registrants as exited |
91-
+-------------------------------------+----------------------------------+
92-
| ``spp.cr.detail.transfer_member`` | Detail model for transferring |
93-
| | members between groups |
94-
+-------------------------------------+----------------------------------+
95-
| ``spp.cr.detail.update_id`` | Detail model for updating |
96-
| | registrant ID numbers |
97-
+-------------------------------------+----------------------------------+
98-
| ``spp.cr.detail.create_group`` | Detail model for creating new |
99-
| | groups/households |
100-
+-------------------------------------+----------------------------------+
101-
| ``spp.cr.detail.merge_registrants`` | Detail model for merging |
102-
| | duplicate registrant records |
103-
+-------------------------------------+----------------------------------+
104-
| ``spp.cr.detail.split_household`` | Detail model for splitting |
105-
| | households into separate groups |
106-
+-------------------------------------+----------------------------------+
50+
+----------------------------------+----------------------------------+
51+
| Model | Description |
52+
+==================================+==================================+
53+
| ``spp.change.request`` | Main change request record with |
54+
| | approval workflow |
55+
+----------------------------------+----------------------------------+
56+
| ``spp.change.request.type`` | Configuration for CR types: |
57+
| | target, detail model, workflow |
58+
+----------------------------------+----------------------------------+
59+
| ``s | Field mappings for automatic |
60+
| pp.change.request.type.mapping`` | application |
61+
+----------------------------------+----------------------------------+
62+
| ``spp.cr.conflict.rule`` | Rules for detecting conflicting |
63+
| | change requests |
64+
+----------------------------------+----------------------------------+
65+
| ``spp.cr.duplicate.config`` | Configuration for duplicate |
66+
| | detection thresholds |
67+
+----------------------------------+----------------------------------+
68+
| ``spp.cr.conflict.mixin`` | Mixin providing conflict and |
69+
| | duplicate detection |
70+
+----------------------------------+----------------------------------+
71+
| ``spp.cr.detail.base`` | Base model for all change |
72+
| | request detail types |
73+
+----------------------------------+----------------------------------+
74+
| ``spp.cr.detail.add_member`` | Detail model for adding members |
75+
| | to groups |
76+
+----------------------------------+----------------------------------+
77+
| ` | Detail model for editing |
78+
| `spp.cr.detail.edit_individual`` | individual registrant data |
79+
+----------------------------------+----------------------------------+
80+
| ``spp.cr.detail.edit_group`` | Detail model for editing |
81+
| | group/household data |
82+
+----------------------------------+----------------------------------+
83+
| ``spp.cr.detail.remove_member`` | Detail model for removing |
84+
| | members from groups |
85+
+----------------------------------+----------------------------------+
86+
| ``spp.cr.detail.change_hoh`` | Detail model for changing head |
87+
| | of household |
88+
+----------------------------------+----------------------------------+
89+
| ` | Detail model for marking |
90+
| `spp.cr.detail.exit_registrant`` | registrants as exited |
91+
+----------------------------------+----------------------------------+
92+
| ` | Detail model for transferring |
93+
| `spp.cr.detail.transfer_member`` | members between groups |
94+
+----------------------------------+----------------------------------+
95+
| ``spp.cr.detail.update_id`` | Detail model for updating |
96+
| | registrant ID numbers |
97+
+----------------------------------+----------------------------------+
98+
| ``spp.cr.detail.create_group`` | Detail model for creating new |
99+
| | groups/households |
100+
+----------------------------------+----------------------------------+
101+
| ``s | Detail model for merging |
102+
| pp.cr.detail.merge_registrants`` | duplicate registrant records |
103+
+----------------------------------+----------------------------------+
104+
| ` | Detail model for splitting |
105+
| `spp.cr.detail.split_household`` | households into separate groups |
106+
+----------------------------------+----------------------------------+
107107

108108
Form Tabs
109109
~~~~~~~~~
@@ -158,25 +158,25 @@ UI Location
158158
Security
159159
~~~~~~~~
160160

161-
+------------------------------------------------------+----------------------------------+
162-
| Group | Access |
163-
+======================================================+==================================+
164-
| ``spp_change_request_v2.group_cr_user`` | Create and submit change |
165-
| | requests (read/write/create) |
166-
+------------------------------------------------------+----------------------------------+
167-
| ``spp_change_request_v2.group_cr_validator`` | Approve/reject, field-level |
168-
| | validation (read/write/create) |
169-
+------------------------------------------------------+----------------------------------+
170-
| ``spp_change_request_v2.group_cr_validator_hq`` | HQ-level approval with registry |
171-
| | write (read/write/create) |
172-
+------------------------------------------------------+----------------------------------+
173-
| ``spp_change_request_v2.group_cr_manager`` | Full CRUD including |
174-
| | configuration |
175-
+------------------------------------------------------+----------------------------------+
176-
| ``spp_change_request_v2.group_cr_conflict_approver`` | Override blocking conflict |
177-
| | detections |
178-
| | (specialized/functional) |
179-
+------------------------------------------------------+----------------------------------+
161+
+----------------------------------+----------------------------------+
162+
| Group | Access |
163+
+==================================+==================================+
164+
| ``spp_c | Create and submit change |
165+
| hange_request_v2.group_cr_user`` | requests (read/write/create) |
166+
+----------------------------------+----------------------------------+
167+
| ``spp_change | Approve/reject, field-level |
168+
| _request_v2.group_cr_validator`` | validation (read/write/create) |
169+
+----------------------------------+----------------------------------+
170+
| ``spp_change_re | HQ-level approval with registry |
171+
| quest_v2.group_cr_validator_hq`` | write (read/write/create) |
172+
+----------------------------------+----------------------------------+
173+
| ``spp_chan | Full CRUD including |
174+
| ge_request_v2.group_cr_manager`` | configuration |
175+
+----------------------------------+----------------------------------+
176+
| ``spp_change_request | Override blocking conflict |
177+
| _v2.group_cr_conflict_approver`` | detections |
178+
| | (specialized/functional) |
179+
+----------------------------------+----------------------------------+
180180

181181
Extension Points
182182
~~~~~~~~~~~~~~~~

spp_change_request_v2/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "OpenSPP.org",
88
"website": "https://github.com/OpenSPP/OpenSPP2",
99
"license": "LGPL-3",
10-
"development_status": "Stable",
10+
"development_status": "Production/Stable",
1111
"depends": [
1212
"base",
1313
"mail",

spp_change_request_v2/static/description/index.html

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ <h1>Key Capabilities</h1>
396396
<h1>Key Models</h1>
397397
<table border="1" class="docutils">
398398
<colgroup>
399-
<col width="52%" />
400-
<col width="48%" />
399+
<col width="50%" />
400+
<col width="50%" />
401401
</colgroup>
402402
<thead valign="bottom">
403403
<tr><th class="head">Model</th>
@@ -413,7 +413,8 @@ <h1>Key Models</h1>
413413
<td>Configuration for CR types:
414414
target, detail model, workflow</td>
415415
</tr>
416-
<tr><td><tt class="docutils literal">spp.change.request.type.mapping</tt></td>
416+
<tr><td><tt class="docutils literal">s
417+
pp.change.request.type.mapping</tt></td>
417418
<td>Field mappings for automatic
418419
application</td>
419420
</tr>
@@ -437,7 +438,8 @@ <h1>Key Models</h1>
437438
<td>Detail model for adding members
438439
to groups</td>
439440
</tr>
440-
<tr><td><tt class="docutils literal">spp.cr.detail.edit_individual</tt></td>
441+
<tr><td>`
442+
<cite>spp.cr.detail.edit_individual`</cite></td>
441443
<td>Detail model for editing
442444
individual registrant data</td>
443445
</tr>
@@ -453,11 +455,13 @@ <h1>Key Models</h1>
453455
<td>Detail model for changing head
454456
of household</td>
455457
</tr>
456-
<tr><td><tt class="docutils literal">spp.cr.detail.exit_registrant</tt></td>
458+
<tr><td>`
459+
<cite>spp.cr.detail.exit_registrant`</cite></td>
457460
<td>Detail model for marking
458461
registrants as exited</td>
459462
</tr>
460-
<tr><td><tt class="docutils literal">spp.cr.detail.transfer_member</tt></td>
463+
<tr><td>`
464+
<cite>spp.cr.detail.transfer_member`</cite></td>
461465
<td>Detail model for transferring
462466
members between groups</td>
463467
</tr>
@@ -469,11 +473,13 @@ <h1>Key Models</h1>
469473
<td>Detail model for creating new
470474
groups/households</td>
471475
</tr>
472-
<tr><td><tt class="docutils literal">spp.cr.detail.merge_registrants</tt></td>
476+
<tr><td><tt class="docutils literal">s
477+
pp.cr.detail.merge_registrants</tt></td>
473478
<td>Detail model for merging
474479
duplicate registrant records</td>
475480
</tr>
476-
<tr><td><tt class="docutils literal">spp.cr.detail.split_household</tt></td>
481+
<tr><td>`
482+
<cite>spp.cr.detail.split_household`</cite></td>
477483
<td>Detail model for splitting
478484
households into separate groups</td>
479485
</tr>
@@ -535,32 +541,37 @@ <h1>UI Location</h1>
535541
<h1>Security</h1>
536542
<table border="1" class="docutils">
537543
<colgroup>
538-
<col width="61%" />
539-
<col width="39%" />
544+
<col width="50%" />
545+
<col width="50%" />
540546
</colgroup>
541547
<thead valign="bottom">
542548
<tr><th class="head">Group</th>
543549
<th class="head">Access</th>
544550
</tr>
545551
</thead>
546552
<tbody valign="top">
547-
<tr><td><tt class="docutils literal">spp_change_request_v2.group_cr_user</tt></td>
553+
<tr><td><tt class="docutils literal">spp_c
554+
hange_request_v2.group_cr_user</tt></td>
548555
<td>Create and submit change
549556
requests (read/write/create)</td>
550557
</tr>
551-
<tr><td><tt class="docutils literal">spp_change_request_v2.group_cr_validator</tt></td>
558+
<tr><td><tt class="docutils literal">spp_change
559+
_request_v2.group_cr_validator</tt></td>
552560
<td>Approve/reject, field-level
553561
validation (read/write/create)</td>
554562
</tr>
555-
<tr><td><tt class="docutils literal">spp_change_request_v2.group_cr_validator_hq</tt></td>
563+
<tr><td><tt class="docutils literal">spp_change_re
564+
quest_v2.group_cr_validator_hq</tt></td>
556565
<td>HQ-level approval with registry
557566
write (read/write/create)</td>
558567
</tr>
559-
<tr><td><tt class="docutils literal">spp_change_request_v2.group_cr_manager</tt></td>
568+
<tr><td><tt class="docutils literal">spp_chan
569+
ge_request_v2.group_cr_manager</tt></td>
560570
<td>Full CRUD including
561571
configuration</td>
562572
</tr>
563-
<tr><td><tt class="docutils literal">spp_change_request_v2.group_cr_conflict_approver</tt></td>
573+
<tr><td><tt class="docutils literal">spp_change_request
574+
_v2.group_cr_conflict_approver</tt></td>
564575
<td>Override blocking conflict
565576
detections
566577
(specialized/functional)</td>

0 commit comments

Comments
 (0)