Open h-m-jones opened 1 year ago
Lets say the "Cheshire Badger Conservation" Trust have a website which lists all the recorded sightings (occurrence records) of badgers in Cheshire. They now want to list all the datasets that contain occurrence records of badgers in Cheshire e.g.:
2020 Cheshire Mammal Spring Survey count: 100 RSPB Sightings count: 10
The hook for retrieving the list of DataResources has been written and the skeleton of the component has been provided.
This first task is to make the list look good.
The component is SimpleDataResourceComponent
Note: The number of datasets that is returned from useDataResource is limited to 30.
Lets say the "Cheshire Badger Conservation" Trust have a website which lists all the recorded sightings (occurrence records) of badgers in Cheshire. They now want to list all the datasets that contain occurrence records of badgers in Cheshire e.g.:
2020 Cheshire Mammal Spring Survey count: 100 RSPB Sightings count: 10
The hook for retrieving the list of DataResources has been written and the skeleton of the component has been provided.
This first task is to make the list look good.
The component is SimpleDataResourceComponent
Note: The number of datasets that is returned from useDataResource is limited to 30.