CottageLabs / idfind

An identifier identifier
1 stars 0 forks source link

linking to an identifier test #22

Closed emanuil-tolev closed 12 years ago

emanuil-tolev commented 12 years ago

When we successfully identify an identifier, we write quite a lot of information into the identifier's record in the "cache" ("identifier" _type in ES). Quite a lot of that is copied directly from the identifier test that succeeded at identifying the identifier.

When we view the identifier's record, how could we tell the user "this identifier was identified by "? We've already got the browse page, so we could link to that test's record by saying /browse#test_name .

emanuil-tolev commented 12 years ago

the "name" attribute of the identifier is copied from the "name" attribute of the test, so we can do

href="/browse#{{item['name']}}"

that question was a bit silly of me... can't believe it took me long enough to figure out for me to actually ask about it in an issue...