-
Notifications
You must be signed in to change notification settings - Fork 21
User search, ratings data from local db #129
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
Conversation
@@ -0,0 +1,8 @@ | |||
/*! |
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.
Please commit and link in only the unminified version of this and the datatables css files. Later we can have a build script that minifies but let's keep things unminified for easy/possible review.
Also, please document the source commit or online generator steps that gave you these files, so independent verification is also possible.
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.
I verified the source of these two dataTables.bootstrap files as matching DataTables-1.10.13
"""Gets the average rating a user (identified by his msin) has received | ||
along with the number of ratings he has received""" | ||
|
||
sel_url = "{0}query?owner={1}&delegate={2}&query=get_user_ratings&testnet={3}&msin={4}" |
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.
If we don't query for ratings from the server here, where and when do we still obtain ratings and put them in our local client database?
No description provided.