Skip to content

Commit

Permalink
add unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphv committed Aug 8, 2024
1 parent 72f1384 commit cc914ae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# design requirements

before publish:
put integration tests under tests properly
publish to npm
allow Config() to take in the event level config
create sample app
publish dinosaurus and polish it
-- release 0.5.0 beta.




avro topics
distributed locks controlled by event level data
allow Config() to take in the event level config
to allow easy modifications of configurations needed per event level. This means
config needs to assess the data on the spot and not pull that and cache that.
(think of how to do that)
Expand Down

0 comments on commit cc914ae

Please sign in to comment.