Update Calculations
Description
There might be requirements to update the extended calculations, such as "pointer bounds calculation", "intersection calculations", "stride", "distance" calculations etc.
This document will help you to get a frame of reference.
Steps
Review the Q&A documentation
Check the Q&A document for any previous change in calculations.
Refer to documentation
Check the Equetronic Helpers
Open equetronic-helpers submodule
- Find the function that is responsible for it
- Update it
- Test it
Commit changes
- Commit your changes in the submodule
Update submodule in other projects
- Go to the project of
equetronic-devandequetrinic-apiinGitKracken, openequetronic-helperssubmodule and checkout to the latestdevelopormasterbranch with your respective change in both projects.
Update the same in equetronic-api , helpers/EqHelper.js file.
- In Case of
equetronic-apiyou will have to make the same change inhelpers/EqHelper.js