Skip to content

Commit

Permalink
consistent status values and labels, split by published
Browse files Browse the repository at this point in the history
  • Loading branch information
roc committed Oct 25, 2022
1 parent a973088 commit 50f2759
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions ckanext/scheming/ckan_dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,25 @@ dataset_fields:
required: true
preset: select
choices:
# Published statuses
- value: in-development
label: In development
- value: active
label: Active
- value: In Development
label: In Development
- value: Draft in progress
label: Draft in progress
- value: deprecated
label: Deprecated
- value: retired
label: Retired
- value: Awaiting approval
# Unpublished statuses
- value: draft-in-progress
label: Draft in progress
- value: awaiting-approval
label: Awaiting approval
- value: proposed
label: Proposed
- value: On Hold
label: On Hold
- value: discontinued
- value: on-hold
label: On hold
- value: cancelled
label: Cancelled

- field_name: publication_due_date
Expand Down

0 comments on commit 50f2759

Please sign in to comment.