Changes for page d. Interaction Design Pattern
Last modified by Tjalling Haije on 2025/08/26 08:40
From version 2.1
edited by Tjalling Haije
on 2025/08/26 08:40
on 2025/08/26 08:40
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,9 @@ 1 -Interaction design patterns: these are [[design patterns >>url:https://wisce.synergise-project.eu/bin/view/Documentation/SCE%20FAQ/]]that focus on things as usable interface design and control options. As such, thus describing //how //an action is performed. Design Patterns (DPs) offer generic solutions to recurring design problems that have been proven to be effective. 2 - 3 -Below are a list of the currently identified Interaction Design Patterns which are applicable for one or more of the Synergise [[c. Use Case with Claims>>2\. Specification.b\. Use Cases.WebHome]]. 4 - 5 -{{children/}} 6 - 7 - 1 +{{html}} 2 +<label for="status">Status:</label> 3 + <select name="status" id="status"> 4 + <option value="Not Started">Not Started</option> 5 + <option value="In Progress">In Progress</option> 6 + <option value="Under Review">Under Review</option> 7 + <option value="Finalized">Finalized</option> 8 + </select> 9 +{{/html}}