-
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
Favorisere/nedprioritere enkelte kodeverksverdier #1777
Conversation
Alternative flagg var "avansert", "(ned)prioritert" og "lite brukt". Knyttes til "sekundærvalg" i dto mot frontend
# Conflicts: # src/main/kotlin/no/nav/k9/los/nyoppgavestyring/mottak/feltdefinisjon/FeltdefinisjonRepository.kt # src/main/kotlin/no/nav/k9/los/nyoppgavestyring/query/db/OppgaveQueryRepository.kt
@@ -2,6 +2,7 @@ package no.nav.k9.los.nyoppgavestyring.query.dto.felter | |||
|
|||
class Verdiforklaring( | |||
val verdi: String, | |||
val visningsnavn: String | |||
val visningsnavn: String, | |||
val sekundærvalg: 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.
ønsker meg en forklarende kommentar på dette feltet, kanskje? Hvordan blir det at noe ikke er en favoritt til et sekundært valg? Hva er et sekundært valg for noe?
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 er mindre brukte kodeverksverdier. Dette tilsvarer "avansert" og knyttet til visningen - der sekundærvalg vises separat nederst i dropdown. Det virket litt feil å lagre det som sekundærvalg i db, men er er åpen for forslag
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.
hm, første refleks er at "mindreBrukt" i så fall er en forbedring
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.
evt "sorterTilSlutt"/"sorterNederst"
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.
Hvorfor trenger vi en inversform i verdiforklaring? Kan det ikke bare være "favoritt" her også?
No description provided.