-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dynamisk g vedtaksbrev #2435
Dynamisk g vedtaksbrev #2435
Conversation
…d. Trenger derfor ikke å oppdatere grunnbeløp i både frontend og backend.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ser bra ut!
Det må kjøres en mvn antrun:run@ktlint-format
val periode: Månedsperiode, | ||
val grunnbeløp: BigDecimal, | ||
val grunnbeløpMåned: BigDecimal, | ||
val gjennomsnittPerÅr: BigDecimal? = null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trenger kanskje ikke denne?
Har snakket om at den kan fjernes fra Grunnbeløp-klassen i ef-sak også
@@ -53,4 +54,11 @@ class BeregningController( | |||
?: error("Fant ingen startdato for vedtak på behandling med id=$behandlingId") | |||
return Ressurs.success(tilkjentYtelseService.hentForBehandling(behandlingId).tilBeløpsperiode(startDatoForVedtak)) | |||
} | |||
|
|||
@GetMapping("/grunnbelopForPerioder") | |||
fun hentNyesteGrunnbeløpOgAntallGrunnbeløpsperioderTilbakeITid(@RequestParam antall: Int): Ressurs<List<GrunnbeløpDTO>> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Er det et behov noen sted å returnere flere G-beløp?
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Hvorfor er denne endringen nødvendig? ✨
Har laget et endepunkt for å hente grunnbeløp. Det er for å minimere antall stedet vi må lagre og oppdatere grunnbeløp. Nå er det kun behov for å oppdatere det i ef-sak, vi kan derfor slutte å gjøre det i ef-sak-frontend og Sanity. Noe som også kan bidra til mindre feil i fremtiden hvis vi glemmer å oppdatere disse.
Frontend: navikt/familie-ef-sak-frontend#2587
Favro: https://favro.com/organization/98c34fb974ce445eac854de0/a64c6aad9b0d61ef6c0290bd?card=NAV-14507