You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: