-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/ny sykemelding frontend #3957
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
1308a45
- Refactor Consumers and RouteLocatorConfig to support new services: …
stigus 6ffdd0a
Add support for routing `syfosmregler` and `tsm-input-dolly` services…
stigus 7440613
Update syfosmregler validation URL; comment out auth filter in TSM ro…
stigus 6c3b525
Enable auth filter for TSM route in RouteLocatorConfig
stigus 0c30235
Enable auth filter for TSM route in RouteLocatorConfig
stigus f162832
Merge branch 'refs/heads/master' into feature/ny-sykemelding-frontend
stigus f7909ee
Add support for TSM sykemelding processing and routing; refactor syke…
stigus e324ba4
Merge branch 'master' into feature/ny-sykemelding-frontend
stigus 00b23ed
Merge branch 'master' into feature/ny-sykemelding-frontend
stigus dd2e8ae
Refactor Sykemelding handling to remove unused MapperFacade; add supp…
stigus a2ace89
Merge branch 'refs/heads/master' into feature/ny-sykemelding-frontend
stigus ff35096
Add TSM sykemelding delete command and integrate deletion logic in Sy…
stigus 9c2a9af
Deploy backend test
stigus e3e7089
Fix missing newline at EOF in SykemeldingProxyApplicationStarter.
stigus 28aff41
Add reordered proxy rules for sykemelding and other services in confi…
stigus 1466f6b
Simplify status messages in SykemeldingClient by removing redundant p…
stigus 8d6aed2
Refactor Sykemelding classes and logic: replace `TsmSykemelding` with…
stigus 7b1682f
- Add support for "Ny Sykemelding" in Sykemelding UI and backend inte…
stigus ec9429b
- Add support for "Ny Sykemelding" in Sykemelding UI and backend inte…
stigus a65f32a
Merge branch 'master' into feature/ny-sykemelding-frontend
stigus 9fe26e3
- Replace `defaultSelected` fallback value in Datepicker component wi…
stigus 9a85674
- Remove unused `data` prop from `Visning` component in `MiljoTabs`.
stigus 665a5f9
- Remove unused `ident` prop from `VisningAvBestilling` in `Visning` …
stigus 45b52c4
- Fix typo in help text for "Ny Sykemelding" component.
stigus 7b231b7
Refactor sykemelding handling: adjust error logging, update DTO struc…
stigus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
[nitpick] Import statements are not in alphabetical order. Consider placing imports in consistent alphabetical order for better code organization.
Copilot uses AI. Check for mistakes.