Skip to content

Commit

Permalink
Updating to create relay which would provide evaluation of flags non-…
Browse files Browse the repository at this point in the history
…local
  • Loading branch information
dzhibas committed Apr 28, 2024
1 parent dba305f commit e16b06d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

items tracking to be done

Still todo
Flagfile-Parser

- [ ] date > timestamp comparison
- [ ] parse NOW function
- [ ] evaluator for Flagfile
- [ ] restructure and rename project into Flagfile.rs / into workspaces
- [ ] introduce new comparison ops - regex match (and does not match), contains (and does not contain)

CLI
Flagfile-CLI

- [ ] flagfile validate
- [ ] flagfile init
Expand All @@ -22,6 +22,12 @@ CLI
- [ ] flagfile fmt
- [ ] flagfile test (will look for flagfile.tests file and run those)

Flagfile-Relay

- [ ] Server options: gRPC (tonic), rest (axum), redis (pretend to be redis), flagfile cdn
- [ ] Pullers: pulling from cdn, from github, SSE - listening for update as server side events
- [ ] Create lightweight side-car container for this

Done

- [x] Atom parsing for Date
Expand Down

0 comments on commit e16b06d

Please sign in to comment.