TODO: this documentation is not yet finished
- create indexer
- import a release candidate
- import meta-data
- create a collection
- sample randomly from release candidate
- sample randomly from specific journal/wp series
- import by CSV file etc.
- review a collection
- monitor progress, evaluate collection reviews
- export
A general note:
There are two parts of the webapp:
- the main site
/releasetool
and its corresponding pages; depending on your user rights, you may have access to extende functionality. - the admin site:
/releasetool/admin
.
TODO
Precondition: You have already created a INDEXER
model instance for this release candidate.
Import a releasecandidate CSV file at the admin site, see:
/admin/zaptain_rt_app/releasecandidate/add/
The release-candidate files do not contain meta-data such as titles, keywords, abstracts etc..
- This information is automatically gathered ad-hoc for the user interface from infrastructure API services, if these are configured correctly.
- For full functionality, you can also load such information into the releasetool's
database. You can do this either
- through the admin site.
- Alternatively, you can ask your technical staff to pre-load such information into the DB from a dump file using a custom script.
You have different options:
- custom approach, very flexible, requires some scripting/programming skills
- default approach
for instance, import a collections file by csv, content:
id,new collection,imported collection,"10010193380,10011392138,10011709724"
at /admin/zaptain_rt_app/collection/import/
this solution bases upon: https://django-import-export.readthedocs.io/en/latest/
TODO
see: PROSI
As an admin, go to collection -> overview
TODO