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

add dashbord link #40

Open
wants to merge 1 commit into
base: updatefixes2.10
Choose a base branch
from
Open
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
224 changes: 114 additions & 110 deletions ckanext/opendatani/dataset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,82 +37,82 @@
"value": "governmentstatistics",
"label": "Government statistics"
},
{
"value": "farming",
"label": "Farming"
},
{
"value": "biota",
"label": "Biota"
},
{
"value": "boundaries",
"label": "Boundaries"
},
{
"value": "climatologyMeteorologyAtmosphere",
"label": "Climatology / Meteorology / Atmosphere"
},
{
"value": "economy",
"label": "Economy"
},
{
"value": "elevation",
"label": "Elevation"
},
{
"value": "environment",
"label": "Environment"
},
{
"value": "geoscientificInformation",
"label": "Geoscientific Information"
},
{
"value": "health",
"label": "Health"
},
{
"value": "imageryBaseMapsEarthCover",
"label": "Imagery / Base Maps / Earth Cover"
},
{
"value": "intelligenceMilitary",
"label": "Intelligence / Military"
},
{
"value": "inlandWaters",
"label": "Inland / Waters"
},
{
"value": "location",
"label": "Location"
},
{
"value": "oceans",
"label": "Oceans"
},
{
"value": "planningCadastre",
"label": "Planning / Cadastre"
},
{
"value": "society",
"label": "Society"
},
{
"value": "structure",
"label": "Structure"
},
{
"value": "transportation",
"label": "Transportation"
},
{
"value": "utilitiesCommunication",
"label": "Utilities / Communication"
}
{
"value": "farming",
"label": "Farming"
},
{
"value": "biota",
"label": "Biota"
},
{
"value": "boundaries",
"label": "Boundaries"
},
{
"value": "climatologyMeteorologyAtmosphere",
"label": "Climatology / Meteorology / Atmosphere"
},
{
"value": "economy",
"label": "Economy"
},
{
"value": "elevation",
"label": "Elevation"
},
{
"value": "environment",
"label": "Environment"
},
{
"value": "geoscientificInformation",
"label": "Geoscientific Information"
},
{
"value": "health",
"label": "Health"
},
{
"value": "imageryBaseMapsEarthCover",
"label": "Imagery / Base Maps / Earth Cover"
},
{
"value": "intelligenceMilitary",
"label": "Intelligence / Military"
},
{
"value": "inlandWaters",
"label": "Inland / Waters"
},
{
"value": "location",
"label": "Location"
},
{
"value": "oceans",
"label": "Oceans"
},
{
"value": "planningCadastre",
"label": "Planning / Cadastre"
},
{
"value": "society",
"label": "Society"
},
{
"value": "structure",
"label": "Structure"
},
{
"value": "transportation",
"label": "Transportation"
},
{
"value": "utilitiesCommunication",
"label": "Utilities / Communication"
}
]
},
{
Expand All @@ -138,38 +138,38 @@
"preset": "select",
"required": true,
"choices": [
{
"value": "daily",
"label": "Daily"
},
{
"value": "weekly",
"label": "Weekly"
},
{
"value": "fortnightly",
"label": "Fortnightly"
},
{
"value": "monthly",
"label": "Monthly"
},
{
"value": "quarterly",
"label": "Quarterly"
},
{
"value": "annually",
"label": "Annually"
},
{
"value": "irregular",
"label": "Irregular"
},
{
"value": "notPlanned",
"label": "Not Planned"
}
{
"value": "daily",
"label": "Daily"
},
{
"value": "weekly",
"label": "Weekly"
},
{
"value": "fortnightly",
"label": "Fortnightly"
},
{
"value": "monthly",
"label": "Monthly"
},
{
"value": "quarterly",
"label": "Quarterly"
},
{
"value": "annually",
"label": "Annually"
},
{
"value": "irregular",
"label": "Irregular"
},
{
"value": "notPlanned",
"label": "Not Planned"
}
]
},
{
Expand Down Expand Up @@ -215,11 +215,11 @@
"preset": "datetime",
"label": "Source last updated"
},
{
{
"field_name": "time_period",
"label": "Time period"
},
{
{
"field_name": "title_tags",
"label": "Title+Tags"
},
Expand All @@ -228,6 +228,10 @@
"label": "Meta Tags",
"form_snippet": "markdown.html",
"form_placeholder": "Some useful json element"
},
{
"field_name": "dashboard_link",
"label": "Dashboard Link"
}
],
"resource_fields": [
Expand Down