Changes between Version 225 and Version 226 of WikiStart
- Timestamp:
- 08/14/19 08:57:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v225 v226 85 85 86 86 the "range" indicates issue 1 is a number issue, with allowed values from 2 to 3 with steps 0.22. The "values" indicates issue2 is a discrete issue, with allowed values "i1v1" and "i1v2". 87 88 If you write a java-based party, these objects may already have been converted to Java objects. Please check [source:issuevalue/src/main/java/geniusweb/issuevalue] for conversion details.89 87 90 88 … … 107 105 * a discrete valueset looks like "values", a column and then a list of discrete values (all strings) 108 106 * a number valueset contains a range of numbers and looks like {{{ {"range":["12.2","12.6","0.3"]} }}} so "range:" followed by a list of 3 values. The first value is the minimum value in the range, the second the maximum value in the range, and the third the step value. This example range thus contains 12.2 and 12.5 (the next one would be 12.8 but that is already outside the range). 107 108 If you write a java-based party, these objects may already have been converted to Java objects. Please check [source:issuevalue/src/main/java/geniusweb/issuevalue] for conversion details. 109 109 110 110 There is not yet a domain editor available so you have to create domains by manually editing a file with JSON code.