LD Flags that are to be created manually after login into launchdarkly as read from the code
1. Boolean Type with variations
global-boolean-flag : true or false
user-based-percentage-rollout : true or false
user-clicked-flag : true or false
2. Date as String with variations
current-date-for-welcome-message : "now", "11-01-2023"
current-date-for-welcome-email : "now", "12-02-2024"
to be created.. however exact ways to create these flags with all the variations values is not clear, kindly put them in readme.md
from the code (https://github.com/thombergs/code-examples/tree/master/spring-boot/feature-flags) I read
to be created.. however exact ways to create these flags with all the variations values is not clear, kindly put them in readme.md