Skip to content

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

  1. setup the bitkeeper on tradle.io
    1. save everything to S3 (AWS account will be managed by Tradle).
  2. demo app dev tools (modeling, ui generation)
    1. we will not release these tools to developers in 1.0, but will in 1.1
  3. make current apps recorded on video, available for testing, with instructions on how to install Chrome apps:
    • KYC
    • inventory replenishment
    • service management

##Roadmap

  1. developer convenience: put all resources in an app on chain - currently it's only classes that implement OnChain interface
  2. 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.
  3. handle blockchain reorg. Transactions on blockchain are sometimes rolled back.
  4. 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
  5. files/attachments on chain. headers with mime types and lengths for sections of object
  6. provide a native app, based on React Native.
  7. Allow bitkeeper to save everything to S3 (AWS account will be managed by the user).
  8. provide app dev tools:
    1. modeling as java classes
    2. modeling as javascript classes
    3. UI for model creation
  9. create blockchain+tradle explorer on tradle.io
Clone this wiki locally