-
Notifications
You must be signed in to change notification settings - Fork 259
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
Being able to make several changes at once / bulk actions #227
Comments
The API currently does not support batch operations (wallabag/wallabag#1922) so it will have to be made manually on the app's side for now. |
Most of 'batch' operation its a "bulk" process that we need. I imagined that wallabag-android could get in memory the choices of articles we made, and trigger the choosen action for each of them (article) |
Sure, no worries. I only meant it will be slower to do because we got to wait for the correct answer each time for each item before it starts with the next item. |
I like that idea. But you should "get in memory" look like? A separate database table for saving actions on articles besides performaing that actions already locally in you app? |
That's how I realized it. I created another table in my SQLite database called "OfflineTasks". It contains the item ID and the task to perform (mark as read/delete/favorite etc.). Each time the user presses the sync button, all actions are executed. If it was successful, the task can be deleted from the database. |
@jlnostr I guess you're at the wrong place here. :-p |
Hi, where's this at? Thanks! |
Status is represented by this issue: Nothing happend since ages. If you want to contribute, we would be happy to receive a pull request for this issue. |
Great feature, waiting for it ! Glad to see it was put in the milestones ! |
8y later let's forget ;) |
From the list of articles, it will be very usefull to have options that will permit to :
The text was updated successfully, but these errors were encountered: