daria-vcl / BulletinMathematiquePlugin

0 stars 0 forks source link

Create an export feature for submissions #11

Closed GabrielMajeri closed 1 year ago

GabrielMajeri commented 1 year ago

Until the OJS platform gets better tested and more trust is built, prof. Dăscălescu asked us to provide an export feature, to allow extracting the data stored in the app's database.

We should see what export features OJS already has, although it would be most helpful if we could export the submissions list in an Excel or PDF format. Furthermore, the export should include the internal tracking ID which is part of #6.

GabrielMajeri commented 1 year ago

I've discovered that OJS already provides an "Articles Report" feature which exports the list of submissions in a tabular (CSV) format. I've made the required changes in https://github.com/GabrielMajeri/ojs/commit/a8e84ffd2079876c663e38e2637be91d1ed35311 to also include the internal ID in this report.

The generated CSV files can be downloaded and then imported into Excel: image