Skip to content

Showcase featured images #324

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

Closed
nicolas-raoul opened this issue Nov 15, 2016 · 26 comments
Closed

Showcase featured images #324

nicolas-raoul opened this issue Nov 15, 2016 · 26 comments

Comments

@nicolas-raoul
Copy link
Member

nicolas-raoul commented Nov 15, 2016

Just a wild idea, looking forward to your feedback about it:
How about putting a "List of recently featured images" at the top of the gallery? Scrollable to the left/right.

Plus:

  • Show users what a great Commons picture is
  • Inspire/motivate users to take part in the same project
  • Let users hope that one day their picture will be shown at that place (in fact, show them that taking great pictures is worth the effort)

Minus:

  • Quite a stretch from the core mission of the app
  • Potentially time wasting
  • Certainly bandwidth wasting
@misaochan
Copy link
Member

I like the idea of having a list of recently featured images.

Personally, though,I wouldn't really want it at the top of the gallery. After I upload a pic, I like to glance at the top pic of the gallery to check that the upload has completed, etc. I also like to be able to quickly check what the last couple of photos I uploaded was, without having to scroll.

Perhaps we could just have it as an additional activity, so users can decide whether to view it or not?

@tobias47n9e
Copy link
Member

I would like a gallery of featured pictures, if it is a separate item in the nav drawer (https://material.io/guidelines/patterns/navigation-drawer.html). That way it only loaded if a user specifically wants to look at the gallery.

@misaochan
Copy link
Member

I agree, having it in a nav drawer would be great. I think I started an attempt at creating a nav drawer for the app, but hit some bugs that I couldn't resolve (see #251 )

@misaochan
Copy link
Member

misaochan commented Jul 5, 2017

Now that we have a nav drawer, what do you guys think about implementing this (possibly as part of the renewal)? @neslihanturan @maskaravivek

@misaochan
Copy link
Member

@nicolas-raoul , do you know if there is an API for this?

@nicolas-raoul
Copy link
Member Author

I think it is just a normal category. I am sure there is an API to get all media of a category.

@misaochan
Copy link
Member

Ah okay, thanks!

@misaochan
Copy link
Member

misaochan commented Oct 30, 2017

This will be implemented in the later half of the IEG renewal. The scope is still somewhat vague, so we need to discuss how the UI will look like, what exactly to display, etc.

Use case:
We plan on adding a "featured images" activity to the app, accessible via the navigation drawer. This will allow users to browse featured images on Commons, which aims to educate newcomers on what makes a good Commons picture, and inspire and motivate users to take great pictures in hopes of seeing their own picture in that section.

Scope:

  • Look for API that fetches media from the featured pictures category - https://commons.wikimedia.org/wiki/Category:Featured_pictures_on_Wikimedia_Commons . How many should we fetch?
  • Download thumbnails of images from API along with associated information
  • Display thumbnails in UI, possibly along with title, description, author etc. What sort of view would we want to use for this? Should it be similar to the Contributions view?
  • What do we want to do when the user taps on a thumbnail? Should we take them to the picture on Commons or implement a detailed media view?
  • Link to this activity in the nav drawer

@neslihanturan
Copy link
Collaborator

Display thumbnails in UI, possibly along with title, description, author etc. What sort of view would we want to use for this? Should it be similar to the Contributions view?

+1 for Contributions view

@neslihanturan
Copy link
Collaborator

Since I really liked this idea, maybe we can add it on third tab along with contributions, nearby, instead of another item on nav drawer.

@neslihanturan
Copy link
Collaborator

While working on mockups of this feature, some question come up:
1- Which information do we want to emphasize on grid layout? Only thumbnail, file name + thumbnail etc.
2- Which information do we want to emphasize on media detail page?

@misaochan
Copy link
Member

misaochan commented Nov 8, 2017

I would personally not be in favour of 3 tabs - I think 2 is enough, too many would distract the user from our main focus. IMO this would be better as an item in the nav drawer instead of a tab.

  1. It depends on what kind of layout we use - if it was similar to the current Contributions, then having a filename would be good I think

  2. Off the top of my head - filename, desc, categories, author.

@neslihanturan
Copy link
Collaborator

Here are three suggestion of me for featured pictures. I would go with 3rd one since we want to encourage users to take better pictures to be in this list one day, displaying user names on first sight could help our purpose.
mockupsfeatured

Besides since I don't want any license violations, here are attributions from top left corner:

@misaochan
Copy link
Member

Looks good to me! I would be good with Option 3, but I think we need to find a way to show more clearly that the bottom text is the author. Perhaps a more significant difference in font between the top and bottom text?

@nicolas-raoul
Copy link
Member Author

Even if visually option 1 is best, I prefer option 3 for our purpose.
How about showing "Uploaded by Uwe kils" instead of just "Uwe kils"? WIth users' sometimes weird usernames it is worth the precision.

Would tapping a picture show its details view with description/categories? Featured images always have proper categories, which could serve as a good example to follow.

@neslihanturan
Copy link
Collaborator

Actually I tried to fit categories to this page too, but there is no enough space. I agree adding Uploaded by indicator. And yes, I will send some media details sketch today.

@nicolas-raoul
Copy link
Member Author

nicolas-raoul commented Nov 10, 2017 via email

@neslihanturan
Copy link
Collaborator

I remember some discussions about existing media details view here #873 . So maybe we need to redesign it for both featured and contributions view. What do you think @nicolas-raoul ?

@nicolas-raoul
Copy link
Member Author

nicolas-raoul commented Nov 10, 2017 via email

@misaochan
Copy link
Member

misaochan commented Nov 10, 2017

I definitely wouldn't try and fit categories into the grid layout, haha. It would be way too cramped IMO.

I also agree with adding "Uploaded by", and using the same media details UI for contributions and featured. However, if we do add the ability for users to modify their desc etc inside the app, that needs to be restricted solely to contributions (no concrete plans for that yet until 2018 though).

@neslihanturan
Copy link
Collaborator

So should we leave UI improvements for media detail to 2018 too? This would make me very happy though because I am having hard times to choose a design currently:)

@ujjwalagrawal17
Copy link
Contributor

I did some research on finding list of images in a particular category. But was unable to find that API. instead we can use API:Images to find all images in a particular page.

Also I think most of the images from Category:Featured_pictures_on_Wikimedia_Commons
will be available on Commons:Featured_pictures page

@ujjwalagrawal17
Copy link
Contributor

Can I work on this issue?

@neslihanturan
Copy link
Collaborator

Hi @ujjwalagrawal17 , did you noticed the UI is already ready on another branch. And the rest is in our IEG plans. Besides, if you feel ready to start a non-beginner friendly task please go for it:) I will assign it to you.

@misaochan
Copy link
Member

Hi @ujjwalagrawal17 , sorry, we would like to be able to assign this issue to you, but it is already in our IEG plans for the next few months. Please do take a look at one of our other issues, thanks. :)

@ujjwalagrawal17
Copy link
Contributor

@misaochan ok no problem I will look at other issues. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants