conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[ENH] - Changing the description should not rebuild the env #302

Open kcpevey opened 11 months ago

kcpevey commented 11 months ago

Feature description

If I go to an existing environment in the ui, add a new description, then click "Save", it will build a new environment. However, nothing about the environment itself has changed, only some metadata.

I propose than changes to the description should update this metadata in the database, but not rebuild a new env.

Value and/or benefit

Needless (potentially time and resource consuming) env builds will be avoided.

Feel free to move if this belongs in the conda-store repo instead...

Anything else?

No response