Last modified by Palina Yarmolenka on 2025/04/24 18:31

From version 8.1
edited by Palina Yarmolenka
on 2025/04/24 18:31
Change comment: There is no comment for this version
To version 7.1
edited by Palina Yarmolenka
on 2025/04/23 14:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,21 @@
1 +
2 +
3 +{{html}}
4 +<label for="status">Status:</label>
5 + <select name="status" id="status">
6 + <option value="Not Started">Not Started</option>
7 + <option value="In Progress">In Progress</option>
8 + <option value="Under Review">Under Review</option>
9 + <option value="In Evaluation">In Evaluation</option>
10 + <option value="Finalized">Finalized</option>
11 + </select>
12 +{{/html}}
13 +
1 1  |**Objective**|(((
2 2  Promote independence by minimising confusion about daily activities and scheduling.
3 3  )))
4 -|**TDP**|(((
5 -[[TDP01: Displaying the Schedule>>doc:2\. Specification.Requirements.Placeholder.WebHome]]
6 -)))
7 -|**IDP**|[[Event Reminder>>doc:2\. Specification.Claims.WebHome]]
17 +|**TDP**|
18 +|**IDP**|2. [[Event Reminder>>doc:2\. Specification.Claims.WebHome]]
8 8  |**Actors**|(((
9 9  Robot (knowledge master, scheduling assistant, reminder assistant)
10 10