inveniosoftware / invenio

Invenio digital library framework
https://invenio.readthedocs.io
MIT License
625 stars 292 forks source link

Images: new model for organizing images in Invenio (Photo albums) #1679

Open ludmilamarian opened 10 years ago

ludmilamarian commented 10 years ago

Originally on 2014-01-15

The current model for storing images has a few limitations given by the fact that images can not be individually referenced. A new model should be considered, where each image and its subformats are 'attached' to one record id. An image will become a first class citizen in Invenio, meaning that it can be added to baskets, commented, shared, exported. For joining several images together, a new record can be created: the photo album record. Several new features could be implemented:

drjova commented 10 years ago

Originally on 2014-01-16

On http://invenio-software.org/repo/personal/invenio-ctzovana/log/?h=WebsubmitNew are

Create photo and album concept on submission Read/write photo metadata Websubmit form javascript uploader

On http://invenio-software.org/repo/personal/invenio-ctzovana/log/?h=Album are

Slideshows Embedding forms Photo overlays Album API (only supports GET for the moment) Widgets Mechanism