Opened 12 years ago

Closed 10 years ago

#239 closed enhancement (fixed)

Separate pertinent information from metadata in the VLO

Reported by: herste Owned by: Twan Goosen
Priority: minor Milestone:
Component: VLO web app Version:
Keywords: Cc:

Description

Kathrin suggests:

Maybe the resources page could be made more "dummy-proof" with speaking names and the SSH relevant details (e.g. a direct web link to the resource homepage) could be separated from the metadata details?

Seems good, lets do it.

Change History (3)

comment:1 Changed 11 years ago by dietuyt

Cc: tomeck removed
Priority: majorminor

Records should hide the following fields by default:

  • dataProvider
  • MPI IMDI Archive

(these details can then be revealed with a button "show technical details")

In the category Metadata Curation (not part of this ticket)

Links to relevant webpage can be added with a ResourceProxy of type LandingPage

comment:2 Changed 10 years ago by latadmin@mpi.nl

Owner: changed from herste to Twan Goosen
Status: newassigned

comment:3 Changed 10 years ago by Twan Goosen

Resolution: fixed
Status: assignedclosed

Such a separation has been applied in 3.0.

Currently the following fields are considered technical details and are hidden initially:

    <!-- Fields shown as technical fields in the record page -->
    <technicalFields>
        <technicalField>id</technicalField>
        <technicalField>_selfLink</technicalField>
        <technicalField>dataProvider</technicalField>
        <technicalField>metadataSource</technicalField>
        <technicalField>_landingPageRef</technicalField>
        <technicalField>_searchPageRef</technicalField>
        <technicalField>_contentSearchRef</technicalField>
        <technicalField>_lastSeen</technicalField>
        <technicalField>_componentProfile</technicalField>
    </technicalFields>

(from VloConfig.xml (r5199))

Note: See TracTickets for help on using tickets.