From 4678a4e883b3a4f757de578ae842139681bafdd7 Mon Sep 17 00:00:00 2001 From: Janis Watts <184028114+jmwatts@users.noreply.github.com> Date: Wed, 10 Sep 2025 13:52:49 -0500 Subject: [PATCH] Update design-qa-considerations.md with responsiveness considerations (#32616) --- docs/Contributing/guides/ui/design-qa-considerations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Contributing/guides/ui/design-qa-considerations.md b/docs/Contributing/guides/ui/design-qa-considerations.md index f0f6c218da..bf15757d55 100644 --- a/docs/Contributing/guides/ui/design-qa-considerations.md +++ b/docs/Contributing/guides/ui/design-qa-considerations.md @@ -142,6 +142,8 @@ This is meant to be a helpful checklist of 'events' or 'transactions' to help ca ## Responsiveness and low-width browsers - Long database names rendered in the UI e.g. team names, scripts, software titles... - Wide tables with many columns or wide columns (horizontal scroll vs. old, bad pattern of hiding columns) +- Page load expectations (how long should it take for a page to load with x number of items in the API response) +- Cron run time expectations (what is an acceptable change in amount of time it takes for a scheduled cron to complete) ## Actionable components (e.g. buttons, links, form fields, navigation) - Keyboard accessibility