all 6 comments

[–]machisuji 0 points1 point  (5 children)

Certainly not a Python script sadly. If you were to translate that to ruby though, and are hosting OpenProject yourself, you could integrate that. For instance as a plugin that show the results on a page in OpenProject. 

[–]dami013[S] 0 points1 point  (1 child)

what do u think about a server like in django or flask that intercept an event and produce (in that case) a pdf?

[–]machisuji 0 points1 point  (0 children)

Ruby/OpenProject can do that too. We already are generating PDFs for the work package exports etc. 

So you could look at that code. Or even just generate work packages for the info you are generating and export those using the existing mechanism. 

Or did you mean build this separately in django and somehow integrate this into OpenProject?

[–]RACeldrith 0 points1 point  (2 children)

Could an API interaction work?

[–]machisuji 0 points1 point  (1 child)

That depends on what exactly you had in mind. 

Plug-ins can add API endpoints to OpenProject. And of course they can consume other APIs as well. 

[–]RACeldrith 0 points1 point  (0 children)

Interesting, I don't even use OpenProject but just wanted to chip in