Some plugins need to provide reports for the whole job, like the inventory report.
There should be a place in the model to create such entities, index them and provide an interface to browse, search and download/view such reports.
[ ] New Model entity (something like JobData), Model logic (at least CRUD) and decide where to store this data (Storage or somewhere else inside roda_home)
[ ] Have this data indexed (so we can build web interfaces for it, for listing & downloading, ideally accessible through the Job web interface)
[ ] Create minimal REST API methods (not necessarily CRUD)
[ ] Change already existing plugins to use this new way to store reports/data (this would prove the concept)
Some plugins need to provide reports for the whole job, like the inventory report. There should be a place in the model to create such entities, index them and provide an interface to browse, search and download/view such reports.