Wiki source code of Use Cases
Version 4.1 by Veikko Saikkonen on 2022/02/12 14:52
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = Use cases = | ||
| 2 | |||
| 3 | == PWD: == | ||
| 4 | * As a PwD I want to be reminded about eating at typical mealtimes so that I will not forget to eat. | ||
| 5 | ** Feature: Mealtime reminder. | ||
| 6 | * As a PwD I want to be questioned about the meals, to activate me and remind me to eat. | ||
| 7 | ** Feature: Mealtime questionnaire. | ||
| 8 | * As a PwD I want to be questioned about my hunger occasionally so that I'm cognitively activated and reminded to eat. | ||
| 9 | ** Feature: Hunger questionnaire. | ||
| 10 | * As a PwD I want to be questioned about my thirst occasionally so that I'm cognitively activated and reminded to drink. | ||
| 11 | ** Feature: Thirst questionnaire. | ||
| 12 | |||
| 13 | |||
| 14 | {{html}} | ||
| 15 | <!-- Your HTML code here --> | ||
| 16 | |||
| 17 | <h2>UC001: TITLE</h2> | ||
| 18 | <table width='100%'> | ||
| 19 | <tr> | ||
| 20 | <td width='30%' style="font-size:16px"> | ||
| 21 | <table border='1px' width='50%'> | ||
| 22 | <tr border='1px' width='30%'><td bgcolor='gainsboro'> | ||
| 23 | <b>Objective</b> | ||
| 24 | </td><td width='70%'> | ||
| 25 | OB01: TITLE | ||
| 26 | </td></tr> | ||
| 27 | <tr><td bgcolor='gainsboro'> | ||
| 28 | <b>TDP</b> | ||
| 29 | </td><td> | ||
| 30 | TDP: TITLE | ||
| 31 | </td></tr> | ||
| 32 | <tr><td bgcolor='gainsboro'> | ||
| 33 | <b>Actors</b> | ||
| 34 | </td><td> | ||
| 35 | </td></tr> | ||
| 36 | <tr><td bgcolor='gainsboro'> | ||
| 37 | <b>Pre-condition</b> | ||
| 38 | </td><td> | ||
| 39 | </td></tr> | ||
| 40 | <tr><td bgcolor='gainsboro'> | ||
| 41 | <b>Post-condition</b> | ||
| 42 | </td><td> | ||
| 43 | </td></tr> | ||
| 44 | <tr><td bgcolor='gainsboro'> | ||
| 45 | <b>Action sequence</b> | ||
| 46 | </td><td> | ||
| 47 | Figure<br><br> | ||
| 48 | UC steps:<br> | ||
| 49 | 1. ...<br> | ||
| 50 | 2. ...<br> | ||
| 51 | </td></tr> | ||
| 52 | </table> | ||
| 53 | </td> | ||
| 54 | <td width='50%' style="font-size:16px"> | ||
| 55 | <table border='1px' width='50%'> | ||
| 56 | <tr><td bgcolor='gainsboro'> | ||
| 57 | <b>UC step<b> | ||
| 58 | </td><td bgcolor='gainsboro'> | ||
| 59 | <b>Requirements</b> | ||
| 60 | </td><td bgcolor='gainsboro'> | ||
| 61 | <b>Claims</b> | ||
| 62 | </td><td bgcolor='gainsboro'> | ||
| 63 | <b>IDP</b> | ||
| 64 | </td></tr> | ||
| 65 | <tr><td>1</td><td>RQ001: Title</td><td>CL001: Title</td><td>IDP: Title</td></tr> | ||
| 66 | <tr><td>2</td><td>-</td><td>-</td><td>-</td></tr> | ||
| 67 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 68 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 69 | <tr><td></td><td>-</td><td>-</td><td>-</td></tr> | ||
| 70 | </table> | ||
| 71 | |||
| 72 | |||
| 73 | </td></tr> | ||
| 74 | |||
| 75 | </table> | ||
| 76 | {{/html}} |