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

Dataset validation #6

Open
martukas opened this issue Apr 21, 2022 · 1 comment
Open

Dataset validation #6

martukas opened this issue Apr 21, 2022 · 1 comment

Comments

@martukas
Copy link
Member

When uploading a dataset, the server should perform some checks before adding it to the database:

  • uniqueness - this can be ascertained by filename, which should be fairly unique by virtue of the seconds-resolution timestamp, but because it includes the tester's name and scenario name, it is virtually guaranteed to be unique
  • identification of device being tested. There should be a device profile in the database describing the prototype being tested. Similar requirements could be applied for test equipment identification.
  • some sort of schema to check that json structure is as expected?
@martukas
Copy link
Member Author

martukas commented May 2, 2022

It may be useful to reimplement the database module before doing this as described in #12

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

1 participant