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

Move complex data calculations to client side #6

Closed
JustTB opened this issue Nov 3, 2018 · 1 comment
Closed

Move complex data calculations to client side #6

JustTB opened this issue Nov 3, 2018 · 1 comment

Comments

@JustTB
Copy link
Contributor

JustTB commented Nov 3, 2018

Expensive calculations should be done on the client side to release the server from processing.

Move/implement complex functions from server to client:

  • getCompatibleCrops
  • getCropGroups
  • removeCropGroupsFromCombinations
  • check for other complex calculations you find on the server side e. g. server/processor.js that should be moved
@petteripitkanen
Copy link
Collaborator

Done by #38.

Frontend automation moved this from To do to Done Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Frontend
  
Done
Development

No branches or pull requests

2 participants