-
Notifications
You must be signed in to change notification settings - Fork 0
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
Skjermer kode 6 bedre #2753
Skjermer kode 6 bedre #2753
Conversation
@@ -99,7 +99,7 @@ class RefreshK9v3Tjeneste( | |||
@WithSpan | |||
fun behandlingerTilOppfriskningForKøer(tx: TransactionalSession, køId: List<Long>, antallPrKø: Int) : Set<UUID>{ | |||
return DetaljerMetrikker.time("RefreshK9V3", "refreshForKøer", køId.size.toString()) { | |||
val køer = køId.map { oppgaveKoRepository.hent(it) } | |||
val køer = køId.map { oppgaveKoRepository.hentIkkeTaHensyn(it) } |
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.
Nettopp-tilbake-på-jobb-alibi: Husker ikke hva man lar være å ta hensyn til her, men husker at jeg syntes at dette var et forferdelig metodenavn. Hva tar vi ikke hensyn til?
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.
hentIkkeTaHensyn(køId: Long)
tar ikke hensyn til skjerming/kode 6 som hent(køId: Long, skjermet: Boolean)
gjør. Så de gir mening om man ser begge metoder, men er ikke så bra alene. Forslag til bedre navnekonvensjon for dette?
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.
vet ikke om jeg skal stipulere en konvensjon, men hentInkluderSkjermet() gir mening i mitt hue?
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.
eller noe sånt..
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.
Det kan fungere.
Ser ut som at i LOS betyr "skjermet" noe annet enn i Nav for øvrig. Her er skjermet det samme som kode 6. Andre snakker om skjerming som enten kode 6, kode 7 eller egen ansatt. Atter andre bruker skjermet kun om egne ansatte.
Vi kunne nok døpt om til kode6
alle steder vi bruker skjermet
.
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.
Oi ja det virker som en viktig distinksjon å holde styr på
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.
Døper om til f. eks. hentInkluderKode6
i denne omgang, og så får vi se om vi endrer skjermet
til noe annet på sikt.
Viser ikke skjermede køer til vanlige saksbehandlere, og omvendt.
https://jira.adeo.no/browse/TSFF-830