Last modified: Sep 29, 2025

Data Structure for Repos

Struktur for repositories og filer i Gitea.

Under arbeid… Her mΓ₯ det gjΓΈres en stΓΈrre opprydding i filstrukturen.

Overordnet struktur

Gitea
β”œβ”€β”€ altinn
β”‚ β”œβ”€β”€ common
β”‚ β”‚ β”œβ”€β”€ text …
β”‚ β”‚ └── widgets …
β”‚ β”‚ └── README.md
β”‚ β”œβ”€β”€ codelists
β”‚ β”‚ β”œβ”€β”€ countries.json
β”‚ β”‚ └──
β”‚ β”‚ └── README.md
β”‚ └──
β”‚
β”œβ”€β”€ org-x
β”‚ β”œβ”€β”€ org-x
β”‚ β”‚ β”œβ”€β”€ settings.json
β”‚ β”‚ β”œβ”€β”€ text …
β”‚ β”‚ β”œβ”€β”€ models …
β”‚ β”‚ └── widgets …
β”‚ β”‚
β”‚ β”œβ”€β”€ codelists
β”‚ β”‚ β”œβ”€β”€ kodeliste1.json
β”‚ β”‚ └──
β”‚ β”‚
β”‚ β”œβ”€β”€ tjeneste-1
β”‚ β”‚ β”œβ”€β”€ Deployment (helm)
β”‚ β”‚ β”‚ β”œβ”€β”€ templates
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ _helpers.tpl
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ deployment.yaml
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ingress.yaml
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ NOTES
β”‚ β”‚ β”‚ β”‚ └── service.yaml
β”‚ β”‚ β”‚ β”œβ”€β”€ .helmignore
β”‚ β”‚ β”‚ β”œβ”€β”€ Chart.yaml
β”‚ β”‚ β”‚ └── values.yaml
β”‚ β”‚ β”œβ”€β”€ Implementation
β”‚ β”‚ β”‚ β”œβ”€β”€ InstantiationHandler.cs
β”‚ β”‚ β”‚ β”œβ”€β”€ ServiceImplementation.cs
β”‚ β”‚ β”‚ └── ValidationHandler.cs
β”‚ β”‚ β”œβ”€β”€ Metadata
β”‚ β”‚ β”‚ β”œβ”€β”€ applicationmetadata.json
β”‚ β”‚ β”‚ β”œβ”€β”€ ServiceMetadata.json
β”‚ β”‚ β”‚ └── workflow.json
β”‚ β”‚ β”œβ”€β”€ Model
β”‚ β”‚ β”‚ β”œβ”€β”€ ServiceModel.xsd
β”‚ β”‚ β”‚ └── ServiceModel.cs
β”‚ β”‚ β”œβ”€β”€ Resources
β”‚ β”‚ β”‚ β”œβ”€β”€ Dynamics
β”‚ β”‚ β”‚ β”‚ └── RuleHandler.js
β”‚ β”‚ β”‚ β”œβ”€β”€ Styles.json
β”‚ β”‚ β”‚ β”œβ”€β”€ react-app.css
β”‚ β”‚ β”‚ β”œβ”€β”€ react-app.js
β”‚ β”‚ β”‚ β”œβ”€β”€ FormLayout.json
β”‚ β”‚ β”‚ β”œβ”€β”€ ServiceConfigurations.json
β”‚ β”‚ β”‚ β”œβ”€β”€ resource.nb-NO.json
β”‚ β”‚ β”‚ └── resource.nn-NO.json
β”‚ β”‚ β”œβ”€β”€ Test (used for runtime)
β”‚ β”‚ β”œβ”€β”€ Testdataforparty (used for runtime)
β”‚ β”‚ β”‚ β”œβ”€β”€ user1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ instance1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ instance1.json
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ instance1.state.json
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ data
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ data-id1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ data-id1.xml
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ data-id…
β”‚ β”‚ β”œβ”€β”€ Workflow
β”‚ β”‚ β”‚ └── workflow.bpmn (BPMN)
β”‚ β”‚ β”œβ”€β”€ App.csproj
β”‚ β”‚ β”œβ”€β”€ config.json
β”‚ β”‚ β”œβ”€β”€ .gitignore
β”‚ β”‚ β”œβ”€β”€ LICENSE
β”‚ β”‚ └── README.md
β”‚ β”‚
β”‚ └── tjeneste-2 …
β”‚
β”œβ”€β”€ org-y
β”‚ β”œβ”€β”€ org-y …
β”‚ └──
β”‚
β”œβ”€β”€ bruker-a
β”‚ └── tjeneste-1 (fork av org-x/tjeneste-1)
β”œβ”€β”€ bruker-b …
β”‚
β”œβ”€β”€ Alle organisasjoner
β”œβ”€β”€ Alle repos
└── Alle brukere