Changes between Version 30 and Version 31 of BluePrint/Guidelines/Template
- Timestamp:
- 03/21/13 23:14:16 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Guidelines/Template
v30 v31 6 6 ||'''Section'''||'''Contents'''|| 7 7 ||Description||Introduction into the problem and general description of the suggested solution|| 8 ||Users/Stakeholders|| Who will be engaged?|| 9 ||User Stories|| http://en.wikipedia.org/wiki/User_story User Story || 8 10 ||Requirements||Outline of the requirements|| 9 11 ||Use-Cases||Descriptions of use-cases of the suggested solution|| … … 15 17 16 18 '''Tip:''' keep the !BluePrint as clear and simple as possible 19 17 20 == Description == 18 19 Start with a description of the solution you have in mind, remember to include: 21 Start with a brief description of the solution you have in mind, remember to include: 20 22 21 23 - an introduction of the problem 22 - overview of the stakeholders 23 - overview of the architecture of the solution 24 - overview of the technology architecture of the solution 24 25 - important functionality to be implemented 25 26 26 27 '''Tip:''' involve the stakeholders you have named already in the development of your !BluePrint. 27 28 28 == Use-Cases == 29 == Users/Stakeholders == 30 A list of the stakeholders/users who will be engaged in the solution. 29 31 30 Describe the use-cases of the solution in detail, typically including: 32 == User Stories== 33 A good User Story should answer the following questions: 34 * Who the user is 35 * What they want the application to do for them? 36 * Why they want it to do that? (Purpose) 31 37 32 - actors and use-cases 33 - activities (work flow) from the user's perspective 34 35 '''Tip:''' a simple, fast and multi-platform tool to draw UML diagrams is [http://www.umlet.com UMLet] (Java-based UML drawing tool). 38 '''A <type of user> wants the system to <do something for them> so that <can achieve a goal>.''' 36 39 37 40 == Requirements == … … 46 49 47 50 If you include links to external resources, please remember to describe what (contents+format) they contain. 51 52 == Use-Cases == 53 54 Describe the use-cases of the solution in detail, typically including: 55 56 - actors and use-cases 57 - activities (work flow) from the user's perspective 58 59 '''Tip:''' a simple, fast and multi-platform tool to draw UML diagrams is [http://www.umlet.com UMLet] (Java-based UML drawing tool). 48 60 49 61 == Design ==