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

Only show app ratings in the apps mgmt after a certain amount of votes #2001

Closed
jancborchardt opened this issue Nov 3, 2016 · 4 comments · Fixed by #2425
Closed

Only show app ratings in the apps mgmt after a certain amount of votes #2001

jancborchardt opened this issue Nov 3, 2016 · 4 comments · Fixed by #2425
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc. feature: apps management good first issue Small tasks with clear documentation about how and in which place you need to fix things in.

Comments

@jancborchardt
Copy link
Member

Currently a lot of apps by default have 2.5 stars as rating showed, which makes them look very bad. These apps actually received no ratings yet, and showing that is simply wrong.

The rating should not be shown at all until there are a certain amount of votes on the app, for example 10.

cc @nextcloud/appstore

@jancborchardt jancborchardt added bug design Design, UI, UX, etc. 1. to develop Accepted and waiting to be taken care of feature: apps management labels Nov 3, 2016
@jancborchardt jancborchardt added this to the Nextcloud 11.0 milestone Nov 3, 2016
@BernhardPosselt
Copy link
Member

Solution here is probably to also expose the amount of ratings in the API and filter out ratings below a threshold. Can you create a new ticket in the app store @jancborchardt ?

@jancborchardt
Copy link
Member Author

@BernhardPosselt not sure what I should exactly open there. Can you do it?

@MorrisJobke
Copy link
Member

@BernhardPosselt not sure what I should exactly open there. Can you do it?

It's already done ;)

@MorrisJobke MorrisJobke added the good first issue Small tasks with clear documentation about how and in which place you need to fix things in. label Nov 30, 2016
MorrisJobke added a commit that referenced this issue Nov 30, 2016
* shows the rating of an app only if a given amount of ratings are given
* fixes #2001

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
@MorrisJobke
Copy link
Member

Fix is in #2425

@MorrisJobke MorrisJobke added 3. to review Waiting for reviews and removed 1. to develop Accepted and waiting to be taken care of labels Nov 30, 2016
blizzz pushed a commit that referenced this issue Dec 7, 2016
* shows the rating of an app only if a given amount of ratings are given
* fixes #2001

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc. feature: apps management good first issue Small tasks with clear documentation about how and in which place you need to fix things in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants