Specifications
specs.Rmd
This vignette provides example specifications for the
shinyrPkgs
application (written in the Gherkin syntax)
Movies App Specifications
Example: The application should source movie review data from platforms like IMDB or Rotten Tomatoes
Functional Requirements (i.e., Scenarios)
Scenario: Movie Review Continuous and Categorical Variables
When the application loads from IMDB and Rotten Tomatoes movie review data
Then the dataset should include a continuous critic ratings variable
And the dataset should include a continuous audience ratings variable
And the dataset should include a categorical mpaa ratings variable
And the dataset should include a categorical genres variable
Traceability matrix
Specifications | Features | Requirements | Test |
---|---|---|---|
S1: The application should source movie review data from platforms like IMDB or Rotten Tomatoes |
F1.1: Feature: Movie Review Dataset Variables As a user I want to have a dataset with variables from IMDB and Rotten Tomatoes In order to provide comprehensive movie reviews Background: Given the application has access to IMDB and Rotten Tomatoes APIs |
Scenario: Movie Review Continuous and Categorical Variables When the application loads from IMDB and Rotten Tomatoes movie review data Then the dataset should include a continuous critic ratings variable And the dataset should include a continuous audience ratings variable And the dataset should include a categorical mpaa ratings variable And the dataset should include a categorical genres variable |
? |