Skip to content
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

Use Continuation Marker instead of start rank #364

Open
steilerDev opened this issue Oct 6, 2023 · 0 comments
Open

Use Continuation Marker instead of start rank #364

steilerDev opened this issue Oct 6, 2023 · 0 comments
Labels
class(feature) Indicates work related to a new feature status(backlog) This item is considered for future development

Comments

@steilerDev
Copy link
Owner

steilerDev commented Oct 6, 2023

Describe the ultimate goal you want to achieve

Currently the tool is build on the expectation of receiving a maximum of 198 assets per request and builds queries that modify the start rank.

This could be a problem, if the limit changes at any point and already leads to issues with a lot of albums (#294).

How do you think the feature should be implemented

iCloud offers a continuationMarker, which apparently returns remaining results (if there are any): https://developer.apple.com/library/archive/documentation/DataManagement/Conceptual/CloudKitWebServicesReference/QueryingRecords.html#//apple_ref/doc/uid/TP40015240-CH5-SW4

@steilerDev steilerDev added status(open) A new issue - not yet classified class(feature) Indicates work related to a new feature status(backlog) This item is considered for future development and removed status(open) A new issue - not yet classified labels Oct 6, 2023
@steilerDev steilerDev mentioned this issue Oct 6, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
class(feature) Indicates work related to a new feature status(backlog) This item is considered for future development
Projects
None yet
Development

No branches or pull requests

1 participant