Skip to content

Commit

Permalink
Merge pull request #173 from nationalarchives/alphabetise-other-courts
Browse files Browse the repository at this point in the history
Alphabetise other courts
  • Loading branch information
dragon-dxw authored Sep 9, 2024
2 parents 56104f0 + 48ed402 commit 907e6f2
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions src/ds_caselaw_utils/data/court_names.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,43 @@
display_name: "Other Courts"
is_tribunal: false
courts:
- code: "EWCR"
name: "Crown Court"
link: https://www.judiciary.uk/courts-and-tribunals/crown-court/
ncn: \[(\d{4})\] (EWCR) (\d+)
param: "ewcr"
start_year: 2024
end_year: 2024
selectable: false
listable: false
- code: "EWCC"
name: "County Court"
link: https://www.judiciary.uk/courts-and-tribunals/county-court/
ncn: \[(\d{4})\] (EWCC) (\d+)
param: "ewcc"
start_year: 2024
end_year: 2024
selectable: true
listable: true
- code: EWFC
name: Family Court
link: https://www.judiciary.uk/you-and-the-judiciary/going-to-court/family-law-courts/
ncn: \[(\d{4})\] (EWFC) (\d+)
param: "ewfc"
start_year: 2009
end_year: 2022
selectable: true
listable: true
- code: "EWFC-B"
name: Family Court (B - district and circuit judges)
# This is an artifact of how the Family Court creates tiers of importance.
link: https://www.judiciary.uk/you-and-the-judiciary/going-to-court/family-law-courts/
ncn: \[(\d{4})\] (EWFC) (B) (\d+)
param: "ewfc/b"
start_year: 2009
end_year: 2022
selectable: false
listable: false
- code: EWCOP
name: Court of Protection
link: https://www.gov.uk/courts-tribunals/court-of-protection
Expand Down Expand Up @@ -358,43 +395,6 @@
end_year: 2022
selectable: false
listable: false
- code: EWFC
name: Family Court
link: https://www.judiciary.uk/you-and-the-judiciary/going-to-court/family-law-courts/
ncn: \[(\d{4})\] (EWFC) (\d+)
param: "ewfc"
start_year: 2009
end_year: 2022
selectable: true
listable: true
- code: "EWFC-B"
name: Family Court (B - district and circuit judges)
# This is an artifact of how the Family Court creates tiers of importance.
link: https://www.judiciary.uk/you-and-the-judiciary/going-to-court/family-law-courts/
ncn: \[(\d{4})\] (EWFC) (B) (\d+)
param: "ewfc/b"
start_year: 2009
end_year: 2022
selectable: false
listable: false
- code: "EWCR"
name: "Crown Court"
link: https://www.judiciary.uk/courts-and-tribunals/crown-court/
ncn: \[(\d{4})\] (EWCR) (\d+)
param: "ewcr"
start_year: 2024
end_year: 2024
selectable: true
listable: true
- code: "EWCC"
name: "County Court"
link: https://www.judiciary.uk/courts-and-tribunals/county-court/
ncn: \[(\d{4})\] (EWCC) (\d+)
param: "ewcc"
start_year: 2024
end_year: 2024
selectable: true
listable: true

- name: investigatory_powers_tribunal
display_name: ~
Expand Down

0 comments on commit 907e6f2

Please sign in to comment.