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

Add maps sharing prefix #1050

Merged
merged 2 commits into from
Apr 26, 2024
Merged

Add maps sharing prefix #1050

merged 2 commits into from
Apr 26, 2024

Conversation

dmfalke
Copy link
Member

@dmfalke dmfalke commented Apr 25, 2024

Fixes #1048

This PR allows a sharingUrlPrefix to be defined for the map app. It allows the prefix to be undefined, in which case it uses a standard application url.

While working on this, I noticed that the standard EDA workspace has a hardcoded url. Thus, I hardcoded the url for the map. I will open a new issue to make that configurable, and we can decided if it's worth the effort.

ETA The issue is #1051.

@dmfalke dmfalke requested review from bobular and jernestmyers and removed request for bobular April 25, 2024 17:16
@dmfalke dmfalke merged commit 44e60b1 into main Apr 26, 2024
1 check passed
@dmfalke dmfalke deleted the genomics-eda-map-alias branch April 26, 2024 17:58
siteName: projectConfig?.displayName ?? '',
}}
sharingUrl={''}
sharingUrlPrefix={'/maps'}
Copy link
Member

Choose a reason for hiding this comment

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

What handles the /maps/<analysisId> route?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Map: show shorter import link
3 participants