nextcloud / android

📱 Nextcloud Android app
https://play.google.com/store/apps/details?id=com.nextcloud.client
GNU General Public License v2.0
4.17k stars 1.75k forks source link

Add Photos account switcher #7452

Open axellebot opened 3 years ago

axellebot commented 3 years ago

Is your feature request related to a problem? Please describe.

Can't see any account info from Photos section.

Describe the solution you'd like

Being able to see and interact with account from Photos section

Additional context

Done in Files section (done by #5207) May lead to search integration (a simple one to start with) And also help integrate a potential future Bottom Navigation bar and other features in account switcher interface.

axellebot commented 3 years ago

Looping in @tobiasKaminsky

AndyScherzinger commented 3 years ago

also looping in @nextcloud/designers

axellebot commented 3 years ago

FYI : I opened a discussion on the forum about the future of Photos section (https://help.nextcloud.com/t/the-evolution-of-photos-section/99072)

tobiasKaminsky commented 3 years ago

At least I have no time to look also in forum. For me forum is user <-> user help, e.g. setting up server, etc. For developing/bugs Github should be used.

tobiasKaminsky commented 3 years ago

I am not sure, if having an account switcher in photo view is needed. We also do not have it in any other view that is not related to files (e.g. settings, activities, etc.)

May lead to search integration (a simple one to start with)

Photo/Gallery/Media should show all latest media files, sorted by date. As there is also no file name visible, it is a bit weird to search for something, I think. (if search would be there, then it could redirect to normal files view, maybe).

axellebot commented 3 years ago

I can create an issue for dev <-> dev discussion but having a feedback from end user seems to be legit according to the subject I'm dealing with.

axellebot commented 3 years ago

I am not sure, if having an account switcher in photo view is needed. We also do not have it in any other view that is not related to files (e.g. settings, activities, etc.)

In my opinion the account switcher should be available everywhere there is a main cloud app (file, photos, talks, etc.) and appearing as a main UI anchor to the user (as the navigation drawer).

Photo/Gallery/Media should show all latest media files, sorted by date. As there is also no file name visible, it is a bit weird to search for something, I think. (if search would be there, then it could redirect to normal files view, maybe).

About search UX, what about a user that want to search a photo ? Should he go back to files section ? Don't seems really user friendly to me but why not. A search bar is not necessary a text input it can deal with many properties as location, tags, date (see https://github.com/nextcloud/photos/issues/445). Furthermore the search feature can be shared between multiple section (here file and photos) and applying filter for the needed content type wherever it's used.