-
Notifications
You must be signed in to change notification settings - Fork 23
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
Ft locate redisgn #1564
base: staging
Are you sure you want to change the base?
Ft locate redisgn #1564
Conversation
return { | ||
"message": f"missing parameter: {str(err)}. please refer to API documentation for details", | ||
"success": False, | ||
}, 400 |
Check warning
Code scanning / CodeQL
Information exposure through an exception
return { | ||
"message": f"Some errors occurred: {str(err)}", | ||
"success": False, | ||
}, 400 |
Check warning
Code scanning / CodeQL
Information exposure through an exception
return { | ||
"message": f"missing parameter: {str(err)}. please refer to API documentation for details", | ||
"success": False, | ||
}, 400 |
Check warning
Code scanning / CodeQL
Information exposure through an exception
return { | ||
"message": f"Some errors occurred: {str(err)}", | ||
"success": False, | ||
}, 400 |
Check warning
Code scanning / CodeQL
Information exposure through an exception
Hi @sserurich , what is the actual status of this PR? |
WHAT DOES THIS PR DO?
PR contains modifications in the locate microservice that enables recommendation for sensor placement utelising the smallest admin level for each country instead of restricting it to Parishes which are mainly in Uganda.
WHAT ISSUES ARE RELATED TO THIS PR?
Jira cards
GitHub issues
HOW DO I TEST OUT THIS PR?
WHICH ENDPOINTS SHOULD BE READY FOR TESTING?:
ARE THERE ANY RELATED PRs?