-
Notifications
You must be signed in to change notification settings - Fork 177
Reputation functions to add before v1 mainnet launch #840
Comments
Server link OpenBazaar/OpenBazaar-Server#270 |
@drwasho @cpacia I think we would need this calculation done on the server. For the client to do it, the client would need to loop through all the items in a user's store and for each one make an API request to get all the reviews for that item. So, consider a store with a 100 items, each containing an average of 500 reviews. Not only would you have 100 HTTP requests, but these payloads would be pretty large (what if an item has 5000 reviews..??). Further-furthermore, this would be repeated each time the item page is loaded. Any approach to implement this on the client would be incredibly inefficient and / or complex. I've made a server side issue: |
Agreed. |
Ok, did a little research. This is an example of the response to a
What I think we should display is a button that links out to the @morebrownies this could definitely use your talents. |
Closed in #1189 |
Great job Josh |
Unfinished sub-task from #472
Reviews
tabDisplay aggregate rating data on a user's pagepost v1 requirement
The text was updated successfully, but these errors were encountered: