Project

General

Profile

Idea #12479

Updated by Tom Morris over 6 years ago

Currently both tags and values are arbitrary string values without any validation or checking. 

 As a system administrator, I would like the ability to be able to restrict my users to a controlled vocabulary. Tags should be drawn fro a set of allowed tags and each tag may support a specific set of data types including: 

 * an arbitrary text string 
 * an enumerated list of categorical values 
 * with an optional override of an arbitrary text string 

 At some point in the future we may want to extend this to: 
 * an integer range 
 * a floating point range 
 * a date range 

 We may decide to restrict the initial implementation to a subset of these types. 

 Editing and/or import of the vocabulary is not included in this story.

Back