-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skrive dokumentasjon om hvilke skjemakoder som går til hvilke benker …
…(og tilstander) skrevet ned til markdown og mermaid i stedet for puml syntaks
- Loading branch information
Showing
41 changed files
with
242 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
docs/arkitektur/tilstander/Ferdigstilte journalposter.approved.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Innløpet – flyt for brevkode Ferdigstilte journalposter | ||
Kategorisert som: `UkjentSkjemaKode`, Behandlende enhet: `4450` | ||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AvventerPersondataType | ||
AvventerPersondataType --> KategoriseringType | ||
KategoriseringType --> AvventerGosysType | ||
AvventerGosysType --> InnsendingFerdigstiltType | ||
InnsendingFerdigstiltType--> [*] | ||
``` |
16 changes: 0 additions & 16 deletions
16
docs/arkitektur/tilstander/Ferdigstilte journalposter.approved.puml
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
docs/arkitektur/tilstander/GENERELL_INNSENDING.approved.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Innløpet – flyt for brevkode GENERELL_INNSENDING | ||
Kategorisert som: `Generell`, Behandlende enhet: `4450` | ||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AvventerPersondataType | ||
AvventerPersondataType --> KategoriseringType | ||
KategoriseringType --> AvventerSøknadsdataType | ||
AvventerSøknadsdataType --> AventerArenaOppgaveType | ||
AventerArenaOppgaveType --> AvventerFerdigstillJournalpostType | ||
AvventerFerdigstillJournalpostType --> InnsendingFerdigstiltType | ||
InnsendingFerdigstiltType--> [*] | ||
``` |
18 changes: 0 additions & 18 deletions
18
docs/arkitektur/tilstander/GENERELL_INNSENDING.approved.puml
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
docs/arkitektur/tilstander/JournalpostStatus annen enn MOTTATT.approved.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Innløpet – flyt for brevkode JournalpostStatus annen enn MOTTATT | ||
|
||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AlleredeBehandletType | ||
AlleredeBehandletType--> [*] | ||
``` |
12 changes: 0 additions & 12 deletions
12
docs/arkitektur/tilstander/JournalpostStatus annen enn MOTTATT.approved.puml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Innløpet – flyt for brevkode NAV 04-01.03 | ||
Kategorisert som: `NySøknad`, Behandlende enhet: `4450` | ||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AvventerPersondataType | ||
AvventerPersondataType --> KategoriseringType | ||
KategoriseringType --> AvventerSøknadsdataType | ||
AvventerSøknadsdataType --> AvventerMinsteinntektVurderingType | ||
AvventerMinsteinntektVurderingType --> AvventerSvarOmEksisterendeSakerType | ||
AvventerSvarOmEksisterendeSakerType --> AventerArenaStartVedtakType | ||
AventerArenaStartVedtakType --> AvventerFerdigstillJournalpostType | ||
AvventerFerdigstillJournalpostType --> InnsendingFerdigstiltType | ||
InnsendingFerdigstiltType--> [*] | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Innløpet – flyt for brevkode NAV 04-01.04 | ||
Kategorisert som: `NySøknad`, Behandlende enhet: `4450` | ||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AvventerPersondataType | ||
AvventerPersondataType --> KategoriseringType | ||
KategoriseringType --> AvventerSøknadsdataType | ||
AvventerSøknadsdataType --> AvventerMinsteinntektVurderingType | ||
AvventerMinsteinntektVurderingType --> AvventerSvarOmEksisterendeSakerType | ||
AvventerSvarOmEksisterendeSakerType --> AventerArenaStartVedtakType | ||
AventerArenaStartVedtakType --> AvventerFerdigstillJournalpostType | ||
AvventerFerdigstillJournalpostType --> InnsendingFerdigstiltType | ||
InnsendingFerdigstiltType--> [*] | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Innløpet – flyt for brevkode NAV 04-06.05 | ||
Kategorisert som: `Utdanning`, Behandlende enhet: `4450` | ||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AvventerPersondataType | ||
AvventerPersondataType --> KategoriseringType | ||
KategoriseringType --> AventerArenaOppgaveType | ||
AventerArenaOppgaveType --> AvventerFerdigstillJournalpostType | ||
AvventerFerdigstillJournalpostType --> InnsendingFerdigstiltType | ||
InnsendingFerdigstiltType--> [*] | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Innløpet – flyt for brevkode NAV 04-06.08 | ||
Kategorisert som: `Etablering`, Behandlende enhet: `4450` | ||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AvventerPersondataType | ||
AvventerPersondataType --> KategoriseringType | ||
KategoriseringType --> AventerArenaOppgaveType | ||
AventerArenaOppgaveType --> AvventerFerdigstillJournalpostType | ||
AvventerFerdigstillJournalpostType --> InnsendingFerdigstiltType | ||
InnsendingFerdigstiltType--> [*] | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Innløpet – flyt for brevkode NAV 04-16.03 | ||
Kategorisert som: `Gjenopptak`, Behandlende enhet: `4450` | ||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AvventerPersondataType | ||
AvventerPersondataType --> KategoriseringType | ||
KategoriseringType --> AvventerSøknadsdataType | ||
AvventerSøknadsdataType --> AventerArenaOppgaveType | ||
AventerArenaOppgaveType --> AvventerFerdigstillJournalpostType | ||
AvventerFerdigstillJournalpostType --> InnsendingFerdigstiltType | ||
InnsendingFerdigstiltType--> [*] | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Innløpet – flyt for brevkode NAV 04-16.04 | ||
Kategorisert som: `Gjenopptak`, Behandlende enhet: `4450` | ||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AvventerPersondataType | ||
AvventerPersondataType --> KategoriseringType | ||
KategoriseringType --> AvventerSøknadsdataType | ||
AvventerSøknadsdataType --> AventerArenaOppgaveType | ||
AventerArenaOppgaveType --> AvventerFerdigstillJournalpostType | ||
AvventerFerdigstillJournalpostType --> InnsendingFerdigstiltType | ||
InnsendingFerdigstiltType--> [*] | ||
``` |
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
docs/arkitektur/tilstander/NAV 90-00.08-feriepenger.approved.puml
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
docs/arkitektur/tilstander/NAV 90-00.08-forskudd.approved.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Innløpet – flyt for brevkode NAV 90-00.08-forskudd | ||
Kategorisert som: `KlageOgAnkeForskudd`, Behandlende enhet: `4153` | ||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AvventerPersondataType | ||
AvventerPersondataType --> KategoriseringType | ||
KategoriseringType --> AvventerGosysType | ||
AvventerGosysType --> InnsendingFerdigstiltType | ||
InnsendingFerdigstiltType--> [*] | ||
``` |
16 changes: 0 additions & 16 deletions
16
docs/arkitektur/tilstander/NAV 90-00.08-forskudd.approved.puml
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
docs/arkitektur/tilstander/NAV 90-00.08-lønnskompensasjon.approved.puml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Innløpet – flyt for brevkode NAV 90-00.08 | ||
Kategorisert som: `Klage`, Behandlende enhet: `4450` | ||
```mermaid | ||
stateDiagram | ||
[*]-->MottattType | ||
MottattType --> AvventerJournalpostType | ||
AvventerJournalpostType --> AvventerPersondataType | ||
AvventerPersondataType --> KategoriseringType | ||
KategoriseringType --> AventerArenaOppgaveType | ||
AventerArenaOppgaveType --> AvventerFerdigstillJournalpostType | ||
AvventerFerdigstillJournalpostType --> InnsendingFerdigstiltType | ||
InnsendingFerdigstiltType--> [*] | ||
``` |
Oops, something went wrong.