mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
UX: Automatically update Albums/unsorted view when pictures are added to an album #1557
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#1557
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bitelxux on GitHub (Sep 18, 2022).
"As a user, I'd like the Albums/unsorted view to automatically update when a selection of pictures are added to an album, and remove them from the view"
The scenario goes as follows:
I have potentially thousands of pictures (pics in no album) to organize in albums
The Albums/unsorted view helps me showing only those pictures that are not
in any album.
Then I start selecting pictures and adding them to albums
During the process, when I add a selection to an album, all the selection
marks in the albums/unsorted view are cleared but the photos are still
shown until the view albums/unsorted is refreshed. That makes pretty hard
to keep track of what pictures have been organized in the current
'organizing session'
Ideally, when we are in the albums/unsorted view, pictures that are added
to an album should automatically be removed from the view without the need
of refreshing. Or, if you like, the albums/unsorted view should be
automatically updated.
The behavior might be exactly the same as archiving pictures from any view: The view automatically updates removing the archived pictures.