dnaka91 / cargo-hatch

Hatch new projects like a chick coming out of its egg
GNU Affero General Public License v3.0
7 stars 1 forks source link

Dynamic values #11

Open ModProg opened 1 year ago

ModProg commented 1 year ago

Same behavior as with defaults (using json for encoding of list and multi_list).

My usecase:

First question selects a set of features.

Second question selects one of them as default: should only offer the ones selected in question 1.

dnaka91 commented 1 year ago

Same as in #8, currently don't have a good solution for this, or at least none that I like, as it'll extremely complicate the code for it, and has several downsides to it.

Totally get the use case, but so far not happy with the solution for this feature (at least the ideas I have come up with). Let's discuss furthe development for this in #8.