cpmodel / FTT_StandAlone

Future Technology Transformation models
GNU General Public License v3.0
10 stars 1 forks source link

Simplify variable selection frontend #102

Open Femkemilene opened 6 months ago

Femkemilene commented 6 months ago

At the moment, variable selection is complicated in two senses:

  1. A distinction is made between simple, detailed and all variables.
  2. Search is either on the variable abbreviations or on the variable names.

image

I believe we agreed on removing the distinction between simple and detailed variables. Would it be helpful to make search simpler too by allowing a simultaneous search on abbreviations and written out variable names?

jp-camecon commented 6 months ago

Agree on removing the simple detailed all distinction and just showing all variables.

On variable vs code, probably the simplest option is we could merge the names and descriptions together to avoid needing to switch between code and name?

Femkemilene commented 5 months ago

Merging the names and codes would be good, yeah.