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

Dynamisk g vedtaksbrev #2435

Merged
merged 8 commits into from
Oct 17, 2023
Merged

Dynamisk g vedtaksbrev #2435

merged 8 commits into from
Oct 17, 2023

Conversation

gunnsteingarmo
Copy link
Contributor

@gunnsteingarmo gunnsteingarmo commented Oct 10, 2023

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

Copy link
Contributor

@olekvernberg olekvernberg left a 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,
Copy link
Contributor

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>> {
Copy link
Contributor

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?

@gunnsteingarmo gunnsteingarmo merged commit bc61ab8 into master Oct 17, 2023
2 checks passed
@gunnsteingarmo gunnsteingarmo deleted the dynamisk-g-vedtaksbrev branch October 17, 2023 06:53
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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