CatalogueOfLife / backend

Complete backend of COL ChecklistBank
Apache License 2.0
15 stars 11 forks source link

Include atomised name in `matching-ws` responses to avoid pipelines and other services reparsing #1350

Open djtfmartin opened 1 week ago

djtfmartin commented 1 week ago

Include atomised name to avoid pipelines and other services (such as pipelines) reparsing the name. This will also remove some dependencies on the pipelines side + and unnecessary processing (which can be CPU heavy)

mdoering commented 1 week ago

include it where?

djtfmartin commented 1 week ago

Just in the matching-ws responses. This is to avoid any name parsing in pipelines. I'll change issue title so its a bit clearer.