menghaoranss opened a new pull request #4915: Refactor UI for orchestration
URL: https://github.com/apache/incubator-shardingsphere/pull/4915
 
 
   Fixes #3873 .
   
   Changes proposed in this pull request:
   - refactor the menus structure to: 
   ```
   /
   ├─Config Center
        ├─Config Server
        ├─Rule Config
   ├─Registry Center
        ├─Config Server
        ├─Runtime Status  
   └─Data scaling 
   ```
   - refactor API,split into config center and registry center api
   - modify `shardingsphere-ui-configs.yaml` file structure to:
   ```
   centerConfigs:
   - activated: true
     digest: ''
     instanceType: Zookeeper
     name: registry-1
     namespace: orchestration_proxy
     orchestrationName: orchestration_ds
     orchestrationType: registry_center
     props: {}
     serverLists: 127.0.0.1:2181
   - activated: true
     digest: ''
     instanceType: Zookeeper
     name: config-1
     namespace: orchestration_proxy
     orchestrationName: orchestration_ds
     orchestrationType: config_center
     props: {}
     serverLists: 127.0.0.1:2181
   ```
   - optimize part of the code, including renaming classname and using lambda 
expression

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to