From 74dce77f072024146269ff6de57befbf02a2e0c4 Mon Sep 17 00:00:00 2001 From: "Dr. Gernot Starke" Date: Tue, 3 Sep 2024 20:27:14 +0200 Subject: [PATCH] more consistency, again --- .../2000-02-03-core-functions-mac-win-linux.md | 6 +++--- ...00-02-06-compatible-with-5-battery-providers.md | 2 +- .../2000-09-06-consistent-keyboard-shortcuts.md | 14 ++++++++++---- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/requirements/C/_posts/2000-02-03-core-functions-mac-win-linux.md b/requirements/C/_posts/2000-02-03-core-functions-mac-win-linux.md index c8ecf6f..25fe624 100755 --- a/requirements/C/_posts/2000-02-03-core-functions-mac-win-linux.md +++ b/requirements/C/_posts/2000-02-03-core-functions-mac-win-linux.md @@ -11,7 +11,7 @@ permalink: /requirements/core-functions-on-mac-win-linux #### Context/Background * The system offers a few complicated core business functions. -* The system is available on different operating systems, especially MacOS, Windows and a few major Linux distributions. +* The system is available on different operating systems, especially macOS, Windows and a few major Linux distributions. #### Source @@ -19,10 +19,10 @@ permalink: /requirements/core-functions-on-mac-win-linux #### Metric/Acceptance Criteria -* The new release of the OS does not affect the ability to work on this platform, +* The new release of the OS does not affect the ability to work on this platform, at least in comparable execution environments (concerning cpu and memory capacity). -* Core functions can be re-used on MacOS, Windows and Linux applications without changes to their source code. +* Core functions can be re-used on macOS, Windows and Linux applications without changes to their source code.
diff --git a/requirements/C/_posts/2000-02-06-compatible-with-5-battery-providers.md b/requirements/C/_posts/2000-02-06-compatible-with-5-battery-providers.md index e0942a6..2a84126 100755 --- a/requirements/C/_posts/2000-02-06-compatible-with-5-battery-providers.md +++ b/requirements/C/_posts/2000-02-06-compatible-with-5-battery-providers.md @@ -1,5 +1,5 @@ --- -title: Compatible with 5 major battery providers +title: Compatible with 5 different battery providers tags: flexible related: flexibility, adaptability, interoperability, compatibility permalink: /requirements/compatible-with-5-battery-providers diff --git a/requirements/C/_posts/2000-09-06-consistent-keyboard-shortcuts.md b/requirements/C/_posts/2000-09-06-consistent-keyboard-shortcuts.md index 5550063..2733390 100755 --- a/requirements/C/_posts/2000-09-06-consistent-keyboard-shortcuts.md +++ b/requirements/C/_posts/2000-09-06-consistent-keyboard-shortcuts.md @@ -8,13 +8,19 @@ permalink: /requirements/consistent-keyboard-shortcuts
-**Stimulus**: User expects/requires to use a keyboard (instead of a mouse) to navigate within the user interface, in all parts of the user interface. +### Context/Background -**Reaction**: User can use the system with keyboard-only, without resorting to a mouse or trackpad. +* The user can use keyboard shortcuts to select and execute functions within the graphical user interface. +* The system must support keyboard-only navigation across all parts of the interface. -**Metric**: Keyboard shortcuts are consistent. Functions that are identical or similar in different parts of the system (like "save", "copy", "paste") have identical shortcuts throughout the system. +### Source +Somebody navigates the graphical interface with only a keyboard, without using a mouse or trackpad. -**Background**: User can use keyboard shortcuts to select and execute functions within the (graphical) user interface. +### Metric/Acceptance Criteria + +* The user shall be able to perform all actions with the keyboard alone. +* Keyboard shortcuts must be consistent throughout the system: +Identical or similar functions, such as "save", "copy", and "paste", shall have identical shortcuts across the entire system.