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

View Credential Details screen should show the fields defined by the schema #60

Open
nick-verida opened this issue Apr 6, 2022 · 0 comments

Comments

@nick-verida
Copy link
Contributor

nick-verida commented Apr 6, 2022

https://common.schemas.verida.io/health/pathology/tests/covid19/pcr/v0.1.0/schema.json has the fields:

    "layouts": {
        "create": [
            "fullName",
            "dateOfBirth",
            "patientId",
            "result"
        ],
        "view": [
            "fullName",
            "dateOfBirth",
            "testTimestamp",
            "result"
        ]
    },

Instead of displaying the correct fields it displays them all.

image

It should migrate to using the Vue VC display component we created where the logic is correctly implemented.

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

No branches or pull requests

1 participant