-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2778fb9
commit f7bc87d
Showing
6 changed files
with
38 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Requirements Traceability Matrix | ||
================================ | ||
|
||
.. needtable:: | ||
:filter: type == 'req' | ||
:columns: id, title, is tested by, is implemented by | ||
:style: table |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Software Requirements | ||
===================== | ||
|
||
.. req:: Sync light with the ambient music | ||
:id: R_001 | ||
|
||
The lighting shall automatically sync with any ambient music, adjusting its blink rate to match the beats or rhythm. | ||
|
||
.. req:: Option to choose a color for the light | ||
:id: R_002 | ||
|
||
Users shall have the freedom to choose a specific color for the light. However, in the absence of a user-defined color, the software shall delight the user with randomized colors. | ||
|
||
.. req:: The light transition must be adjustable | ||
:id: R_003 | ||
|
||
As the essence of an environment is dynamic and lively, light transitions shall happen instantaneously without any lag. | ||
|
||
.. req:: The brightness must be adjustable | ||
:id: R_004 | ||
|
||
The brightness provided shall be vibrant and noticeable, ranging from medium to high levels to keep up with the ambiance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters