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

Feature request - bulk edit/delete options would be cool #33

Open
davidcsloane opened this issue Jul 26, 2024 · 1 comment
Open

Feature request - bulk edit/delete options would be cool #33

davidcsloane opened this issue Jul 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@davidcsloane
Copy link

I took the prompt, to fill in the IMDB top 100 movies, and realized that this isn't a useful list for me. I've seen ~2/3 of these films, and deleting them one by one involves many clicks. Is it possible to delete a collection? Or multi-select movies, and delete them?

@NoelDeMartin
Copy link
Owner

Hey, thanks for opening an issue.

At the moment it's not possible but I'll keep it in mind in the future. One of the ideas I have is to implement a list view, and it shouldn't be difficult to add that kind of interaction there.

However, until that happens (it's going to take a while), maybe you can use a different application to do it? The nice thing about Solid is that your data is not trapped in a single app. So if an app is missing a feature you would like, you can potentially use a different app to update the data :). In this case, you only need to delete the documents with the movies you've watched, so you could use any pod browser type of app.

Also, you say you've seen the movies? In that case, you could just mark them as watched instead of deleting them, that way you'll also be able to keep track of the ones you've already seen (which is the point of the app). It shouldn't be too difficult to do that, since you can click on the ribbon with the clock icon to mark them as watched.

@NoelDeMartin NoelDeMartin added the enhancement New feature or request label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants