Skip to content

Commit d8a755d

Browse files
authored
Merge pull request #177 from GenomicDataInfrastructure/dataseries-support
feat(dataseries) Dataseries support
2 parents 767b207 + acff709 commit d8a755d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pip install -e .
5151
- name: Setup CKAN extensions (harvest, scheming, dcat)
5252
run: |
53-
# Harvest v2.4.1 from GitHub
53+
# Harvest v1.6.1 from GitHub
5454
git clone https://github.com/ckan/ckanext-harvest
5555
cd ckanext-harvest
5656
git checkout tags/v1.6.1
@@ -60,7 +60,7 @@ jobs:
6060
# Scheming (Civity fork)
6161
pip install -e 'git+https://github.com/CivityNL/[email protected]#egg=ckanext-scheming[requirements]'
6262

63-
# DCAT v2.3.0 from PyPI
63+
# DCAT v2.4.0 from PyPI
6464
pip install ckanext-dcat==2.4.0
6565
- name: Setup extension
6666
run: |

ckanext/gdi_userportal/scheming/schemas/gdi_userportal.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ dataset_fields:
5454
preset: datetime_flex
5555
help_text: "The temporal period or periods the dataset covers."
5656

57+
# Series fields
58+
- field_name: in_series
59+
preset: dataset_series_in_series
60+
5761
resource_fields:
5862
- field_name: issued
5963
label: Issued Date

0 commit comments

Comments
 (0)