diff --git a/_data/fields.yml b/_data/fields.yml index 7d9b492..01f219b 100644 --- a/_data/fields.yml +++ b/_data/fields.yml @@ -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. @@ -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. diff --git a/_data/git.yml b/_data/git.yml index 13b6676..4c66d9d 100644 --- a/_data/git.yml +++ b/_data/git.yml @@ -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: 44439674+killiantroy@users.noreply.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: kaj@k-si.com comitter_name: Kaj Siebert @@ -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 diff --git a/_data/records.yml b/_data/records.yml index 031a413..8ef7afb 100644 --- a/_data/records.yml +++ b/_data/records.yml @@ -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. @@ -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. diff --git a/assets/spec/record-relationships.dot b/assets/spec/record-relationships.dot index f6bdaa2..f10b4ea 100644 --- a/assets/spec/record-relationships.dot +++ b/assets/spec/record-relationships.dot @@ -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"]; + } \ No newline at end of file diff --git a/assets/spec/samples/sample.xlsx b/assets/spec/samples/sample.xlsx index ce7e02d..96ca491 100644 Binary files a/assets/spec/samples/sample.xlsx and b/assets/spec/samples/sample.xlsx differ diff --git a/assets/spec/specification-dimensions.xlsx b/assets/spec/specification-dimensions.xlsx index 474fe60..67091bd 100644 Binary files a/assets/spec/specification-dimensions.xlsx and b/assets/spec/specification-dimensions.xlsx differ diff --git a/assets/spec/specification-records.xlsx b/assets/spec/specification-records.xlsx index 3096886..1291c2b 100644 Binary files a/assets/spec/specification-records.xlsx and b/assets/spec/specification-records.xlsx differ diff --git a/assets/spec/specification.docx b/assets/spec/specification.docx index 1a67ab8..df7436e 100644 Binary files a/assets/spec/specification.docx and b/assets/spec/specification.docx differ