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.
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
feat(application-system): New application - Work Accident Notification #16632
base: main
Are you sure you want to change the base?
feat(application-system): New application - Work Accident Notification #16632
Changes from 72 commits
53e5f91
d55cb7d
6f38470
11fd388
182580f
720ae52
3e3a32e
c6d57ef
06396de
ce2a549
540d265
2ccde07
41fe5a0
051b632
1d23114
9baa16b
9c6c01e
737fbcd
b6d982b
007c1c4
51ec6f0
634f9d3
9680ea0
4f2c597
eb9570c
af094fb
f4b109a
696476b
864b7ca
5cf6008
c7e6703
5f13260
21f1897
c3958b2
2345e05
b18f6c0
94dc11b
9d0f292
f91369a
2f2358a
4043702
7bfb772
de27fbe
7e4108a
7b1582f
69849f4
cf30c95
e6b5e5a
d5a75ef
791942f
44b5d7a
be1e3f7
923bd35
27ef79f
40179fb
3f7bff2
fcb19be
d67f2b2
8c76d8d
02208fe
4b4bac1
8983394
24cb399
1dfa270
c94f5a6
9dc0a54
e7b5157
d8135a9
f88e963
8ef2cae
f2c93ba
bb7045c
8479bcf
6056090
096092b
0c669f5
553c97a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
🛠️ Refactor suggestion
Consider safer type handling for application answers.
The type casting using
unknown
could be unsafe. Consider using type guards or validation: