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

validation issues #402

Open
4 tasks
nsheff opened this issue Nov 20, 2024 · 0 comments
Open
4 tasks

validation issues #402

nsheff opened this issue Nov 20, 2024 · 0 comments
Assignees

Comments

@nsheff
Copy link
Contributor

nsheff commented Nov 20, 2024

a bunch of issues with UI of validation

  • when validation failed, you can't see the message; it needs to wrap, and/or use a wider modal

image

  • From the sample table view page, there's no link to the actual schema I'm using.
  • The validation message is not listing the attribute. it says:
{
  "valid": false,
  "error_type": "Samples",
  "errors": [
    "'single' is not valid under any of the given schemas (1865, Normal1C, Normal2B, 1770, 1893, Normal3, Normal4, 1947, 1359a, N282-300, N375-800, 2082, 1934, 1602, 1762, 1875, 1359b)"
  ]
}
  • the validation message says "under any of the given schemas (...)" and then proceeds to list samples (not schemas). Also, are multiple schemas even allowed? Is this just a typo?
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