-
Notifications
You must be signed in to change notification settings - Fork 16
Attach username to upload dropdown #1350
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
Open
david-roper
wants to merge
27
commits into
DouglasNeuroInformatics:main
Choose a base branch
from
david-roper:username-upload-always
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
31760d3
feat: add username to uploadRecord schema
david-roper 27d989e
feat: pass current users username to reformatUpload data method
david-roper b8c4597
feat: add username to reformatInstrumentData method
david-roper cfc0651
feat: passing username into reformatInsturmentData in upload utils
david-roper 0cbe556
feat: add checkbox to make upload pass username or not
david-roper e0e3750
feat: pass state into checked method so checkbox remains consistent, …
david-roper b7ce6ae
Merge branch 'DouglasNeuroInformatics:main' into username-to-export
david-roper 90033fa
Merge branch 'main' into username-to-export
david-roper 54bca0e
feat: remove checkbox that makes adding username optional
david-roper 5b02fea
feat: add groupid as a possible param to pass to usersQuery
david-roper dd8e93e
feat: add a select box allow for seperate usernames in group to be se…
david-roper db5017c
Merge branch 'DouglasNeuroInformatics:main' into username-upload-always
david-roper 35b9183
Potential fix for pull request finding
david-roper e011af8
Merge branch 'main' into username-upload-always
david-roper d487eec
feat: make username stay undefined instead of N/A
david-roper 842af9e
feat: add a check if username exists on backend
david-roper 465a738
feat: only attach undefined user if N/A is selected, default value as…
david-roper ef9a7b1
test: add users service to records service test
david-roper 943b03e
Merge branch 'DouglasNeuroInformatics:main' into username-upload-always
david-roper ad00c8e
test: add tests for the upload functionality
david-roper 8aaa40f
Update apps/api/src/instrument-records/instrument-records.service.ts
david-roper cd482a3
feat: add correct import for forbidden exception
david-roper 31450ac
feat: make it so that groupIDs are change from default via manage use…
david-roper 6958b82
feat: pass current group to usersQuery in dashboard, card will now on…
david-roper f55fb94
feat: add a dropdown to select the group if the user is in multiple g…
david-roper b078181
feat: make the dropdowns compatible with mobile
david-roper 1136c70
feat: make it so that non admin users must be part of a group when up…
david-roper 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
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.
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.
if they are not admin, they should not be able to upload with no group id either