-
Notifications
You must be signed in to change notification settings - Fork 3
VED-375 Search Parameter Error #854
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 all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
388b156
test parameter.identifier
Akol125 f9984db
add nhs number validation
Akol125 29378e7
fix priority issues
Akol125 32674e2
error propagation
Akol125 5113251
VED-375: fix unboundLocalError
Akol125 d349034
test for error aggregation, nhs_number_check and imms target deduplic…
Akol125 896686a
Merge branch 'master' into VED-375-parameter-errors
Akol125 faa187d
add error handling for include parameter
Akol125 24be9f8
Merge branch 'VED-375-parameter-errors' into VED-375-parameter-errors
Akol125 327458a
VED-375: Reduce cognitive complexity
Akol125 58d193f
check deployment issue
Akol125 884998c
refactoring parameter parser
Akol125 3acd098
refactoring parameter parser2
Akol125 a79d233
Merge branch 'master' into VED-375-parameter-errors
Akol125 a541a9a
final review
Akol125 e7347c1
Merge remote branch into VED-375-parameter-errors
Akol125 aed9c22
whitespaces
Akol125 05530c7
resolve security issue
Akol125 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
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.
Can we do something about the above TODOs? One to check with business or product. Think point 1 we can just remove - from the validation it is clearly a mandatory field.
From point 2, I think this might be beyond the scope of our API but it might be worth checking. Once we know, let's remove it because we should try to get rid of comments and TODOs like this in the codebase unless it actually needs action.
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.
Reason being that legacy comments like this are confusing and introduce uncertainty.
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.
Can we do anything with the TODOs now that we have clarified with Martin?