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:
|
||||
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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue