Skip to content

Commit d1f4d5b

Browse files
committed
Remove modification to do list
1 parent 56565ea commit d1f4d5b

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

README.md

-51
Original file line numberDiff line numberDiff line change
@@ -49,54 +49,3 @@ The currently committed people.json is not the authoriative one - currently has
4949
In the long run - do not store this in this repo, fetch the live one before running tests.
5050

5151
curl -o data/people.json https://raw.githubusercontent.com/mysociety/parlparse/master/members/people.json
52-
53-
Changes needed to parlparse version:
54-
55-
- Add chambers
56-
- replace additional_names and additional__name with additional_name
57-
- (not implimented yet) - role for all new constituencies and remove optional in the validator.
58-
59-
```json
60-
{
61-
"classification": "chamber",
62-
"id": "house-of-commons",
63-
"identifiers": [],
64-
"name": "House of Commons"
65-
},
66-
{
67-
"classification": "chamber",
68-
"id": "house-of-lords",
69-
"identifiers": [],
70-
"name": "House of Lords"
71-
},
72-
{
73-
"classification": "chamber",
74-
"id": "scottish-parliament",
75-
"identifiers": [],
76-
"name": "Scottish Parliament"
77-
},
78-
{
79-
"classification": "chamber",
80-
"id": "welsh-parliament",
81-
"identifiers": [],
82-
"name": "Senedd"
83-
},
84-
{
85-
"classification": "chamber",
86-
"id": "northern-ireland-assembly",
87-
"identifiers": [],
88-
"name": "Northern Ireland Assembly"
89-
},
90-
{
91-
"classification": "chamber",
92-
"id": "crown",
93-
"identifiers": [],
94-
"name": "Crown"
95-
},
96-
{
97-
"classification": "metro",
98-
"id": "london-assembly",
99-
"identifiers": [],
100-
"name": "London Assembly"
101-
},
102-
```

0 commit comments

Comments
 (0)