humlab-sead / sead_browser_client

Online browser client for the SEAD database
2 stars 0 forks source link

I am confused regarding references #304

Open johanvonboer opened 11 months ago

johanvonboer commented 11 months ago

I'm going to try and make sense out of this here, the following might be mostly a note-to-self. (Reader beware! Beyond this point lies madness.)

What we currently call 'Dataset reference' in the landing pages are what's called 'site references' in the database (they come from tbl_site_references).

And what we currently call "Other site metadata" in the landing pages are actually the 'dataset contacts' (but not references).

We also do have something called 'other records' in tbl_site_other_records, but they are not references (?) and have their own issue here: https://github.com/humlab-sead/sead_browser_client/issues/302

Finally, we do have dataset references as well.

A summary of what we have is:

My questions:

johanvonboer commented 11 months ago

A question: I have now implemented that the dataset references also appear as a button on each dataset: image Which will open a popup: image

My question is if it's better to hide the "Reference" button on the datasets which do not have references, or if it's better to always have it there and then let the popup look like this: image