Skip to content
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

All users & other users field calculation improvements #43

Closed
coni2k opened this issue May 30, 2015 · 1 comment
Closed

All users & other users field calculation improvements #43

coni2k opened this issue May 30, 2015 · 1 comment

Comments

@coni2k
Copy link
Contributor

coni2k commented May 30, 2015

Currently T-SQL functions return average of rate, rating & value fields.
On business layer, OtherUsersTotal fields are calculated based on these.
And on client-side it does the final calculation.

Instead of this, T-SQL could directly calculate the Totals and send them to the client-side to handle the rest.

@coni2k
Copy link
Contributor Author

coni2k commented May 30, 2015

Now T-SQL calculates ResourcePoolRate, IndexRating & NumericValue, sum of User level fields.
Business layer doesn't make any other calculation.
Client-side gets Total and calculates the final average.

@coni2k coni2k closed this as completed May 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant