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 processing #8

Open
asher9943 opened this issue Feb 15, 2024 · 0 comments
Open

Data processing #8

asher9943 opened this issue Feb 15, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@asher9943
Copy link
Collaborator

We need the data to be processed so that the frontend can display it. For example, we need to be displaying CVT temperature, but the raw output only gives a voltage. I don't think that the frontend should be performing those conversions because people will likely want to perform their own quantitative analyses on the data. This also overloads the frontend with needing to not only present the data but also hold all of the formulas/filters for doing the conversion.

This should probably take the form of a script (or suite of them) that will convert the data into a constant format (which should then be documented). Ideally the frontend should always be able to rely on being given a file in that format (within certain parameters, like missing values in some rows is acceptable).

@asher9943 asher9943 added enhancement New feature or request help wanted Extra attention is needed labels Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant