add notes

This commit is contained in:
Christoph Kluge 2024-10-16 14:16:31 +02:00
parent 33d219d2ac
commit 60d7984d66

View File

@ -58,8 +58,9 @@
let selectedMetrics = ccconfig[`node_list_selectedMetrics:${cluster}`] || [ccconfig.system_view_selectedMetric];
let isMetricsSelectionOpen = false;
// Todo: Add Idle State Filter (== No allocated Jobs)
// 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: Review performance // observed high client-side load frequency
// Is Svelte {#each} -> <MetricPlot/> -> onMount() related : Cannot be skipped ...