Changes for page c. Team Design Pattern

Last modified by Mark Neerincx on 2025/02/05 12:46

From version 1.1
edited by Dongxu Lu
on 2025/02/05 11:17
Change comment: Copied from rejamtemplate:2\. Specification.Requirements.WebHome
To version 3.1
edited by Mark Neerincx
on 2025/02/05 12:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -e. Functions
1 +c. Team Design Pattern
Author
... ... @@ -1,1 +1,1 @@
1 -rejamtemplate:XWiki.dongxulu
1 +xwiki:XWiki.MarkNeerincx
Content
... ... @@ -1,4 +1,9 @@
1 -|(% style="width:186px" %)**Specification**|(% style="width:633px" %)
2 -|(% colspan="1" style="width:186px" %)**Use cases**|(% colspan="1" style="width:633px" %)(((
3 -
4 -)))
1 +{{html}}
2 +<label for="status">Choose a 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}}