#469: BibAuthorID: enrich demo personas
-------------------------+--------------------------------------------------
Reporter: simko | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Component: BibAuthorID | Version:
Keywords: |
-------------------------+--------------------------------------------------
1) In order to test various features of the paper claiming interface,
it would be good to enrich default demo authorizations using usual
demo personas, for example Benvolio cannot even access paper-claiming
interface since not allowed, Romeo can use it but only for his own
papers, Juliet is an operator who can do more stuff, etc.
2) BibAuthorID can be 'artificially' tested by associating person IDs
to users in a way like:
{{{
mysql> INSERT INTO aidPERSONID VALUES (NULL,1,'uid','2','0','0');
}}}
After logging as some demo user, one may get output like:
{{{
``Sorry, looks like no personID is associated to this profile yet. Cannot
proceed.''
}}}
It will be good to make the paper claiming facility working out of the
box in demo site conditions for some users, serving as a demo and as
regression test case setup.
--
Ticket URL: <http://invenio-software.org/ticket/469>
Invenio <http://invenio-software.org>