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

Feat/team project api update #1449

Merged
merged 14 commits into from
Nov 8, 2023

Conversation

jarvisraymond-uchicago
Copy link
Contributor

@jarvisraymond-uchicago jarvisraymond-uchicago commented Nov 8, 2023

Jira Ticket: VADC-761

User is able to select a team project now, this information is passed to BE so user can view data associated only with the selected team project in Results app and OHDSI Atlas. Filtering of data by team project for Gen3 GWAS will be handled in a separate ticket.

output

New Features

  • Updates the three VADC analysis apps, Gen3 GWAS, GWAS Results and OHDSI Atlas to use API request including query parameter for team projects.

nss10 and others added 10 commits November 6, 2023 09:14
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@jarvisraymond-uchicago jarvisraymond-uchicago changed the base branch from master to feat/vadc_sprint22 November 8, 2023 17:12
@jarvisraymond-uchicago jarvisraymond-uchicago marked this pull request as ready for review November 8, 2023 17:31
src={`${this.state.app.applicationUrl}`}
src={
this.state.app.title === 'OHDSI Atlas'
? `${this.state.app.applicationUrl}?teamproject=${localStorage.getItem('teamProject')}`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
? `${this.state.app.applicationUrl}?teamproject=${localStorage.getItem('teamProject')}`
? `${this.state.app.applicationUrl}#/home?teamproject=${localStorage.getItem('teamProject')}`

@jarvisraymond-uchicago jarvisraymond-uchicago merged commit bc98332 into feat/vadc_sprint22 Nov 8, 2023
4 checks passed
@jarvisraymond-uchicago jarvisraymond-uchicago deleted the feat/teamProjectApiUpdate branch November 8, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants