{% extends "masterRead.html" %} {% block content %}
"The reason the product is being developed."
{% if domainObject.purpose or domainObject.listGoals %} {% if domainObject.purpose %}"A short description of the work being done, and the situation that triggered the analysis effort."
{{domainObject.asDictLabels.purpose}}
{% endif %} {% if domainObject.listGoals %}"{{ goal.asDictLabels.description|escape }}"
{% endfor %} {% endif %} {% else %}This product has no recorded purpose.
{% endif %}"The roles or names of people and organizations who will finance or otherwise contribute to, or are affected by the product."
{{domainObject.asDictLabels.stakeholders}}
{% endif %} {% if domainObject.users %}"A list of the potential users of the product."
{{domainObject.asDictLabels.users}}
{% endif %} {% if domainObject.constraints %}"A list of things the product must be and do."
{{domainObject.asDictLabels.constraints}}
{% endif %} {% if domainObject.glossary %}"A glossary containing the meanings of all names, acronyms, and abbreviations used within the requirements specification. Select names carefully to avoid giving a different, unintended meaning."
{{domainObject.asDictLabels.glossary}}
{% endif %}"An analysis of the stories that might be supported by the new product."
The product supports these stories:
{% for assn in domainObject.stories %}
{% if view.canUpdateDomainObject %}
×
{% endif %}
Story #{{assn.story.id}}
"{{ assn.story.description|escape }}"
"Determine, with the appropriate stakeholders, which part of the story should be supported by some sort of product and what part should be done entirely by the user."
The product shall satisfy these requirements:
{{requirement.type.getLabelValue}} Requirement #{{requirement.id}}
{% if view.session %} {% if requirement.ticketUrl %}
✔
{% else %} {% if domainObject.newTicketUrl %}
»
{% endif %} {% endif %} {% endif %}
"{{requirement.description|escape}}"
{% for storyAssn in requirement.stories %}
"{{ storyAssn.story.description|escape }}"
{% endfor %}
{% endfor %}
{% endif %}
{% endfor %}
{{domainObject.asDictLabels.domainModel}}
{% endif %} {% if domainObject.notes %}{{domainObject.asDictLabels.notes}}
{% endif %}This product has been included in the following collections:
Collection | {% for assn in domainObject.collections %}
---|
{{ assn.collection.description|escape }} |