-
Notifications
You must be signed in to change notification settings - Fork 1
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
EY-4842: Opprettet service for utsending av brev #6601
Conversation
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.
En god start!
// TODO burde dette heller håndteres fra en tabell slik at det kan oppdateres uten å endre koden? | ||
companion object { | ||
val ANTALL_SAKER: Long = 1 | ||
val EKSKLUDERTE_SAKER: List<Long> = emptyList() | ||
} |
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.
Alternativ nais config?
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 vi ekskluderte saker egentlig? hvis ikke bare å droppe det vel er bare unødvendig kompleksitet
val sisteIdent = | ||
when (sisteIdentifikatorPdl) { | ||
is PdlIdentifikator.FolkeregisterIdent -> sisteIdentifikatorPdl.folkeregisterident.value | ||
is PdlIdentifikator.Npid -> sisteIdentifikatorPdl.npid.ident |
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.
Flyten vil vel generelt ikke fungere dersom ident er NPID? 🤔
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.
Skal vi støtte det ?
} | ||
|
||
fun hentKlareJobber( | ||
antallSaker: Long, |
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.
todo: mangler limit i spørringen her
No description provided.