ENUM fields for rules #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As was pointed out in our most recent discussion about the direction of this project it would be a great addition if some fields could implement a set of allowed values that will be used twofold:
Generate()
this method can be used to check whether the values coming from the consumer are plausible.GET /rule/:rule
endpoint will now present the possible ENUM values, which will allow in a better user interface on the client side (ie Dropdowns with only ENUM values)Implemented thoroughly, this will allow better backend plausibility of values provided, and allow a more userfriendly way of displaying fields where only a set of answers if allowable.
Dropdown Felderto ENUM fields for rules