-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.5.0
-
Component/s: None
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:Falcon Sprint #1 (1/5 - 1/22)
As a developer, I would like to annotate TableModel instances (used in generating the data for a Tabular View in the UI), with arbitrary data.
For example, in the case of generating Meter data for an OF1.0 switch, I want to annotate the table model with "no_rows_msg" = "Meters not supported for this device".
Implementation note:
Annotations should just be a map of key/value strings, included in addition to the array of row data. It is up to the client side to read and interpret the annotations.