A suite of governance and contract management tools with four interconnected projects.
- ContractGit - A Django web app implementing "git for contracts" - version control, templating, and variable substitution for contracts
- DeferredGovernance - Research/docs framework exploring delegation voting systems
- Decidelib - A Python library for voting systems and governance primitives
- Corpati - A strategy game where contracts/diplomacy are core gameplay
- Streamlining the contract editing workflow - Adding a "direct_save" mode to bypass the pending changes confirmation step
- Refactoring the UI - Changing the "Raw Text" tab to an "Edit" tab, adding a conditional "Variables" tab
- Improving the commit flow - Adding inline commit message input alongside the save button
- Code cleanup - Removing old view functions and debug console.log statements
- User authentication/email - Not yet implemented
- Contract signing mechanism - Create signature views, database models for storing signatures
- Highlight variables in preview (yellow highlighting)
- Automatic contract-triggered actions - e.g., auto-adding members when conditions are met
A production-ready contract management system with proper signing, authentication, and automated governance triggers.