Issue 10728

Dataset page: displaying tags

10728
Reporter: kbraak
Assignee: mdoering
Type: Bug
Summary: Dataset page: displaying tags
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-02-01 13:39:29.048
Updated: 2013-08-29 14:44:31.138
Resolved: 2012-10-29 10:07:26.917
        
Description: Underneath the dataset title is a list of tags. This is now being populated, and they are being displayed (see screenshot).

The questions are:

1. do we want to control what tags get shown? A tag like valid=true should not be shown for example.
2. Do they always come in as KVP?

Examples of existing tags for a Checklist resource are:

"records=5913",
"metadata=true",
"valid=true",
"online=true",
"date=2011-07-29"

See: http://gbrds.gbif.org/browse/agent?uuid=03faed9d-5741-471c-baa3-6630dd37e887]]>
    

Attachment Screen Shot 2012-02-01 at 1.25.01 PM.png


Attachment Screen Shot 2012-02-03 at 4.31.26 PM.png


Attachment Screen Shot 2012-02-03 at 5.18.21 PM.png



Author: mdoering@gbif.org
Created: 2012-02-01 14:14:41.202
Updated: 2012-02-01 14:14:41.202
        
yes, we need to control this a bit.
There are various potential keyword sources:

- registry tags, some with namespaces
- metadata KeywordCollections
- metadata Coverages (Temp, Tax, Geo)

As this can get rather long and out of hands, how about showing
 - tags without a namespace
 - keywords based on metadat KeywordCollection


    


Author: kbraak@gbif.org
Comment: Alright. In a test this morning I wasn't seeing the namespace field being populated. I will investigate this problem first as a separate sub-task. 
Created: 2012-02-02 10:43:13.851
Updated: 2012-02-02 10:43:13.851


Author: kbraak@gbif.org
Created: 2012-02-03 17:20:24.792
Updated: 2012-02-03 17:20:24.792
        
Dataset page now showing:

tags without a namespace (only key if no value, or key=value if both exist)
keywords based on metadata KeywordCollection (only keys, not showing thesaurus name-should I?)

Each tag is currently an empty link. Where do these link to? A search query? ex: dataset/search?q=keyword

Please see the attached screenshots for how this all looks now.  
    


Author: kbraak@gbif.org
Comment: I have created a new subtask to deal with the styling (links, aethetics, etc) of tag display now.
Created: 2012-02-03 17:22:17.992
Updated: 2012-02-03 17:22:17.992


Author: mdoering@gbif.org
Created: 2012-10-29 10:07:26.944
Updated: 2012-10-29 10:07:26.944
        
we show all public tags and the eml keywords now on a dataset page.
In case there are a huge amount of keywords the space is too limited in the infoband and we might need a different layout. Issue to be reopened when we indeed find such datasets, right now its not a problem and even the dataset with most keywords could have 3 times as many in the current layout

http://code.google.com/p/gbif-portal/source/detail?r=1122