thombergs / code-examples

A collection of code examples from blog posts etc.
MIT License
2.65k stars 2.64k forks source link

Launch Darkley flags creations instructions not given #288

Open nagkumar opened 1 year ago

nagkumar commented 1 year ago

from the code (https://github.com/thombergs/code-examples/tree/master/spring-boot/feature-flags) I read

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