So, I have my current app sharpplm.com.
My users store documents in the system. Being SaaS, the workflow for editing a Word or Excel document is:
- Click link to download the file
- Open downloaded file
- Opens in the native app, you make changes, you save it, you close the document
- Go to Upload new version page in the app
- Find directory that the downloaded file was saved, then drag-file or upload to the app.
- Click save on app.
Now, for you and I, this workflow if very doable, but also sort of tedious. It doesn’t work at ALL like it does on your local machine or a network server. But for common folk, that is either a very difficult task (“where did that document go?”) to Support Ticket.
What the workflow should be:
- Click on link.
- Opens in the native app, you make changes, you save it, you close the document
- File gets automatically uploaded to the SaaS app.
- Screen refreshes to show your new version.
So, the question is, is there a way to make editing documents that are stored in your SaaS app that simple? Does such a solution exist?
If not, how would one go about creating such a solution?
It makes me think I should make this a product itself! Imagine a general plugin/desktop app that your users would download to edit documents more easily. I know Box.com has something like this. And I just noticed Atlassian Confluence product has such a plugin (never used it).
Thoughts?