Skip to content

Define a set of visualization options

We want to provide multiple kind of visualizations of the packages' table. From my comments on last meeting:

Or we could have more than one kind of visualization, such as: summary, simple, completed with pre-defined fields for each of them

  • Add an Array field to PackageField object in which each field will define what kind of visualization it must be shown: ['summary', 'simple', 'completed']
  • Those are the best names for the available options?
  • Create the layout for each of the available options
    • Summary
    • Simple
    • Completed
  • Load the packages' fields based on the visualization option
  • Set the default visualization option to Simple
Edited by Arthur Del Esposte