-
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
IS-2752: Add endpoint for historikk #182
Conversation
) | ||
|
||
// Disse dekkes av dialogmote-historikk og unntak/ikke-aktuell-historikk | ||
DialogmotekandidatEndringArsak.DIALOGMOTE_FERDIGSTILT, DialogmotekandidatEndringArsak.DIALOGMOTE_LUKKET, DialogmotekandidatEndringArsak.UNNTAK, DialogmotekandidatEndringArsak.IKKE_AKTUELL -> null |
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.
DIALOGMOTE_FERDIGSTILT
og DIALOGMOTE_LUKKET
trenger vi ikke ta med her siden de vil dekkes av historikken på dialogmøter. Eller tenker dere at de bør tas med i APIet for kompletthetens skyld?
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.
UNNTAK
og IKKE_AKTUELL
er også "kandidat-endringer" siden de fører til at personen ikke er kandidat, men vi lagrer selve vurderingen i egne tabeller som mappes under (hvor vi også har data på veileder som gjorde vurderingen)
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.
Blir kanskje litt på siden, men hvorfor vet isdialogmotekandidat
om møtet er ferdigstilt og sånt? Det er jo isdialogmote
-domene?
Litt usikker på kompletthet, hvis det egt ikke hører hjemme her så trengs det ikke i apiet.
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.
Slik jeg leser koden er en arbeidstaker dialogmøtekandidat helt til et dialogmøte er ferdigstilt eller lukket (med mindre det settes unntak).
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.
Ah okey, ja det gir mening at endringene trigger noe. Tenker da at siden endringene egentlig hører hjemme i isdialogmote
så trenger ikke APIet å returnere de her?
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.
Ja, stemmer det @geir-waagboe sier, det er derfor vi må vite om det her. Tror vi da er enige om at vi ikke tar med de endringene i APIet 👍
val ikkeAktuell = ikkeAktuellService.getIkkeAktuellList( | ||
personIdent = personIdent, | ||
) | ||
val historikkDTOS = HistorikkDTO.createHistorikkDTOs( |
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.
historikkDTOS
-> historikkDTOs
?
@@ -54,5 +59,32 @@ fun Route.registerDialogmotekandidatApi( | |||
call.respond(kandidatDTO) | |||
} | |||
} | |||
get(kandidatApiHistorikkPath) { | |||
val personIdent = personIdentHeader()?.let { personIdent -> |
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.
personIdent
-> personident
?
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.
Ser bra ut!
Trenger nytt endepunkt for å hente dialogmøtekandidat-historikk (inkl unntak og ikke aktuell-vurderinger) for en person slik at dette kan vises på Historikk-siden i modia.