-
Notifications
You must be signed in to change notification settings - Fork 336
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
return file extension in file_upload list and retrieve views #1019
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1019 +/- ##
=======================================
Coverage 53.80% 53.80%
=======================================
Files 180 180
Lines 8916 8917 +1
Branches 1506 1521 +15
=======================================
+ Hits 4797 4798 +1
Misses 4070 4070
Partials 49 49
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Let's not give the internal name out, our goal here was to break the relationship between the file name and the patient in the unlikely case our buckets are attacked.
Let's serialize only the extension.
yeah I thought returning the extension would be a better solution
|
the model method sounds good enough. make sure you handle the edge cases. |
04affa5
to
bcaff00
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
return file extension from file upload views
Proposed Changes
return file extension in file_upload list and retrieve views
@coronasafe/code-reviewers
Merge Checklist