From fe6f32f07234b08a2bf3fb7b7b7ff295eca2af54 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:29:17 -0700 Subject: [PATCH] Update getting-started.md --- docs/widgets/authoring/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/widgets/authoring/getting-started.md b/docs/widgets/authoring/getting-started.md index 8ce7e1b3a..fbf7b7f03 100644 --- a/docs/widgets/authoring/getting-started.md +++ b/docs/widgets/authoring/getting-started.md @@ -62,3 +62,4 @@ To ensure cohesiveness of various widgets, the following should be used as a gui - Minimize the number of API calls - Avoid the use of custom proxy unless absolutely necessary - Widgets should be 'read-only', as in they should not make write changes using the relevant tool's API. Homepage widgets are designed to surface information, not to be a (usually worse) replacement for the tool itself. +- Widgets should not allow manually overriding the "refresh interval" setting, as misconfigured refresh intervals can easily lead to performance issues for users.