-
Notifications
You must be signed in to change notification settings - Fork 0
Add new sakstyper: Begjæring om gjenopptak & begjæring om gjenopptak … #1139
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
The head ref may contain hidden characters: "begj\u00E6ring"
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.
Pull Request Overview
This PR adds support for two new case types related to reopening requests: "Begjæring om gjenopptak" (reopening request) and "Begjæring om gjenopptak i Trygderetten" (reopening request in the Appeals Court). The implementation includes new enums, templates, UI components, and routing to handle these case types throughout the application.
Key changes:
- Added two new
SaksTypeEnumvalues and six newUtfallEnumvalues for reopening request outcomes - Created five new document templates for reopening request workflows
- Extended existing components to handle the new case types (filters, tables, forms, etc.)
Reviewed Changes
Copilot reviewed 52 out of 52 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
template-enums.ts |
Added five template IDs for reopening request documents |
kodeverk.ts |
Added two new case types and six new outcome enums |
params.ts |
Extended type constraints to include reopening request in Appeals Court |
oppgavebehandling.ts |
Added two new case type interfaces to the discriminated union |
field-names.ts |
Mapped field names for new case types |
templates.ts |
Added template arrays and imports for reopening request documents |
vedtak.ts, tilsvarsbrev-med-oversendelsesbrev.ts, orientering-om-tilsvar-direkte-til-tr.ts, ettersendelse-til-tr.ts, ekspedisjonsbrev-til-tr.ts |
Created new template definitions for reopening request workflows |
ettersending-til-trygderetten.ts |
Fixed typo in template title |
orientering-om-tilsvar-direkte-til-trygderetten.ts |
Refactored to use helper function |
get-error-data.ts |
Added debug logging statements |
sakstype-to-tag-variant.ts |
Extracted tag variant mapping to shared module |
type.tsx, use-options.tsx |
Updated to use shared tag variant mapping |
label-content.tsx |
Refactored label generation with new case type support |
new-document.tsx, get-title.ts |
Added template mappings for new case types |
| Various table components | Renamed column key from TypeWithAnkeITrygderetten to TypeWithTrygderetten |
sakstype.tsx |
Added filter options for new case types |
open.tsx |
Added routing buttons for new case types |
beskrivelse.tsx, confirm-finish.tsx |
Added descriptive text for new case types |
use-hide-kvalitetsvurdering.ts |
Excluded new case types from quality assessment |
begjæring-om-gjenopptak-detaljer.tsx, begjæring-om-gjenopptak-i-tr-detaljer.tsx |
Created detail view components |
klager.tsx, previous-saksbehandler.tsx, kjennelse-mottatt.tsx, sendt-til-trygderetten.tsx |
Extended to support new case types |
behandling.tsx |
Added routing to detail components |
router.tsx |
Added routes for new case types |
merkantil-task-list.tsx |
Added path mappings for new case types |
tildeling.tsx |
Fixed grammar for assignment from null case |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
frontend/src/components/behandling/behandlingsdetaljer/previous-saksbehandler.tsx
Show resolved
Hide resolved
frontend/src/components/behandling/behandlingsdetaljer/previous-saksbehandler.tsx
Show resolved
Hide resolved
b5f9b7f to
b0c5593
Compare
06478e9 to
bfcb7d2
Compare
bfcb7d2 to
96cb013
Compare
…e i TR and begjæring om gjenopptak i TR
96cb013 to
8b377e2
Compare
…i Trygderetten