@@ -43,32 +43,32 @@ Key Capabilities
4343 processing → done)
4444- Auto-sync indicators to ``spp.data.value `` for CEL expression access
4545- Link imports to hazard incidents for disaster response tracking
46- - Process imports asynchronously via queue_job
46+ - Process imports asynchronously via job_worker
4747
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,15 +94,13 @@ UI Location
9494Security
9595~~~~~~~~
9696
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- +----------------------------------+-----------------------------------+
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+ +----------------------------------+------------------------------------------+
106104
107105Extension Points
108106~~~~~~~~~~~~~~~~
@@ -118,7 +116,7 @@ Dependencies
118116~~~~~~~~~~~~
119117
120118``spp_hxl ``, ``spp_area ``, ``spp_cel_domain ``, ``spp_hazard ``,
121- ``spp_security ``, ``queue_job ``
119+ ``spp_security ``, ``job_worker ``
122120
123121**Table of contents **
124122
0 commit comments