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

NickAkhmetov/Update homepage news items #3513

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG-homepage-items.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update homepage news to inform users about unified dataset pages and multiomic dataset availability.
15 changes: 15 additions & 0 deletions context/app/static/js/components/home/Hero/const.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ const timelineIconProps = {
} as const;

export const HOME_TIMELINE_ITEMS: TimelineData[] = [
{
title: 'Raw & Processed Unified Datasets Page',
titleHref: '/search?entity_type[0]=Dataset',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could it make more sense to link to a specific dataset?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Tiffany and I concurred on linking to the search page since this is a pretty global change.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes I was thinking dataset search page since all of the dataset page designs should be impacted by this.

description:
'Dataset page design has been updated to display both raw and processed data on the same page, enhancing the understanding of relationships between datasets.',
date: 'August 2024',
img: <entityIconMap.Dataset {...timelineIconProps} />,
},
{
title: '10X Multiome and Visium Datasets Now Available',
titleHref: '/search?assay_modality[0]=multiple&entity_type[0]=Dataset',
description: 'Explore and download 10X Multiome and Visium multi-assay datasets.',
date: 'August 2024',
img: <entityIconMap.Dataset {...timelineIconProps} />,
},
{
title: 'Profile Page Now Available',
titleHref: '/profile',
Expand Down
Loading