Add check for fuzzy matching with existing terms before submitting new CV suggestions
In the SMS, we have some suggestions for new entries in the CV that are very, very similar to existing entries.
Examples are
that both try to add new suggestions with NERC naming - while we already have entries on our CV (so we don't need those new ones).
Therefor we want to add another check that let the user know before those existing entries, before they finally decide to submit. This way, we hopefully can reduce the amount of entries that are minor naming differences.
Target is that we can match air_temperature
to Air temperature
, fluorometers
to Fluorometer
.
The feature here should show a warning that the user needs to click away activly - but it should not stop the user from submitting it (if for example there is a larger difference in meaning between the new term and the existing one).