Skip to content

Commit 19e5ee0

Browse files
authored
Merge pull request #107 from ccmdesign/ccmd-frontend
Update frontend
2 parents 9a4b463 + dc808d9 commit 19e5ee0

28 files changed

+2418
-935
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ __pycache__
77
media
88
.coverage
99
htmlcov
10+
.DS_Store

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Everything we are working on, or considering, is kept in GitHub issues.
1717

1818
If you are able to work with GitHub then please "Create an issue"
1919

20-
Before creating a new issue check to see if the issue already exists. If not, then please do report it. If you have permissions to assign the issue to people and milestones then try to select suitable options.
20+
Before creating a new issue check to see if the issue already exists. If not, then please do report it. If you have permissions to assign the issue to people and milestones then try to select suitable options.
2121

2222
If you are not comfortable working with GitHub, but would still like to contribute, then talk to us. Details at: https://github.com/opendataservices
2323

@@ -29,11 +29,11 @@ In order to be clear with everyone involved about how code (and documentation) c
2929

3030
The agreements we use allow the contributor to retain copyright over their contributions, while also granting us the rights to re-licence the projects in future without having to track down each contributor and ask for their agreement.
3131

32-
We also stipulate that, should we re-licence a project, then we will only do so under an approved Open Source Institute licence.
32+
We also stipulate that, should we re-licence a project, then we will only do so under an approved Open Source Institute licence.
3333

3434
It also protects us, by requiring contributors to check and confirm that they own the copyright on the contributions they make - this can help keep everything clear when, for example, a contribution is made on employers time.
3535

36-
What this doesn't give us is the right to go out and fight copyright infringements on a contributor's behalf.
36+
What this doesn't give us is the right to go out and fight copyright infringements on a contributor's behalf.
3737

3838
Our agreements are built of the templates provided by http://contributoragreements.org/
3939

@@ -43,11 +43,11 @@ Before contributions to any of our projects are accepted, we require you to comp
4343

4444
### Submission Instructions
4545

46-
We have a [generic agreement](http://contributoragreements.org/u2s/bm1v4q5je) that covers all code projects in the [Open Data Services GitHub Organisation](https://github.com/opendataservices)
46+
We have a [generic agreement](http://contributoragreements.org/u2s/bm1v4q5je) that covers all code projects in the [Open Data Services GitHub Organization](https://github.com/opendataservices)
4747

4848
If this is amenable to you, feel free to complete it. We will be automatically notified that you have submitted an agreement and will contact you (usually in the same day, but in no more than 3 working days)
4949

50-
However, we're more than happy to talk, so if you want to get in touch before you sign anything, then please do.
50+
However, we're more than happy to talk, so if you want to get in touch before you sign anything, then please do.
5151

5252
You can contact us at [email protected]
5353

@@ -71,7 +71,7 @@ Once we have reviewed and signed a copy of the agreement we will be able accept
7171

7272
### Bitesize issues
7373

74-
Getting started on someone else's software project can be daunting. So when we have an issue that we think would be a good task for someone new to the project, we mark them as Bitesize.
74+
Getting started on someone else's software project can be daunting. So when we have an issue that we think would be a good task for someone new to the project, we mark them as Bitesize.
7575

7676
Look for issues marked with the [Bitesize](https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Aopendataservices+label%3ABitesize) label if you want somewhere to start.
7777

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
# Org-ID: A list of lists
22

3-
We are creating a simple proces, tool and codelist to enable data publishers and users to create and use joined up data that identifies organisations.
3+
We are creating a simple proces, tool and codelist to enable data publishers and users to create and use joined up data that identifies organizations.
44

55
This involves
66

7-
* Maintaining an list of organisation identifier lists;
7+
* Maintaining an list of organization identifier lists;
88
* Developing a methodology for updating the list
99
* Providing simple lookup tools, and guidance on choosing the best identifiers to use
1010

11-
## The register of organisation identifier lists
11+
## The register of organization identifier lists
1212

13-
An organisation identifier list is any list that contains at least an identifier, and a name, for a collection of organisations.
13+
An organization identifier list is any list that contains at least an identifier, and a name, for a collection of organizations.
1414

15-
Building on the [IATI Organisation Registration Agency codelist](http://iatistandard.org/202/codelists/OrganisationRegistrationAgency/) we are creating an updated register of organisation identifier lists.
15+
Building on the [IATI Organization Registration Agency codelist](http://iatistandard.org/202/codelists/OrganisationRegistrationAgency/) we are creating an updated register of organization identifier lists.
1616

17-
This list will contain detailed meta-data on the nature of the identifiers provided, the coverage of identifier lists. It will provide a unique code to identify each list.
17+
This list will contain detailed meta-data on the nature of the identifiers provided, the coverage of identifier lists. It will provide a unique code to identify each list.
1818

1919
This code can be used as a prefix to create simple identifier strings, or can be used as the 'scheme' in a two-part identifier.
2020

2121
### For example:
2222

23-
The code for the organisation identifier list provided by UK Companies House is 'GB-COH'. The identifier assigned to Open Data Services Co-operative Ltd in this list is '09506232'. Putting this together allows a dataset to unambiguously identify Open Data Services Co-operative Ltd as:
23+
The code for the organization identifier list provided by UK Companies House is 'GB-COH'. The identifier assigned to Open Data Services Co-operative Ltd in this list is '09506232'. Putting this together allows a dataset to unambiguously identify Open Data Services Co-operative Ltd as:
2424

25-
GB-COH-09506232
25+
GB-COH-09506232
2626

2727
or in a table such as:
2828

29-
| Organisation ID Scheme | Organisation ID |
29+
| Organization ID Scheme | Organization ID |
3030
|------------------------|-----------------|
3131
| GB-COH | 09506232 |
3232

3333
### Developing the list of lists
3434

3535
We are prototyping our updated register on GitHub: you can find codelists in the ```/codes/``` directory.
3636

37-
These are structured based on the ```list-schema.json``` JSON Schema in the ```/schema/``` directory.
37+
These are structured based on the ```list-schema.json``` JSON Schema in the ```/schema/``` directory.
3838

3939
We have imported codes from a range of sources, and have been updating these [based on the process in our Researchers Handbook](https://docs.google.com/document/d/1lkLjHxXaH9GuAR_g-pv9Qru28f1EeOMZtwXduVboMa4/edit#).
4040

4141
Only those entries with a ```"confirmed":true``` have been reviewed and should be relied upon. All others should be treated as provision.
4242

4343
#### Help us out
4444

45-
Pull requests to update any codes, or suggest new codes are welcome.
45+
Pull requests to update any codes, or suggest new codes are welcome.
4646

4747

4848
## List Finder Django App
@@ -69,11 +69,11 @@ python manage.py runserver
6969

7070
## Tools
7171

72-
### Setup
72+
### Setup
7373

74-
The scripts in tools/ have a number of requirements.
74+
The scripts in tools/ have a number of requirements.
7575

76-
Set-up a virtual environment to easily install these.
76+
Set-up a virtual environment to easily install these.
7777

7878
```
7979
virtualenv --python=/usr/local/bin/python3 .ve
-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)