Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Fixtures for Data column of Identities are out of date #15

Open
StephenOTT opened this issue Jan 13, 2018 · 1 comment
Open

Data Fixtures for Data column of Identities are out of date #15

StephenOTT opened this issue Jan 13, 2018 · 1 comment
Assignees

Comments

@StephenOTT
Copy link
Member

When you load new install and review the Morgan individual, the data column loads with:

{
  "suffix": "Mr",
  "first_name": "Morgan",
  "last_name": "Cole",
  "address": {
    "street": "90 Wellington St",
    "city": "Ottawa",
    "province": "Ontario",
    "country": "Canada",
    "postal_code": "K1A 0A4"
  },
  "phone": "1-888-111-2222",
  "email": "[email protected]",
  "birth_date": 63676800
}

But when you register a new individual, and add their persona through portal, the form produces something such as:

{
  "firstName": "some first name",
  "lastName": "some last name"
}

@baddlan @mario-digitalstate please reconcile the proper format and update form or data fixtures.

@StephenOTT
Copy link
Member Author

@baddlan the labels are out of date as well.
They are showing: ds.microservices.entity.property.firstName

see: portal: /#/pages/profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants