Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bruk journalpost fra familie-kontrakter, slett intern journalpost metode #1212

Merged
merged 9 commits into from
Nov 27, 2024

Conversation

UyQuangNguyen
Copy link
Contributor

Favrokort: https://favro.com/organization/98c34fb974ce445eac854de0/1844bbac3b6605eacc8f5543?card=NAV-22890

Bruker journalpost objekt som finnes i familie-kontrakter istedenfor å bruke egen opprettet i baks-mottak.

@UyQuangNguyen UyQuangNguyen requested a review from a team as a code owner November 24, 2024 16:56
Copy link


fun Journalpost.erKontantstøtteSøknad(): Boolean = dokumenter?.any { it.brevkode == "NAV 34-00.08" } ?: false

fun Journalpost.erBarnetrygdOrdinærSøknad(): Boolean = dokumenter?.any { it.brevkode == "NAV 33-00.07" } ?: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disse 2 er ikke kontakter, men kunne godt vært der, men brevkodene er der

Copy link

Copy link

sonarcloud bot commented Nov 26, 2024

Copy link

Code Coverage

Overall Project 56.63% -0.35%
Files changed 82.03% 🍏

File Coverage
EnhetsnummerService.kt 100% 🍏
AdressebeskyttelesesgraderingService.kt 100% 🍏
AutomatiskJournalføringKontantstøtteService.kt 100% 🍏
JournalpostBrukerService.kt 100% 🍏
AutomatiskJournalføringBarnetrygdService.kt 100% 🍏
JournalhendelseService.kt 85.8% -1.4% 🍏
DokarkivClient.kt 85% -0.63% 🍏
AbstractOppgaveMapper.kt 82.66% -5.22% 🍏
OpprettJournalføringOppgaveTask.kt 78.14% 🍏
JournalhendelseBarnetrygdRutingTask.kt 76.99% 🍏
BarnetrygdOppgaveMapper.kt 67.88% -9.33%
JournalhendelseKontantstøtteRutingTask.kt 63.03% 🍏
KontantstøtteOppgaveMapper.kt 62.4% -12.8%
OppgaveClient.kt 49.04% 🍏
JournalpostClient.kt 18.92% 🍏
OppdaterOgFerdigstillJournalpostTask.kt 16.77% 🍏

@UyQuangNguyen UyQuangNguyen added this pull request to the merge queue Nov 27, 2024
Merged via the queue into main with commit 56ede87 Nov 27, 2024
4 checks passed
@UyQuangNguyen UyQuangNguyen deleted the Bruk_journalpost_fra_felles_bibliotek branch November 27, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants