You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The researcher has decided to use Stance time instead of step time. The correct formula for stance time is what we currently have implemented for step time. So, you don't need to modify the logic for this issue, just rename files, exports/imports, methods, and texts.
Acceptance Criteria
All occurrences of "StepTime" in the backend are changed into "StanceTime" to match the case.
Methods/functions that include "Step" are renamed to "Stance"
Files and all import/export statements including "StepTime" are renamed to "StanceTime"
All existing tests pass without modification of logic
The text was updated successfully, but these errors were encountered:
There is only one occurrence of "StepTime" literally. The vast majority of the instances are not camel-case but use "step_time". These occurrences will also be changed from "step" to "stance".
The researcher has decided to use Stance time instead of step time. The correct formula for stance time is what we currently have implemented for step time. So, you don't need to modify the logic for this issue, just rename files, exports/imports, methods, and texts.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: