IT:AD:System Functional Requirements:Validation
- See also:
Summary
Todo
- Ensure that last names can contain Hyphens. eg: “Chris Marasti-Georg”
- Ensure that names can contain full stops (and spaces) eg: “Paul St. George”
- Not sure what to do to improve searchability between “Aletha ST JOHN” and “Aletha ST. JOHN”
Requirements
<table ?gd “Ref-Guid” ?r “Ref-Id” ?ti [wiki] “Ref-Title” ?tg “Tags” ?sh “Stakeholders” ?su [wiki] “Summary”
>
?r is a: requirement
optional {
?r Guid: ?gd
} optional {
?r Id: ?id
} optional {
?r Title: ?ti
} optional {
?r Tags: ?tg
} optional {
?r Stakeholders: ?sh
} optional {
?r Summary: ?su
} optional {
?r Statement: ?st
}
?tg ~ [Validation]
sort {
?id (asc)
} ui {
filter: text
} </table>