-
Notifications
You must be signed in to change notification settings - Fork 43
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
Application Rating & Review #186
Conversation
Add App User Rating
Ratings property is always displayed, even as an empry array
…panel Implement comments management in Admin Panel
Rename model Rating to Review
- extract to an AppReview Controller with restful routes - only returns approved reviews - return average rating when creating a review - add specs
Comments pagination
Add locales in mnoe
Forgot to commit specs :s
json.categories @categories | ||
json.apps @apps, partial: 'app', as: :app | ||
end | ||
json.categories @categories |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll do some perf analysis to see the impact of removing the cache
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@app_review = MnoEnterprise::AppReview.find(params[:id]) | ||
end | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove an empty line.
Company selectbox: Add more variables
@alexnoox could you look at the last commit?
I've added a feature flag and updated the Admin Panel to use it.
Full sanity check of the PR would be good too :)