-
Notifications
You must be signed in to change notification settings - Fork 0
/
_trace_matrix.qmd
21 lines (20 loc) · 4.57 KB
/
_trace_matrix.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
::: {style="font-size: 0.85em;"}
+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------------------------+------+
| Specifications | Features | Requirements | Test |
+=====================================================================================================+=============================================================================+==================================================================================+======+
| **S1**: The application should source movie review data from platforms like IMDB or Rotten Tomatoes | **F1.1**: | **Scenario**: Movie Review Continuous and Categorical Variables | |
| | | | |
| | **Feature:** Movie Review Dataset Variables | ***When*** the application loads from IMDB and Rotten Tomatoes movie review data | |
| | | | |
| | ***As a*** user | ***Then*** the dataset should include a continuous critic ratings variable | |
| | | | |
| | ***I want to*** have a dataset with variables from IMDB and Rotten Tomatoes | ***And*** the dataset should include a continuous audience ratings variable | |
| | | | |
| | ***In order to*** provide comprehensive movie reviews | ***And*** the dataset should include a categorical mpaa ratings variable | |
| | | | |
| | **Background**: | ***And*** the dataset should include a categorical genres variable | |
| | | | |
| | ***Given*** the application has access to IMDB and Rotten Tomatoes APIs | | |
+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------------------------+------+
: Traceability Matrix
:::