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

Handle large number of files in a bucket, with a limit and filtering #94

Open
sergioleon3d opened this issue Oct 21, 2024 · 0 comments
Open

Comments

@sergioleon3d
Copy link

Context: APS VScode Extension does not list the files in a buckets when the number of design files are really huge.

Proposal:
-> Limit the number of files listed in the bucket in the tree view to something that makes sense (100 items). Add at the end a note that indicates it only shows a limited number of files, and ask to use a filtering option to show more.
-> Allow to filter files inside a bucket by PREFIX, to show specific files inside a bucket with a huge amount of designs.

API (https://aps.autodesk.com/en/docs/data/v2/reference/http/buckets-:bucketKey-objects-GET/) allows to filter up to 100 and 'beginWith' parameters.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant