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

fix: removed hca specific config from lungmap (#4287) #4295

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

jpaten
Copy link
Contributor

@jpaten jpaten commented Nov 26, 2024

Ticket

Closes #4287 .

Reviewers

@frano-m .

Changes

  • Excluded the "Access" and "Biological Network" HCA filters from appearing on Lungmap
  • Excluded the "Biological Network" HCA column from appearing on the Lungmap Project Entity List
  • Excluded the "Atlas" HCA detail from appearing on the Lungmap Project Detail page
  • Duplicated code from HCA for details page columns, index columns, and filters, to avoiud changes to HCA also affecting Lungmap

@jpaten jpaten linked an issue Nov 26, 2024 that may be closed by this pull request
@github-actions github-actions bot added the canary Done by the Clever Canary team label Nov 26, 2024
@jpaten jpaten requested a review from NoopDog November 26, 2024 02:59
@jpaten jpaten requested review from frano-m and removed request for NoopDog November 26, 2024 03:01
@jpaten jpaten assigned frano-m and unassigned NoopDog Nov 26, 2024
Copy link
Contributor

Choose a reason for hiding this comment

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

Niiiice thank you @jpaten !

} as ListConfig<SamplesResponse>,
listView: {
subTitleHero: hcaSubTitleHero,
},
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @jpaten, would you mind removing the listView from samplesEntityConfig lines 207-209.

Comment on lines 258 to 260
listView: {
subTitleHero: hcaSubTitleHero,
},
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @jpaten would you mind removing listView from the projectsEntityConfig; lines 258-260.

id: HCA_DCP_CATEGORY_KEY.FILE_NAME,
},
} as ListConfig<FilesResponse>,
listView: {
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @jpaten would you mind removing listView from filesEntityConfig. Thank you!

Copy link
Contributor

@frano-m frano-m left a comment

Choose a reason for hiding this comment

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

Hi @jpaten nice work! I have a few change requests - removal of bits that LungMAP shouldn't inherit from HCA.

@frano-m frano-m self-requested a review November 27, 2024 05:46
Copy link
Contributor

@frano-m frano-m left a comment

Choose a reason for hiding this comment

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

Hi sorry @jpaten - just a few minor changes and this PR should be good to go!

@jpaten jpaten requested a review from frano-m November 28, 2024 06:08
Copy link
Contributor

@MillenniumFalconMechanic MillenniumFalconMechanic left a comment

Choose a reason for hiding this comment

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

Hi @jpaten, this is looking good - thank you! I have one change request and then I think it should be good to go.

site-config/lungmap/dev/detail/project/mainColumn.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@frano-m frano-m left a comment

Choose a reason for hiding this comment

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

👏🏽 WOOT thank you @jpaten !

Copy link
Contributor

@MillenniumFalconMechanic MillenniumFalconMechanic left a comment

Choose a reason for hiding this comment

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

Thanks!

@MillenniumFalconMechanic MillenniumFalconMechanic merged commit d167aa7 into main Dec 3, 2024
4 checks passed
Copy link
Contributor

@MillenniumFalconMechanic MillenniumFalconMechanic left a comment

Choose a reason for hiding this comment

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

LGTM, thanks Jonah!

@MillenniumFalconMechanic MillenniumFalconMechanic deleted the jonah/4287-lungmap-dx-config branch December 3, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
canary Done by the Clever Canary team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[LungMAP DX] Remove HCA specific config from the LungMAP Explorer
4 participants