fix: finalize semantic repair and test updates
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
@SEMANTICS: navbar, navigation, header, layout
|
||||
@PURPOSE: Main navigation bar for the application.
|
||||
@LAYER: UI
|
||||
@RELATION: USES -> AppState
|
||||
@RELATION: USES -> auth
|
||||
-->
|
||||
<script>
|
||||
import { page } from '$app/state';
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* @COMPLEXITY: 3
|
||||
* @PURPOSE: Blocking startup wizard for creating the first Superset environment from zero-state screens.
|
||||
* @LAYER: UI
|
||||
* @RELATION: CALLS -> Api
|
||||
* @RELATION: CALLS -> api
|
||||
* @RELATION: CALLS -> environmentContext
|
||||
* @INVARIANT: When open, wizard keeps user on an actionable setup path until the first environment exists.
|
||||
*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!--[DEF:ProtectedRoute.svelte:Module] -->
|
||||
<!--[DEF:ProtectedRouteModule:Module] -->
|
||||
<!--
|
||||
@PRE: Default pre condition
|
||||
@DATA_CONTRACT: Default state data
|
||||
@@ -10,7 +10,7 @@
|
||||
@PURPOSE: Enforces authenticated and authorized access before protected route content is rendered.
|
||||
@LAYER: UI
|
||||
@RELATION: [BINDS_TO] ->[authStore]
|
||||
@RELATION: [CALLS] ->[Navigation]
|
||||
@RELATION: [CALLS] ->[goto]
|
||||
@RELATION: [DEPENDS_ON] ->[Permissions]
|
||||
@RELATION: [CALLS] ->[fetchApi]
|
||||
@INVARIANT: Unauthenticated users are redirected to /login, unauthorized users are redirected to fallbackPath, and protected slot renders only when access is verified.
|
||||
@@ -146,4 +146,4 @@
|
||||
{/if}
|
||||
|
||||
<!-- [/DEF:ProtectedRoute:Component] -->
|
||||
<!-- [/DEF:ProtectedRoute.svelte:Module] -->
|
||||
<!-- [/DEF:ProtectedRouteModule:Module] -->
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
@RELATION: CALLS -> GitService
|
||||
@RELATION: CALLS -> GitService
|
||||
@RELATION: CALLS -> GitService
|
||||
@RELATION: DISPATCHES -> commit
|
||||
@RELATION: CALLS -> commit
|
||||
-->
|
||||
|
||||
<script>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
@COMPLEXITY: 3
|
||||
@PURPOSE: UI form for managing LLM provider configurations.
|
||||
@LAYER: UI
|
||||
@RELATION: DEPENDS_ON -> LLMRoutes
|
||||
@RELATION: DEPENDS_ON -> requestApi
|
||||
-->
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user