futres / futres-data-interface

FuTRES Data Visualization
0 stars 1 forks source link

Project linkback #10

Closed jdeck88 closed 3 years ago

jdeck88 commented 3 years ago

construct linkbacks to project using projectID. Something like this (although this doesn't work, but you get the idea... come up with a special linkback for Vertnet records to goto

{{if ${doc._source.projectId} == 'Vertnet'}} '<a href='https://vertnet.org/' target=_blank>vertnet</a> '
{{else}} <a href='https://geome-db.org/workbench/project-overview?projectId=${doc._source.projectID}' target=_blank>${doc._source.projectID}</a> 
{{/if}}
jdeck88 commented 3 years ago

taken care of by #17