update
This commit is contained in:
parent
e7074b862b
commit
5b2fdd380a
5
req.yml
5
req.yml
|
|
@ -22,6 +22,7 @@ topics:
|
||||||
REQ-1.2.2:
|
REQ-1.2.2:
|
||||||
name: Avoid Re-processing
|
name: Avoid Re-processing
|
||||||
description: The tool must not process files that have already been processed.
|
description: The tool must not process files that have already been processed.
|
||||||
|
|
||||||
TOPIC-2:
|
TOPIC-2:
|
||||||
name: Traced Logging
|
name: Traced Logging
|
||||||
subtopics:
|
subtopics:
|
||||||
|
|
@ -56,6 +57,7 @@ topics:
|
||||||
description: |-
|
description: |-
|
||||||
When the directory size exceeds a certain threshold, the tool must delete the oldest
|
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.
|
files in the directory, until the size is below the threshold again.
|
||||||
|
|
||||||
TOPIC-3:
|
TOPIC-3:
|
||||||
name: Remote Journal Logging
|
name: Remote Journal Logging
|
||||||
subtopics:
|
subtopics:
|
||||||
|
|
@ -125,6 +127,7 @@ topics:
|
||||||
description: |-
|
description: |-
|
||||||
Users should be able to specify an interval, which should change
|
Users should be able to specify an interval, which should change
|
||||||
how long the tool waits before checking if new files are available.
|
how long the tool waits before checking if new files are available.
|
||||||
|
|
||||||
TOPIC-5:
|
TOPIC-5:
|
||||||
name: Performance Requirements
|
name: Performance Requirements
|
||||||
requirements:
|
requirements:
|
||||||
|
|
@ -134,6 +137,7 @@ topics:
|
||||||
PERF-5.2:
|
PERF-5.2:
|
||||||
name: Interval Delay
|
name: Interval Delay
|
||||||
description: The tool should do its work with no more than 10 seconds delay after its interval.
|
description: The tool should do its work with no more than 10 seconds delay after its interval.
|
||||||
|
|
||||||
TOPIC-6:
|
TOPIC-6:
|
||||||
name: Security & Data Protection
|
name: Security & Data Protection
|
||||||
requirements:
|
requirements:
|
||||||
|
|
@ -143,6 +147,7 @@ topics:
|
||||||
SEC-6.2:
|
SEC-6.2:
|
||||||
name: GDPR compliance
|
name: GDPR compliance
|
||||||
description: The tool must not upload data if the user has not agreed to share this information.
|
description: The tool must not upload data if the user has not agreed to share this information.
|
||||||
|
|
||||||
TOPIC-7:
|
TOPIC-7:
|
||||||
name: Testing
|
name: Testing
|
||||||
requirements:
|
requirements:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue