-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adding pagination capability #37
base: master
Are you sure you want to change the base?
Conversation
Hi @andersevenrud , I have two questions:
|
Hi again. any suggestion for these two questions? |
|
I did not understand this part.
Yes. In this way, we need to find a quick way to insert data, in such a way the list (which prpbably is huge) remains sorted |
Right now the signature is like this: If this was removed then this only would have to be called once and cached (possibly with lifetime...if reloading turns out not to be optimal). So the VFS abstraction for this would be:
|
Hi again @andersevenrud I did what you said about sorting here, but it seems server-side vfs does not support requests without any argument. Is it is OK to send path in capabilities api for caching goal. If not, how can we support that? |
Hey @mahsashadi . Glad to hear you're doing fine :)
Hm. It would probably be best to create a PR that changes the api to support methods without arguments 🤔 |
@andersevenrud Hi, I have fixed problems about pagination in file manager app. I hope you have time to examine them. |
Sorry for the late reply. I will take a thorough look this weekend :) Work days is a bit to busy for me to give this my full attention. |
For this pull request on file manager, these two pull requests should also be considered: |
File manager'd better to support pagination for directories with lots of files.