var getAllRatings = function(fname) {
          return $http.get(
              SERVICE_LOC.base +
              SERVICE_LOC.marketplace.base + fname +
              '/ratings', {cache: true})