-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Design / Bug] Photos - Album created for the first time is not visible #40
Comments
Hey there! I think the UI is confusing here, and I take full blame. But this is the intended behavior. (In fact, it's the same behavior as all other online Photo services like Google / Amazon etc.) Here's why. Most users want a place to dump photos, and not have to worry about categorizing them. They want the platform to be smart enough to somehow group the photos for them. This is exactly the reason why Apple, Google, Amazon, all offer things like face-recognition, location-recognition, gps-based grouping, date-based grouping, AI-detecting birthdays and grouping parties etc type of functionalities. To auto-categorize these bulk-dumped photos. And just like all these other services, on Cryptee your photos don't need to belong to an album. You can dump 100,000s of photos to your home folder, and not have to put them in albums if you really want to so. So photos & albums live side by side on the home folder. So, it's correct that let's get started does not create a new album. Instead it specifically encourages dragging & dropping photos. Once these photos are uploaded, users can select, and move them into albums if they wish. – About the bad design part – And the move pop-up shows you 3 options right now.
(Rename the albums to something else like "Album 1" and "Album 2", and I think you'll understand what I'm trying to explain here.) What I take from this is :
But if you have no albums, and only 4 photos, it's natural to think, oh I've uploaded photos, and they're in "New Album". I now completely see how this is confusing, and I'm going to redesign this button and make sure it's clear this is a button. – I'm quite surprised this exact flow didn't come up in our UX test. So I think I need a clearer way to show this is a button.
Does this make sense? |
We're making incremental improvements to this flow, and this was the first update to address some of the design issues. Thanks a lot for bringing these up! |
When we use the Photo function for the first time, we are prompted to upload photos ("Let's get started").
After uploading by drag and drop, the thumbnails of the uploaded photos appear, but they are apparently not in any album.
If we create a new album by clicking "New Album" (only now we see that link!), photos will be uploaded to this album and we can give the album a name.
Still the first uploaded photos are apparently not in any album. In order to achieve this, we need to create a new album and move the first uploaded photos to this new album.
I don't think that this behavior is intended.
The problem could be solved if the function "Let's get started" would trigger the same action as "New Album".
The text was updated successfully, but these errors were encountered: