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

Create a data-checker #12

Open
C451 opened this issue Nov 12, 2022 · 0 comments
Open

Create a data-checker #12

C451 opened this issue Nov 12, 2022 · 0 comments
Labels

Comments

@C451
Copy link
Contributor

C451 commented Nov 12, 2022

The experience from TVJS project shows that many errors come from incorrect data provided to the library. The idea is to make a data-analyzer that can spot common mistakes, e.g. timestamp duplicates. Data should be checked against the data structure.

List of common data-bugs:

  • mistakes in the data structure (pane with no arrays, etc)
  • timestamp duplicates
  • timestamp that not aligned with the main timeframe (e.g. 1668174129877 when tf is 60000 ms)
  • plain wrong order of timestamps, reverse or not sorted by time
  • ... to be continued

The app should provide user with error, warnings and suggestions

@C451 C451 added the Lvl 2: Hurt me plenty Hurt me plenty label Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant