From 5b2fdd380ab1c9290239c2468157068ee1b51968 Mon Sep 17 00:00:00 2001 From: Biedermann Steve Date: Wed, 8 May 2024 16:51:38 +0200 Subject: [PATCH] update --- req.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/req.yml b/req.yml index 92a7de8..415aad9 100644 --- a/req.yml +++ b/req.yml @@ -22,6 +22,7 @@ topics: REQ-1.2.2: name: Avoid Re-processing description: The tool must not process files that have already been processed. + TOPIC-2: name: Traced Logging subtopics: @@ -56,6 +57,7 @@ topics: description: |- When the directory size exceeds a certain threshold, the tool must delete the oldest files in the directory, until the size is below the threshold again. + TOPIC-3: name: Remote Journal Logging subtopics: @@ -125,6 +127,7 @@ topics: description: |- Users should be able to specify an interval, which should change how long the tool waits before checking if new files are available. + TOPIC-5: name: Performance Requirements requirements: @@ -134,6 +137,7 @@ topics: PERF-5.2: name: Interval Delay description: The tool should do its work with no more than 10 seconds delay after its interval. + TOPIC-6: name: Security & Data Protection requirements: @@ -143,6 +147,7 @@ topics: SEC-6.2: name: GDPR compliance description: The tool must not upload data if the user has not agreed to share this information. + TOPIC-7: name: Testing requirements: