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
Right now, the segment correlation coefficient is computed within the segments details page route, which makes it extremely difficult to unit test. This critical piece of code should be:
Separated into smaller components
Refactored to fetch from existing data handlers (Strava, MongoDB)
Contain improved error handling
The text was updated successfully, but these errors were encountered:
Right now, the segment correlation coefficient is computed within the segments details page route, which makes it extremely difficult to unit test. This critical piece of code should be:
The text was updated successfully, but these errors were encountered: