OpenEnergyDashboard / OED

Open Energy Dashboard (OED)
Mozilla Public License 2.0
73 stars 252 forks source link

meter reading duplication should be drop-down menu #1208

Closed huss closed 1 week ago

huss commented 2 months ago

Is your feature request related to a problem? Please describe.

On the CSV page, the reading duplication is a drop-down menu of 1-9. This forces the value to be integral and that should be the case. The meter create and edit pages allow for arbitrary input of values. When not an allowed value, the save does not actually happen to the DB and no error is shown. It is in Redux state but if the page is refreshed it will go back to its old value.

Describe the solution you'd like

Convert meter pages to use drop-down.

Describe alternatives you've considered

Leave as is with issues involved.

Additional context

None

davanmur commented 3 weeks ago

I would like to work on this.