We have a client which currenly sells documents on their site (built with Webnodes).
The end users simply log in to their account and downloads the documents they need.
The documents are stored in the FileLibrary in Webnodes, and they are organized in Packages (Dokumentpakker) - in the Content section.
End User Authentication is integrated towards an existing ERP system (Vega SMB).
Our client now wants to offer their customers a complete Document Centre/Library. The idea is that the end users can import documents from the Document Packages - and also add their own documents to their document centre.
Some requirements are:
1 It should be possible for end users to edit their documents using the Webnodes Client Agent
2 The end user GUI must be built (by us) outside the Webnodes Edit Gui.
3 The end users must have the ability to search among their own documents, preferably with lucene.
4 The document centre must support version control of documents
5 The system must support giving guest access to external users / partners - for a specific folder.
So my question is - how should I proceed to build this on top of webnodes with respect to the requirements above.
Or should I build it outside Webnodes using a separate DB (this will make it difficult to use the Webnodes Client Agent)
Has anybody done something similar on top of Webnodes? Are there other alternatives to the Webnodes Client Agent out there?
/Njål