Open tbsbdr opened 1 year ago
Why is this not a web only ticket if onlyoffice document server already provides and exposes this API? https://api.onlyoffice.com/editors/conversionapi
This ticket is in Web repo?!
Why is this not a web only ticket if onlyoffice document server already provides and exposes this API? https://api.onlyoffice.com/editors/conversionapi
@kulmann could you please add some bullets what we need from the backend for this ticket?
@kulmann could you please add some bullets what we need from the backend for this ticket?
web
(or any other client) know with certainty that it's supposed to offer the pdf conversion file action?!Another option would be that we develop the file action as a standalone extension. In that case we wouldn't need the capability and could rely on the web config instead. In that case we'd put even more config aspects into the hands of the admin. Doesn't look like a good idea to me nowadays. Also we would loose the chance to offer the action in all clients and would again build a web-only feature.
Why is this not a web only ticket if onlyoffice document server already provides and exposes this API? https://api.onlyoffice.com/editors/conversionapi
See comment before. It's not about the heavy lifting of converting documents to pdfs. It's about connecting the pieces - oCIS needs to do that. Wild guessing by clients
™️ is not something we do here. The clients don't know that the API exists or how to make use of it.
Why don't we make an extension out of it? How does the Web know that there is an app provider with OnlyOffice?
I'd like to add - handling conversion server side would reduce traffic to the browser
I'd like to add - handling conversion server side would reduce traffic to the browse
Why don't we make an extension out of it? How does the Web know that there is an app provider with OnlyOffice?
Well, web actually doesn’t know anything about OnlyOffice. It just lists all the available apps from the app provider. You can search the web code base. You won’t find a single line about OnlyOffice.
We can have a custom extension in another repo if there is a need for it. ;-) But this issue is about the product, not consulting, so I‘d like to go the extra mile with a little bit of backend involvement. Sprint is already full anyway.
also: edited my initial comment because I misread „extension“ as „exception“, which I was not so happy about. 😅
I‘d like to emphasize again that this feature makes sense for all clients from a product perspective @tbsbdr - even if we only implement it for web now, we should make it possible for other clients as well. With a web only extension that would not work.
I would like to bring this up again. Would the Extension System been capable of this today? If yes: What limitations would ease up the implementation?
I would like to bring this up again. Would the Extension System been capable of this today?
Could you define your question a little more? I don't get the connection between the extension system and the pdf converter in general.
Description
User Stories
Value
Acceptance Criteria
* needs a generic approach in the future that works with other PDF converters; not part of this story
Note: Convertig multiple files at once and an info on about postprocessing status is not part of this story. this could be tackeled within a workfow
Please track times
Definition of ready
[ ] everybody needs to understand the value written in the user story [ ] acceptance criteria has to be defined [ ] all dependencies of the user story need to be identified [ ] feature should be seen from an end user perspective [ ] user story has to be estimated [ ] story points need to be less then 20
Definition of done
Visuals