Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialFinanceDigitalLabs committed Jan 7, 2022
1 parent fb96472 commit bd53d41
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 20 deletions.
4 changes: 2 additions & 2 deletions _data/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ first_name:
name: First name
primary_key: false
record: person
status: Pending consideration
status: Decided
type:
description: A string of Unicode characters as defined by the JSON Schema `string`
type.
Expand Down Expand Up @@ -2147,7 +2147,7 @@ last_name:
name: Last name
primary_key: false
record: person
status: Pending consideration
status: Decided
type:
description: A string of Unicode characters as defined by the JSON Schema `string`
type.
Expand Down
18 changes: 8 additions & 10 deletions _data/git.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
git_committed_date: 2021-10-14 12:56 GMT
git_committer_email: noreply@github.com
git_committer_name: GitHub
git_committed_date: 2022-01-07 13:11 GMT
git_committer_email: [email protected].github.com
git_committer_name: killiantroy
git_dirty: false
git_hexsha: 7b95135536be8237416c3a413d0db8bba8ad9394
git_msg: 'Merge pull request #14 from SocialFinanceDigitalLabs/spec-update
git_hexsha: e76b640016e738f92842c90b6cdd82d8c6b54b4d
git_msg: 'Update person.yml
Spec update'
'
git_tagrefs:
- comitter_email: [email protected]
comitter_name: Kaj Siebert
Expand Down Expand Up @@ -49,6 +48,5 @@ git_tagrefs:
Spec update'
tag: v1.0.1
git_tags:
- v1.0.1
git_version: v1.0.1
git_tags: []
git_version: e76b640
4 changes: 2 additions & 2 deletions _data/records.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
id: first_name
name: First name
primary_key: false
status: Pending consideration
status: Decided
type:
description: A string of Unicode characters as defined by the JSON Schema `string`
type.
Expand All @@ -69,7 +69,7 @@
id: last_name
name: Last name
primary_key: false
status: Pending consideration
status: Decided
type:
description: A string of Unicode characters as defined by the JSON Schema `string`
type.
Expand Down
12 changes: 6 additions & 6 deletions assets/spec/record-relationships.dot
Original file line number Diff line number Diff line change
Expand Up @@ -481,21 +481,21 @@ graph {



"employment_entry" -- "person" [taillabel="0,1", headlabel="1", id="employment_entry--person"];
"employment_sustain" -- "person" [taillabel="0,1", headlabel="1", id="employment_sustain--person"];

"integration_plan" -- "person" [taillabel="0..N", headlabel="1", id="integration_plan--person"];

"baseline" -- "person" [taillabel="0,1", headlabel="1", id="baseline--person"];

"housing_sustain" -- "person" [taillabel="0,1", headlabel="1", id="housing_sustain--person"];

"employment_sustain" -- "person" [taillabel="0,1", headlabel="1", id="employment_sustain--person"];

"employment_intermediate" -- "person" [taillabel="0,1", headlabel="1", id="employment_intermediate--person"];
"employment_entry" -- "person" [taillabel="0,1", headlabel="1", id="employment_entry--person"];

"housing_entry" -- "person" [taillabel="0,1", headlabel="1", id="housing_entry--person"];

"date_last_seen" -- "person" [taillabel="0,1", headlabel="1", id="date_last_seen--person"];

"employment_intermediate" -- "person" [taillabel="0,1", headlabel="1", id="employment_intermediate--person"];

"baseline" -- "person" [taillabel="0,1", headlabel="1", id="baseline--person"];


}
Binary file modified assets/spec/samples/sample.xlsx
Binary file not shown.
Binary file modified assets/spec/specification-dimensions.xlsx
Binary file not shown.
Binary file modified assets/spec/specification-records.xlsx
Binary file not shown.
Binary file modified assets/spec/specification.docx
Binary file not shown.

0 comments on commit bd53d41

Please sign in to comment.