Skip to content
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

Site of origin #157

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Site of origin #157

merged 1 commit into from
Nov 16, 2023

Conversation

Luke-Sikina
Copy link
Member

No description provided.

- Requirement: in order to know where to send data, we need
to associate each query with the requester's site
- Create table of site code, site name, site email domain
- When an institutional query request is made:
  - Parse the site code from the email of the requesting user
  - Add that site code to the query request
- When persisting a query object after starting a query request
  - Check for a site code in the query request
  - Add it to the query meta if it exists
- Add some extra niceness for later data transfer work
  - S3 status code
- Interface, implementations for general use, GIC
- Repos I verified this change with:
  - pic-sure-auth-microapp: master and fence branches
  - pic-sure-gic-common-frontend: Search resource, UUID gen resource
@Luke-Sikina Luke-Sikina added the enhancement New feature or request label Nov 16, 2023
@Luke-Sikina
Copy link
Member Author

This was reviewed a few weeks ago, and the sumtype logic was reviewed in its own PR

@Luke-Sikina Luke-Sikina merged commit 2dc525d into release/0006 Nov 16, 2023
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant