-
Notifications
You must be signed in to change notification settings - Fork 16
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
229 - Basic home page with the list of datasets #237
229 - Basic home page with the list of datasets #237
Conversation
…into feature/229-basic-home-page-with-the-list-of-datasets
@MellyGray Please, can you resolve conflicts? |
…into feature/229-basic-home-page-with-the-list-of-datasets
@GPortas conflicts resolved, there's an e2e test failing but it's the one that it's going to be fixed with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GPortas I know the boilerplate UI is kind of ugly, we could merge this other PR here so the ugly UI doesn't make it into beta: |
Waiting for #248 to be merged |
…e-page 230 - Add dataset card info to Home page
@MellyGray Can you please resolve the conflicts? |
…into feature/229-basic-home-page-with-the-list-of-datasets
@GPortas conflicts resolved |
Now that #248 has been merged into this PR, can we remove the "waiting" label? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…h-the-list-of-datasets 229 - Basic home page with the list of datasets
What this PR does / why we need it:
This PR adds a basic home page to the SPA to display a list of available datasets to the user. Note that this is only the frontend so is not connected with the backend yet.
Which issue(s) this PR closes:
Special notes for your reviewer:
I refactored FilePaginationInfo class to extract a common class between FilePaginationInfo and DatasetPaginationInfo, this way we can rehuse the pagination functionality.
I'm aware that the Dataverse home page shows collections, datasets and files, but for the aim of simplicity in this first iteration only the datasets are being displayed.
Suggestions on how to test this:
npm install
.cd packages/design-system && npm run build
.cd ../../
.npm run storybook
.Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?:
Datasets list added to the SPA home page
Additional documentation: