From e2591f2723d033b48520784d01ed6cf9434056ca Mon Sep 17 00:00:00 2001 From: "Dr. Gernot Starke" Date: Tue, 12 Dec 2023 20:40:41 +0100 Subject: [PATCH] fix bad tags --- qualities/J/_posts/2022-12-28-jitter.md | 2 +- .../I/_posts/2023-12-05-installability-new-feature.md | 6 ++++-- .../_posts/2023-12-05-minimize-jitter-in-data-streaming.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/qualities/J/_posts/2022-12-28-jitter.md b/qualities/J/_posts/2022-12-28-jitter.md index 9c8534d..3d8f5e5 100644 --- a/qualities/J/_posts/2022-12-28-jitter.md +++ b/qualities/J/_posts/2022-12-28-jitter.md @@ -1,6 +1,6 @@ --- title: Jitter -tags: efficient operable +tags: efficient related: performance-efficiency, latency, predictability permalink: /qualities/jitter --- diff --git a/requirements/I/_posts/2023-12-05-installability-new-feature.md b/requirements/I/_posts/2023-12-05-installability-new-feature.md index faac9b4..b628c2e 100644 --- a/requirements/I/_posts/2023-12-05-installability-new-feature.md +++ b/requirements/I/_posts/2023-12-05-installability-new-feature.md @@ -1,6 +1,6 @@ --- title: "Rollout of a new feature" -tags: installability +tags: operable suitable related: agility, changeability, maintainability permalink: /requirements/rollout-new-feature --- @@ -13,6 +13,8 @@ permalink: /requirements/rollout-new-feature **Metric**: There is no action required from the user to be able to use the new feature, i.e. the new feature just becomes available. -**Background**: If software is provided via an install kit, it may need to be provided for different operating systems and users will have to run an update installer to access new features. In contrast, web-based systems retrieve their logic over the network, so no action from the user site is needed. Since a requirement, like the one above, is not dictating a solution, but what needs to be fulfilled other solutions than a web-based system that avoids installation were also valid. +**Background**: If software is provided via an install kit, it may need to be provided for different operating systems and users will have to run an update installer to access new features. +In contrast, web-based systems retrieve their logic over the network, so no action from the user site is needed. +Since a requirement, like the one above, is not dictating a solution, but what needs to be fulfilled other solutions than a web-based system that avoids installation were also valid.
\ No newline at end of file diff --git a/requirements/J/_posts/2023-12-05-minimize-jitter-in-data-streaming.md b/requirements/J/_posts/2023-12-05-minimize-jitter-in-data-streaming.md index 37cce4e..62b8dd9 100644 --- a/requirements/J/_posts/2023-12-05-minimize-jitter-in-data-streaming.md +++ b/requirements/J/_posts/2023-12-05-minimize-jitter-in-data-streaming.md @@ -1,6 +1,6 @@ --- title: "Minimize jitter in real-time data streaming" -tags: reliable operable +tags: reliable related: jitter, predictability, latency permalink: /requirements/minimize-jitter ---