Later plugin - Export

project python later plugin

Later is a issue tracker that I have been working on for some time now. This time round, I am creating a plugin to export all the issue data.

For the plugin, I have decided to export it as JSON, as its would make easy import for other plugins that I might write in the future. There were 2 design options when exporting the data – design based on relational database, or flatfile style.

Flatfile style will be easier to read of course, but I went more on the databased design in the end because this data export was not really meant for reading.

Export plugin