-
Notifications
You must be signed in to change notification settings - Fork 6
Status and the roadmap
Gene Vayngrib edited this page Mar 13, 2015
·
13 revisions
##Status Below are the tasks that need to be completed for the version 1.0
- setup the bitkeeper on tradle.io
- save everything to S3 (AWS account will be managed by Tradle).
- demo app dev tools (modeling, ui generation)
- we will not release these tools to developers in 1.0, but will in 1.1
- make current apps recorded on video, available for testing, with instructions on how to install Chrome apps:
- KYC
- inventory replenishment
- service management
##Roadmap
- developer convenience: put all resources in an app on chain - currently it's only classes that implement OnChain interface
- architecture: reverse master->slave relationship to where blockchain is a master. Currently the database is the master and blockchain is used to save all resources that implement OnChain interface.
- handle blockchain reorg. Transactions on blockchain are sometimes rolled back.
- architecture: create a wallet with user-account management. Today we are using Tradle server for account management, which requires login/registration. This will require to harmonize the wallets we already have. We have two wallets now - for creating blockchain transactions, which does not have a UI, and a UI for sandboxing keys used in user initiated attestations
- files/attachments on chain. headers with mime types and lengths for sections of object
- provide a native app, based on React Native.
- Allow bitkeeper to save everything to S3 (AWS account will be managed by the user).
- provide app dev tools:
- modeling as java classes
- modeling as javascript classes
- UI for model creation
- create blockchain+tradle explorer on tradle.io
###Software
###Front end