-
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
Behandle automatisk inntekt task #2815
Conversation
… ha automatisk inntektsendring.
…andle automatisk inntektsendring task og tasker i personhendelse.
…ter for opprettelse av behandle automatisk inntektsendringer tasks. Vi tar nå i mot en liste med identer.
@@ -35,5 +35,5 @@ class AutomatiskRevurderingController( | |||
|
|||
data class AutomatiskRevurdering( | |||
val personIdent: String, | |||
val automatiskRevurdert: Boolean, | |||
val kanAutomatiskRevurderes: Boolean, |
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.
👍
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.
🚀
fun opprettAutomatiskInntektsendringsTask( | ||
@RequestBody personIdenter: List<String>, | ||
) { | ||
revurderingService.opprettAutomatiskInntektsendringTask(personIdenter) |
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.
Kunne dette like greit vært gjort i endepunktet automatisk-revurdering
(AutomatiskRevurderingController)?
Ref kommentar i PR på ef-personhendelse
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.
Enig i det, byttet 👍
…re og oppretter tasker for automatisk inntektsendringer.
Hvorfor er denne endringen nødvendig? ✨
Favro