File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
django/apps/aggregated/management/commands Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 5555 WHEN P.project_type = { Project .Type .CHANGE_DETECTION .value } THEN 11.2
5656 -- FOOTPRINT: Not calculated right now
5757 WHEN P.project_type = { Project .Type .FOOTPRINT .value } THEN 6.1
58+ WHEN P.project_type = { Project .Type .VALIDATE_IMAGE .value } THEN 6.1
5859 WHEN P.project_type = { Project .Type .STREET .value } THEN 65
5960 ELSE 1
6061 END
111112 WHEN P.project_type = { Project .Type .CHANGE_DETECTION .value } THEN 11.2
112113 -- FOOTPRINT: Not calculated right now
113114 WHEN P.project_type = { Project .Type .FOOTPRINT .value } THEN 6.1
115+ WHEN P.project_type = { Project .Type .VALIDATE_IMAGE .value } THEN 6.1
114116 WHEN P.project_type = { Project .Type .STREET .value } THEN 65
115117 ELSE 1
116118 END
136138 G.group_id,
137139 (
138140 CASE
139- -- Hide area for Footprint
141+ -- Hide area for Footprint and Validate Image
142+ -- FIXME: What should we do for Project.Type.STREET.value
140143 WHEN P.project_type = { Project .Type .FOOTPRINT .value } THEN 0
144+ WHEN P.project_type = { Project .Type .VALIDATE_IMAGE .value } THEN 0
141145 ELSE G.total_area
142146 END
143147 ) as total_task_group_area,
You can’t perform that action at this time.
0 commit comments