Raz
Software engineer - maker of things
:heavy_plus_sign: added morgan to log express requests in development
:construction: created a module to fetch all the fields available for selection
:construction: fixed some console react warnings
:construction: connected the new data selector to the back-end
:construction: updated the dataset model with the conditions field
also removed the axis type field that was not used
:construction: keep all datasets as separate objects in the page
:construction: added basic UI functionality to the filters
Merge branch 'master' into beta13
:construction: small ui improvements to the new data component
:construction: implemented first draft of the new data selection component
Changed personalisation to appearance in the wording
:construction: separated dataset colors into its own component
:children_crossing: updated the copy in multiple components and made first dataset button more clickable
:fire: removed old code for the charts configuration in the backend
:fire: removed legacy code from the front-end
:construction: fixed issue with multiple datasets on line charts
fixed issue with sorting dates with multiple datasets
:construction: added support for multiple datasets with the new algorithm
:construction: fixed date mutability when the includeZeros was true
type detection on fields ✨
:bug: fixed bug with date mutation when zeros are included in timeseries
:construction: multiple bug fixes and edge cases checks
:construction: added dateField functionality setter in the UI and updated the UI a bit