commit 617cb7c1566449ec10b13adf5ab6f8b718e2f934 Author: as27 Date: Sun Dec 13 15:53:26 2020 +0100 diff --git a/matrix.md b/matrix.md new file mode 100644 index 0000000..9cf36fc --- /dev/null +++ b/matrix.md @@ -0,0 +1,14 @@ + +```go +// Matrix defines the structure of the Gemeinwohl-Matrix +type Matrix struct { + Version string // Semantic Version of the matrix 5.0.0 + Target string // Unternehmen oder Gemeinde + Groups []string // Berührungsgruppen + Values []string // Wert + Subjects [][]string // Themen +} +``` + +## Groups und Values +Über diese beiden Slices wird die Matrix definiert. \ No newline at end of file