vitalegi/archi

Excel export: list of software systems

Opened this issue · 0 comments

As a user I want to configure an export such that:

- type: EXCEL
  id: id of the export
  sheets:
  - type: SOFTWARE_SYSTEMS
    name: name of the sheet
    columns:
    - ...

Where each value of columns can be one of:

  • id
  • name
  • description
  • tags
  • technologies
  • properties.key_x: value of property[key_x], if exist

Expected outcome is an excel file with name id.xlsx, with a sheet sheets[0].name, with the list of all software systems.