Intern Plan

Intern Plan

@Yu-Lin Chu

Sort by execution order

1.2.0

  1. Fix current bugs

  2. Re-write the whole document &
    Take this opportunity to remove redundant configuration files and tidy up the repo
    The current document is obsolete and lacks of important information

  3. Interact with chaincode
    provide a universal application gateway to allow users to query/invoke any chaincode with ease

  4. unit-test

1.3.0

  1. User Management

    • Verify email

    • Should password be set by the admin? Consider sending a random password to users to make them change it after their first login

    • Should users use the same username across organizations?
      How about making the username as username@org-name?

    • Integration with User Federation (LDAP) and Single Sign-On (OpenID connect)
      Just like what a true organization will do.

  2. Support Fabric CA

1.4.0

  1. Support Kubernetes

  2. Support SmartBFT for Fabric 3.x

Comments