Skip to content

Commit f4628ff

Browse files
committed
couple items in mind
1 parent f5011b9 commit f4628ff

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/TODO.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Flagfile-Relay
2828
- [ ] server as cdn can serve this as flagfile or converted through converter into other framework (like launchdarkly or .net flagging)
2929
- [ ] Pullers: pulling from cdn, from github, SSE - listening for update as server side events
3030
- [ ] Create lightweight side-car container for this
31+
- [ ] Look into if we can transform AST of feature flags into json structure launchdarkly uses and force ld-relay to pull state from our apis instead so client libraries doesnt need to change. similar to what dorklyorg/dorkly does with yaml files
3132

3233
Flagfile other crazy ideas
3334

docs/roadmap.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
for the full-blown project Flagfile follow same bottom up technique just like NOM parsing bottom up :)
44

5+
feature flags perfectly decribed here: https://martinfowler.com/articles/feature-toggles.html
6+
57
## sequence of events
68

79
1. create parser and evaluator for boolean expressions (DONE)

0 commit comments

Comments
 (0)