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
Technologies set on jobs only match direct matches
i.e. if the raw_technologies on a job has 'angular' and there is an 'angular' technology in db - there's a match... but if the raw_technologies has angular.js it won't be tagged as relating to angular.
Acceptance Criteria:
Tests are added and matcher is made more robust for edge cases
Existing records in the database are updated
Concern:
Adding more matching may add more incorrect matching - something to be wary of and balance
Technologies set on jobs only match direct matches
raw_technologies
on a job has 'angular' and there is an 'angular' technology in db - there's a match... but if theraw_technologies
has angular.js it won't be tagged as relating to angular.Acceptance Criteria:
Concern:
Resources:
This one off rake task might help with the regex matching
The text was updated successfully, but these errors were encountered: