From 35012b18c5e13b73977229dc8709e890cdefea78 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Fri, 25 Oct 2024 14:47:09 +0200 Subject: [PATCH] one more note --- web/frontend/src/Systems.root.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/web/frontend/src/Systems.root.svelte b/web/frontend/src/Systems.root.svelte index 0be0bfe..0ffff3f 100644 --- a/web/frontend/src/Systems.root.svelte +++ b/web/frontend/src/Systems.root.svelte @@ -61,6 +61,7 @@ // Todo: Add Idle State Filter (== No allocated Jobs) [Frontend?] // Todo: NodeList: Mindestens Accelerator Scope ... "Show Detail" Switch? // Todo: Rework GQL Query: Add Paging (Scrollable / Paging Configbar), Add Nodes Filter (see jobs-onthefly-userfilter: ccms inkompatibel!), add scopes + // All three issues need either new features in ccms (paging, filter) or new implementation of ccms node queries with scopes (currently very job-specific) // Todo: Review performance // observed high client-side load frequency // Is Svelte {#each} -> -> onMount() related : Cannot be skipped ... // ==> Skip for Q4/24 Release, build from ccms upgrade (paging/filter) up