-
Notifications
You must be signed in to change notification settings - Fork 1
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 : catalog grid content #96
Comments
@MdechampG @ChaimaaZaoui
Thx |
|
@fredericvilcot regarding the loader here is its design : and here the file: |
OS : Windows / iOS
|
OS : Windows / iOS
|
@MdechampG |
@fredericvilcot ah I haven't seen it. It's because until we have the search bar, it will be easier to find an element if it is sorted by alphabetical order. |
@MdechampG |
All good, we keep the alphabetical order |
Feature: Catalog grid content
Acceptance criteria
Scenario: default display (desktop)
Given that I am a user of the web portal,
When I am on the catalog page (authenticated or unauthenticated)
Then I should see 20 cards of dataverse items displayed in a 4-column grid (see mock up) without any filter
And each card should be labelled according to the type (Data space, Dataset, Service)
And each card contains the
title
and thetopic
(for data spaces and datasets) or thecategory
(for services)And cards are sorted ‘by date of last update’
When I scroll down
Then the resources load 20 by 20 (infinite scroll, load as you go)
Scenario: Internationalization
Given that I am a user of the web portal on the catalog page,
When the selected language is English
Then metadata of the resources (title and category) should be displayed in English
Given that I am a user of the web portal on the home page,
When the selected language is French
Then metadata of the resources (title and category) should be displayed in French if available or English by default
Given that I am a user of the web portal on the home page,
When the selected language is German
Then metadata of the resources (title and category) should be displayed in German if available or English by default
Requirements
The content should be fetched from the ontological database.
Resources
Mockups
Mock up :
![image](https://user-images.githubusercontent.com/92780073/228203366-cd6b680f-d99a-453a-8b23-60725523c675.png)
Environment
Additional informations
None.
The text was updated successfully, but these errors were encountered: