@@ -48,27 +48,27 @@ Key Capabilities
4848Key Models
4949~~~~~~~~~~
5050
51- +--------------------------------+------------------------------------+
52- | Model | Description |
53- +================================+====================================+
54- | ``spp.hxl.import.profile `` | Configuration defining area |
55- | | matching and rules |
56- +--------------------------------+------------------------------------+
57- | ``spp.hxl.aggregation.rule `` | Rule specifying what to aggregate |
58- | | and how |
59- +--------------------------------+------------------------------------+
60- | ``spp.hxl.import.batch `` | Track one execution of profile |
61- | | against HXL file |
62- +--------------------------------+------------------------------------+
63- | ``spp.hxl.import.mapping `` | Auto-detected column mapping |
64- | | (adjustable pre-run) |
65- +--------------------------------+------------------------------------+
66- | ``spp.hxl.area.indicator `` | Aggregated indicator value stored |
67- | | per area |
68- +--------------------------------+------------------------------------+
69- | ``spp.hxl.area.import.wizard `` | Wizard for uploading files and |
70- | | previewing matches |
71- +--------------------------------+------------------------------------+
51+ +--------------------------------+------------------------------------- +
52+ | Model | Description |
53+ +================================+===================================== +
54+ | ``spp.hxl.import.profile `` | Configuration defining area |
55+ | | matching and rules |
56+ +--------------------------------+------------------------------------- +
57+ | ``spp.hxl.aggregation.rule `` | Rule specifying what to aggregate |
58+ | | and how |
59+ +--------------------------------+------------------------------------- +
60+ | ``spp.hxl.import.batch `` | Track one execution of profile |
61+ | | against HXL file |
62+ +--------------------------------+------------------------------------- +
63+ | ``spp.hxl.import.mapping `` | Auto-detected column mapping |
64+ | | (adjustable pre-run) |
65+ +--------------------------------+------------------------------------- +
66+ | ``spp.hxl.area.indicator `` | Aggregated indicator value stored |
67+ | | per area |
68+ +--------------------------------+------------------------------------- +
69+ | ``spp.hxl.area.import.wizard `` | Wizard for uploading files and |
70+ | | previewing matches |
71+ +--------------------------------+------------------------------------- +
7272
7373Configuration
7474~~~~~~~~~~~~~
@@ -94,13 +94,15 @@ UI Location
9494Security
9595~~~~~~~~
9696
97- +----------------------------------+------------------------------------------+
98- | Group | Access |
99- +==================================+==========================================+
100- | ``spp_security.group_spp_admin `` | Full CRUD on profiles, rules, indicators |
101- +----------------------------------+------------------------------------------+
102- | ``base.group_user `` | Read profiles/rules; create/edit batches |
103- +----------------------------------+------------------------------------------+
97+ +----------------------------------+----------------------------------+
98+ | Group | Access |
99+ +==================================+==================================+
100+ | ``spp_security.group_spp_admin `` | Full CRUD on profiles, rules, |
101+ | | indicators |
102+ +----------------------------------+----------------------------------+
103+ | ``base.group_user `` | Read profiles/rules; create/edit |
104+ | | batches |
105+ +----------------------------------+----------------------------------+
104106
105107Extension Points
106108~~~~~~~~~~~~~~~~
0 commit comments