vitalegi/archi

CRUD software system / container / component

Opened this issue · 0 comments

As a user I want to be able to do CRUD operations on software systems / container / component.

A software system

  • belongs to a project

Has:

  • id
  • name
  • description
  • tags: list of strings
  • metadata: json with data
  • properties: map of entries used to customize visualization
  • documentation

A container

  • belongs to a software system

Has:

  • id
  • name
  • description
  • tags: list of strings
  • metadata: json with data
  • properties: map of entries used to customize visualization
  • documentation

A component

  • belongs to a container

Has:

  • id
  • name
  • description
  • tags: list of strings
  • metadata: json with data
  • properties: map of entries used to customize visualization
  • documentation