-
Notifications
You must be signed in to change notification settings - Fork 438
Description
Is your feature request related to a problem? Please describe.
OED has added new values that are associated with meters. The CSV Readings admin page allows for using unique values for the upload, when appropriate, including ones associated with the meter. The appropriate new values should be added to the CSV Readings page.
Describe the solution you'd like
The meter page allows the creation of a new meter where the new values of interest are highlighted in red:
The ability to set values for each of these fields will be added to the CSV Reading upload page after the current ones. The same column and order should be possible since Time Zone can start right after the Time Sort that is already there. The same choices will be available. Each field will be set to the meter value whenever a meter is selected as is done for other fields. These values will be used for the readings upload but not impact the stored meter value (as done for other values already available). The route values need to be updated and the use will be added to src/server/services/csvPipeline/uploadReadings.js and maybe other places.
Describe alternatives you've considered
The admin must change the values on the meter page and set back to original values. This is less convenient, subject to mistakes and might lead to mistakes in uploaded data if an automatic upload that should use the normal values occurs during the time that the meter values were changed.
Additional context
None