ENUM fields for rules #2
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: florian/hostname-service#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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