AOEpeople / aoe_technology_radar

Create your own Technology Radar: A static site generator for a full featured Technology Radar. Features: Quadrants, Rings, Dashboard, Radar Visualization, Item History, Search etc..
http://www.aoe.com/techradar
Other
276 stars 123 forks source link

feat: allow to specify the order of sections #445

Closed d-koppenhagen closed 7 months ago

d-koppenhagen commented 7 months ago

Currently the radar dashboard shows always:

  1. The Radar (chart)
  2. The Filter (optional)
  3. The List

In our custom radar (which is not already aligned with version 4.x.x), we want to have the tags first, followed by the list, followed by the radar.

My suggestion would be to make this configurable:

{
  // ...
  sections: ['tags', 'list', 'radar']
}

The default would be ['radar', 'tags', 'list'].