• Miguel Rincon's avatar
    Simplify variable manipulation by using arrays · 43b27ea4
    Miguel Rincon authored
    Variables are represented by users in the backend by using hashes
    of objects to represent unique fields in their dashboards.
    
    However, this can lead to difficulties when creating mock data and
    constructing flexible data structures.
    
    This change addresses this issue by using a simpler data structure for
    variables based on arrays.
    43b27ea4
dashboard_spec.js 37.9 KB