-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: packages and apps #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
byutiful, just super minor suggestions
packages/data-flow/README.md
Outdated
|
||
### [StrategyRegistry](./src/strategyRegistry.ts) | ||
|
||
The `StrategyRegistry` stores strategy IDs in memory to populate strategy events with them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The `StrategyRegistry` stores strategy IDs in memory to populate strategy events with them. | |
The `StrategyRegistry` stores strategy IDs to populate strategy events with them given the Strategy address. |
packages/data-flow/README.md
Outdated
|
||
### [DataLoader](./src/data-loader/dataLoader.ts) | ||
|
||
The `DataLoader` is responsible for applying changesets to the database.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The `DataLoader` is responsible for applying changesets to the database.. | |
The `DataLoader` is responsible for applying changesets to the database. |
packages/processors/README.md
Outdated
Describe your package's API here. | ||
### Processors | ||
|
||
This package provides the following repositories: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package provides the following repositories: | |
This package provides the following events' processors: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
🤖 Linear
Closes GIT-118 GIT-119 GIT-120
Description
Improve docs across the entire the repo
Checklist before requesting a review