You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(spp_program_geofence): add area type filter and geofence management UI
- Add fallback_area_type_id field to restrict Tier 2 area fallback to a
specific administrative level (e.g. District), preventing overly broad
matches from large provinces or regions
- Add geofence list/form/search views with menu under Area top-level,
so users can browse and manage geofences independently
- Allow inline geofence creation from the program form
- Add 3 tests for area type filter behavior
help="When enabled, registrants without GPS coordinates will be matched by their assigned administrative area if it overlaps the geofence. Disable to require precise GPS coordinates only."
41
38
/>
39
+
<field
40
+
name="fallback_area_type_id"
41
+
invisible="not include_area_fallback"
42
+
options="{'no_create': True}"
43
+
help="Restrict area fallback to a specific administrative level (e.g. District). Leave empty to match all area types."
0 commit comments