9ticks:Software Requirements
From BiCEP
Line 1: | Line 1: | ||
== Initial Notes == | == Initial Notes == | ||
- | Each requirement has been assigned with the following properties: | + | * The distiction between user/functional/non-functional requirements has been ignored |
- | * Priority -- from 1 to 5 (1 as highest) | + | * The requirements have been sort by tiers (presentation, business and data) as seen in the [9ticks:Software Architecture]. |
- | * Status -- Draft, Approved, In Progress, Testing, Finished | + | * Each requirement has been assigned with the following properties: |
+ | ** Code -- (UI|DS)_REQ_[0-9]{4} | ||
+ | ** Requirement | ||
+ | ** Comment | ||
+ | ** Priority -- from 1 to 5 (1 as highest) | ||
+ | ** Status -- Draft, Approved, In Progress, Testing, Finished | ||
== List of Requirements == | == List of Requirements == | ||
Line 15: | Line 20: | ||
! Status | ! Status | ||
|- | |- | ||
- | | | + | | UIREQ_001 |
| Do stuff | | Do stuff | ||
| A comment... | | A comment... | ||
| 5 | | 5 | ||
| Draft | | Draft | ||
+ | |} | ||
+ | |||
+ | == Data Source == | ||
+ | |||
+ | {| class="TablePager sortable" border="1" | ||
|- | |- | ||
- | | | + | ! Code |
+ | ! Requirement | ||
+ | ! Comment | ||
+ | ! Priority | ||
+ | ! Status | ||
+ | |- | ||
+ | | DS_REQ_001 | ||
| Do stuff | | Do stuff | ||
| A comment... | | A comment... | ||
- | | | + | | 5 |
| Draft | | Draft | ||
|} | |} | ||
- | + | == Requirement Traceability Matrix == | |
- | + | Not needed. |