-
Notifications
You must be signed in to change notification settings - Fork 9
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: add search by surname to proposal table #728
Conversation
…ffice-core into 913-add-search-by-name-and-email
…ffice-core into 913-add-search-by-name-and-email
…ffice-core into 913-add-search-by-name-and-email
We would also be interested in this feature at ELI. Thanks. |
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.
Hello @ellen-wright ,
I know this is still in draft, but I wanted to make sure you're aware that we should avoid using STFC-related data sources in the core.
…/UserOfficeProject/user-office-core into 913-add-search-by-name-and-email
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.
@janosbabik Approving this, since the STFC Specific Data source has been removed to its own place.
@ellen-wright Looks good to me.
Reviewed by another member of ESS
Closes: UserOfficeProject/issue-tracker#913
Description
This PR adds the ability to search proposals by the surname of the PI.
Motivation and Context
Requested by Emma to make searching through proposal table easier.
How Has This Been Tested
Tested manually
Fixes
Changes
Added a call to UOWS to find user numbers for users with matching surname.
And filters proposal table by any proposals with the matching user number as PI.
Depends on
Tests included/Docs Updated?