- changed status to resolved
Avoid Unnecessary Rountrips
Issue #96
resolved
When rating a module, there will be two calls to the Web server: one to rate the module and one to get the rating (i.e., to make sure that the rating was saved!). The second call is quite unnecessary...
Comments (2)
-
reporter -
reporter Removed lots of papercuts. Fixed
#96,#99,#106, and#107.→ <<cset aa690df24dc5>>
- Log in to comment
The getting of the user/communicaty ratings was silly and led to many useless calls. Now, it's done once and only once per file and the results are shared.