android-app icon indicating copy to clipboard operation
android-app copied to clipboard

Being able to make several changes at once / bulk actions

Open foxmask opened this issue 8 years ago • 9 comments

From the list of articles, it will be very usefull to have options that will permit to :

  • delete several articles in the same time
  • set a tag to several articles in the same time

foxmask avatar Apr 27 '16 11:04 foxmask

The API currently does not support batch operations (https://github.com/wallabag/wallabag/issues/1922) so it will have to be made manually on the app's side for now.

tcitworld avatar Apr 27 '16 11:04 tcitworld

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)

foxmask avatar Apr 27 '16 11:04 foxmask

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.

tcitworld avatar Apr 27 '16 12:04 tcitworld

wallabag-android could get in memory the choices of articles we made, and trigger the choosen action for each of them (article)

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?

Strubbl avatar May 03 '16 17:05 Strubbl

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.

ghost avatar Oct 04 '16 19:10 ghost

@jlnostr I guess you're at the wrong place here. :-p

tcitworld avatar Oct 05 '16 08:10 tcitworld

Hi, where's this at? Thanks!

pVesian avatar Jun 09 '17 08:06 pVesian

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.

Strubbl avatar Jun 12 '17 17:06 Strubbl

Great feature, waiting for it ! Glad to see it was put in the milestones !

El-Gavy avatar Oct 02 '17 12:10 El-Gavy