Integrate SBAS workflows and redesign task center

This commit is contained in:
2026-06-13 13:10:12 +08:00
parent b931e8db53
commit 58a87706ef
275 changed files with 18750 additions and 42524 deletions
@@ -359,6 +359,16 @@ def _build_root_specs_from_settings() -> List[RootSpec]:
owner_engine="dinsar",
)
)
specs.extend(
_iter_single_root_specs(
env_var="LANDSAR_WORK_ROOT",
path=settings.LANDSAR_WORK_ROOT,
root_role="work_root_landsar",
display_name="LandSAR Work Root",
scan_mode="workspace",
owner_engine="landsar",
)
)
specs.extend(
_iter_single_root_specs(
env_var="TIMESERIES_PRODUCT_DIR",