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

Trekker ut api-modell i egen branch. #1039

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hconhegg
Copy link
Contributor

Tilhørende endringer ligger i en annen branch

@hconhegg hconhegg requested review from hanneanes, paomoo and a team as code owners November 11, 2024 10:47
@@ -9,7 +9,7 @@ plugins {
}

group = "no.nav.pensjon.brev"
version = "99"
version = "100"
Copy link
Contributor

Choose a reason for hiding this comment

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

101 er siste utgitte versjon

val pe_ut_virkningfomar: Int,
val pe_sivilstand_ektefelle_partner_samboer_bormed_ut_en: String,
Copy link
Contributor

Choose a reason for hiding this comment

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

Regner med at det er sortering som slår inn her?
Vær obs på at om det ikke brukes named arguments så vil dette fort skape problemer

@@ -2,5 +2,6 @@ package no.nav.pensjon.brev.api.model.maler.legacy.grunnlag


data class Grunnlag(
val persongrunnlagsliste: List<Persongrunnlag>
Copy link
Contributor

Choose a reason for hiding this comment

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

Kan vi ikke ha emptyList istedenfor null?

@@ -6,4 +6,5 @@ data class BeregningsgrunnlagOrdinar(
val antallarover1g: Int?,
val antallarinntektiavtaleland: Int?,
val beregningsgrunnlagordinerarsbelop: Kroner?,
val opptjeningutliste: List<OpptjeningUT>?,
Copy link
Contributor

Choose a reason for hiding this comment

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

emptyList?


data class BeregningsgrunnlagAvdodOrdiner(
val arsbelop: Kroner?,
val opptjeningutliste: List<OpptjeningUT>?,
Copy link
Contributor

Choose a reason for hiding this comment

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

emptyList?

val onsketvirkningsdato: LocalDate?,
)
Copy link
Contributor

Choose a reason for hiding this comment

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

en tab for mye på parantes?

Copy link
Contributor

@routsi routsi left a comment

Choose a reason for hiding this comment

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

Et par småkommentarer

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.

2 participants