Minimum Viable Product
English resume :
WikiDeal is a collaborative platform, much like Wikipedia, aiming to revolutionize contract management. Users can access, modify, and personalize contract models and clauses for a variety of agreements. The platform emphasizes decentralized ownership, allowing users to collectively govern and contribute to its evolution.
The software development challenge for a Minimum Viable Product (MVP)
The proposed project scope cannot be solely implemented on the MediaWiki platform.
While MediaWiki excels in collaborative text editing and knowledge creation, its design, geared towards openness, proves inadequate for handling electronic signatures, private data, and sensitive or confidential content. The platform lacks official support for splitting access to content on a per-page basis, making it insufficiently secure for documents of a legal nature, such as contracts. Storing personalized clauses globally in the central database would significantly escalate the requirements for the database server. It is imperative not to store personal data on the wiki, including actual values of sensitive contract variables or real contracts. The above factors render the signing workflow unattainable.
What we can do, however, is utilize MediaWiki as a repository for clauses and contract models, with an integrated interactive contract prototype builder. This tool should enable users to pass variables, configure options, preload predefined sections and clauses, and select additional clauses from a designated "bank." Users should also be able to adjust the ordering of these components. The system will generate a dynamic preview of the contract, incorporating the selected clauses aligned with the contract model and substituting dynamic variables with values provided. It can be printed as is on the fly. The resulting text will not be stored or edited on the wiki.
Users can then request the resulting text in an editable format. This can be achieved by programmatically facilitating wiki markup as HTML via MediaWiki API and sending it to a separate application (referred to as the "X app"). Further processing and import format will depend on the X app specifics. The primary role of the X app is to provide access to the contract prototype builder and import the resulting text into the application, where users can freely edit and securely store the document, which is accessible only to them.
WikiDeal caters to two primary user groups: those involved in content creation (contract and clause models) and those utilizing the platform for building actual contracts. Exactly like on Wikipedia (editors vs readers). It remains open since anyone can become an editor. Established workflows for content discussion, consensus achievements, legal verification, and approval will probably allow us to keep the wiki open for anonymous editing (mind spam combatting workflow). Maybe it won't be as open as Wikipedia: if we want to allow users to store anything (like personalized variables, etc.), the account creation shall be mandatory unless we move the “personalized” part to the external X app.
So, the whole project can consist of two main parts:
- The wiki. Open to the community. Focused on creating contract model collections for different deals, countries, and use cases (and in multiple languages, maybe). Allows standard contract construction and printing. Even anonymously. It is already a considerable project.
- The X app. Personal. Allows editing and storing personalized copies of contracts generated on WikiDeal. Can implement the peer-to-peer signing workflow. Not MediaWiki. Independent, no MediaWiki account is required. Can connect to different WikiDeal instances.
Key features for the wiki include:
Contract Models: Templates for agreements open for community editing and discussion.`
Clauses Customization: Users can manipulate legal clauses to ensure adaptability and compliance.
Contract Creation: Users select models, input variables, and personalize contracts, saving them in different formats.
Negotiation & Signing: Contracts go through negotiation phases with different statuses (e.g., draft, signed).
Post-Deal Support: Reminders, automated payments, and service activation/cancellation based on contract terms.
Decentralization: Contracts are stored locally for privacy; proposals for decentralized solutions for organizations and individuals are in place.
With plans for a proof of concept and MVP, WikiDeal envisions a community-driven space fostering innovation in contract management.
Additional features in the pipeline include personalized contract styling, external contract creation tools, and true peer-to-peer contract creation, aiming for a transformative impact on how contracts are created, managed, and executed.
Estimated time required for two experienced developers proficient in PHP and JavaScript to use MediaWiki and develop MediaWiki extensions :
Customization of contract templates and clauses: PHP & MediaWiki extension development : approximately 100-120 hours. JavaScript for Frontend : estimated 60-80 hours.
Contract creation : PHP & MediaWiki extension development: approximately 120-140 hours. JavaScript for Frontend : estimated 80-100 hours.
Negotiation and signing : PHP & MediaWiki Extension: approximately 100-120 hours. JavaScript for Frontend : estimated 60-80 hours.
Post-processing support (MediaWiki extension): PHP & MediaWiki extension development: estimated at 100-120 hours. JavaScript for Frontend : estimated 60-80 hours.
Decentralization (MediaWiki extension): PHP & MediaWiki extension: approximately 120-140 hours. JavaScript for Frontend (if applicable): estimated 80 and 100 hours.
These estimates are subject to variation based on the actual complexity of implementing MediaWiki extensions, specific requirements, and developers familiarity with developing MediaWiki extensions.
Total estimated : 880-1080 hours