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

Skjermer kode 6 bedre #2753

Merged
merged 3 commits into from
Nov 27, 2024
Merged

Skjermer kode 6 bedre #2753

merged 3 commits into from
Nov 27, 2024

Conversation

mbolstad
Copy link
Contributor

@mbolstad mbolstad commented Nov 27, 2024

Viser ikke skjermede køer til vanlige saksbehandlere, og omvendt.

https://jira.adeo.no/browse/TSFF-830

@mbolstad mbolstad requested a review from a team as a code owner November 27, 2024 08:30
@@ -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) }
Copy link
Contributor

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?

Copy link
Contributor Author

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?

Copy link
Contributor

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eller noe sånt..

Copy link
Contributor Author

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.

Copy link
Contributor

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å

Copy link
Contributor Author

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.

@mbolstad mbolstad merged commit 889204a into master Nov 27, 2024
1 check passed
@mbolstad mbolstad deleted the tsff-830-kode6 branch November 27, 2024 10:37
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