From 9688bad622936ef9a4b1418df4ed285e479c848d Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 24 Oct 2024 18:14:31 +0200 Subject: [PATCH] note decision of implementaion Q4 --- web/frontend/src/Systems.root.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/frontend/src/Systems.root.svelte b/web/frontend/src/Systems.root.svelte index 39d17aa..0be0bfe 100644 --- a/web/frontend/src/Systems.root.svelte +++ b/web/frontend/src/Systems.root.svelte @@ -60,9 +60,10 @@ // Todo: Add Idle State Filter (== No allocated Jobs) [Frontend?] // Todo: NodeList: Mindestens Accelerator Scope ... "Show Detail" Switch? - // Todo: Rework GQL Query: Add Paging (Scrollable), Add Nodes Filter (see jobs-onthefly-userfilter), add scopes + // Todo: Rework GQL Query: Add Paging (Scrollable / Paging Configbar), Add Nodes Filter (see jobs-onthefly-userfilter: ccms inkompatibel!), add scopes // 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 const client = getContextClient(); const nodeQuery = gql`