ES-DOC / esdoc-project

0 stars 0 forks source link

Add L-STR and CS-STR types to specializations #37

Closed davidhassell closed 6 years ago

davidhassell commented 6 years ago

Both of these will map to 'str', but provide downstream tooling with flags on how to render questions.

'l-str' (long string) will imply a larger entry box and encourage up to a "long paragraph" of text - useful for overview properties.

'cs-str' (comma separated string) will imply a 0.1 or 1.1 string that should contain a CSV (e.g. "NOx, NOy"). At some stage (but not now) these may be split into proper lists, e.g. by the comparator.

davidhassell commented 6 years ago

Specializations for all 8 realms + toplevel updated for 'cs-str' and 'l-str' types