BoostV / process-optimizer-frontend

A web frontend for ProcessOptimizer
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Add variable type to each data point #268

Closed langdal closed 1 year ago

langdal commented 1 year ago

This PR will convert the type of values into a discrete union by adding a "type" key to all values. Furthermore, the actual values are now using the correct primitives, i.e., string/number. As a consequence, data rows now only contain valid data points and can be ordered arbitrarily.

The PR includes the changes of #266 and is best reviewed after #266 has been merged to main

Data points within a row are sorted deterministically when processed in the reducer function.