-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Add functionality of getting people as an iterator in cht-datasource #9238
Labels
Type: Feature
Add something new
Comments
As noted here: #9237 (comment) I think we should go for a function signature like: const getAll = () => AsyncGenerator<Person.v1.Person, void> Also, FTR, I have found this blog post to be very helpful in wrapping my mind around async interators/generators. |
This was referenced Jul 25, 2024
Merged
github-project-automation
bot
moved this from This Week's commitments
to Done
in Product Team Activities
Aug 23, 2024
@sugat009 Should this be in the release milestone? |
@garethbowen yes. |
I am removing this from the 4.11 milestone since it is covered already by #9241. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
This feature is part of a bigger feature of the creation of API endpoints for getting contacts by type. (#9193)
The target of this feature is to have the functionality of getting people using
cht-datasource
as anAsyncIterator
or something similar that can fetch data in batches.Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: