forked from valnet/valuenetwork
-
Notifications
You must be signed in to change notification settings - Fork 12
Roadmap
Bob Haugen edited this page May 28, 2013
·
34 revisions
- Deploy on Web server so Sensorica members can experiment with it. [done: http://valnet.webfactional.com/ ]
- Import Sensorica spreadsheet data. [done]
- Create interfaces for members to enter contributions. [several done]
- Create an interface for members to experiment with value equations and income distributions. [mockup, awaiting feedback]
- Add Features and Options for configured products [done]
- Add Orders [done]
- Generate dependent demands from orders [done]
- Manage processes, material, tool and work requirements to fulfill orders [started]
- Create a Lab Notes app for research and development work [done]
- Set up a dev/test server [done: http://valdev.webfactional.com/ ]
- Improve open-source project requirements:
- Developer doc at https://readthedocs.org/
- Regression tests
- Deployment scripts
- Contributor guide
- Easy beginner enhancement list
- Modularize and layer the software better so other networks can modify it more easily
- For example, the core should be separated from the UI developed for SENSORICA
- And the core itself could be split into different apps
- API
- Add a Wiki
- Translations (the system vocabulary is set up for translatability, but the translations have not been done)
- Create a pluggable English vocabulary.
- Translate the UI into French.
- Add a content translation system
- Create visualizations in the system. [started]: example: http://valnet.webfactional.com/accounting/project-network/
- Create exports of combined data for visualizations and reports outside the system. [exports of simple data done]
- Add a reversion system (revision tracking and undo) for product and process design changes.
Longer term:
- Create a protocol for nodes in a federated value system to communicate and transact with one another.
- Convert the valueaccounting Django app to another platform to test the protocol between platforms and serve as a proof of concept of a language and framework neutral accounting design..