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

Being able to make several changes at once / bulk actions #227

Open
foxmask opened this issue Apr 27, 2016 · 10 comments
Open

Being able to make several changes at once / bulk actions #227

foxmask opened this issue Apr 27, 2016 · 10 comments
Labels
Milestone

Comments

@foxmask
Copy link

foxmask commented Apr 27, 2016

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
@tcitworld tcitworld added this to the 2.0 milestone Apr 27, 2016
@tcitworld
Copy link
Member

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.

@foxmask
Copy link
Author

foxmask commented Apr 27, 2016

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)

@tcitworld
Copy link
Member

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.

@Strubbl
Copy link
Contributor

Strubbl commented May 3, 2016

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?

@ghost
Copy link

ghost commented Oct 4, 2016

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.

@tcitworld
Copy link
Member

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

@di72nn di72nn changed the title being able to make several changes at once Being able to make several changes at once / bulk actions Mar 8, 2017
@pVesian
Copy link

pVesian commented Jun 9, 2017

Hi, where's this at? Thanks!

@Strubbl
Copy link
Contributor

Strubbl commented Jun 12, 2017

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 Strubbl modified the milestones: 2.1, 2.0 Jun 28, 2017
@El-Gavy
Copy link

El-Gavy commented Oct 2, 2017

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

@foxmask
Copy link
Author

foxmask commented Nov 28, 2024

8y later let's forget ;)

@foxmask foxmask closed this as completed Nov 28, 2024
@di72nn di72nn reopened this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants