#635: bibdocfile: treatment of comments and descriptions
-------------------------+-----------------
Reporter: simko | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Component: WebSubmit | Version:
Keywords: |
-------------------------+-----------------
Consider setting a document file comment and description like this:
{{{
sudo -u www-data /opt/invenio/bin/bibdocfile --recid 98 --docid 87 --set-
comment='This is comment' --set-description='This is description'
--yes-i-know
}}}
This creates the following MARC:
{{{
$$uhttp://localhost/record/98/files/9709037.pdf$$yThis is
description$$zThis is comment
}}}
and the following Files tab display:
{{{
version 1
9709037.pdf [1.05 MB] 16 May 2011, 14:28 This is description
}}}
The problem here is that (i) the comment information is not printed
anywhere in the Files tab, it exists only in MARC; (ii) the BibUpload
Admin Guide example on `FFT $c $d` brings forward an example according
to which people would be putting up verbose comments into the
description subfield instead.
We should harmonise the behaviour of file comments vs descriptions,
document the two in the FFT guide, provide coherent usage example in
the FFT guide, and modify the Files tab display accordingly.
--
Ticket URL: <http://invenio-software.org/ticket/635>
Invenio <http://invenio-software.org>