rhtyd commented on issue #53: Issue #27: Implement Tree-view based Domain List 
View
URL: https://github.com/apache/cloudstack-primate/pull/53#issuecomment-561277294
 
 
   @utchoang @svenvogel here are some issues from my testing:
   - On refreshing the view loses context and shows me the root domain, even if 
the nested domain may be selected (the refresh can happen if I add a new domain 
or perform an action like update count)
   - The + plus button the tree should only be shown the domain has `haschild` 
set to true (no need to show it otherwise)
   - In the src/config/section/iam.js for the createDomain action, you can add 
a mapping rule for `parentdomainid` (see compute.js for example) to return the 
parentdomain.id as the `record.id`, i.e. id of the selected domain
   - As in the info-card component, can we show additional details about the 
domain, or at least the button to view account under that domain (see old UI)
   - Would be great if the file icon could be replace with the `domain` icon in 
the tree if that's possible for leaf domains with no children
   - Remove the settings tab for the account, as it will be dealt by #26 
   
   Screenshots may help:
   
   - Old UI (refreshing does not reset the view)
   ![Screenshot from 2019-12-03 
23-09-03](https://user-images.githubusercontent.com/95203/70075025-f3e7ad80-1621-11ea-80a3-56f357eafdf4.png)
   
   - Info card for a domain per `master` branch, see comments and the view 
accounts button:
   ![Screenshot from 2019-12-03 
23-08-46](https://user-images.githubusercontent.com/95203/70075037-f9dd8e80-1621-11ea-8668-054b36b123d2.png)
   
   - screenshot that shows different in the list of rendered keys:
   ![Screenshot from 2019-12-03 
23-04-14](https://user-images.githubusercontent.com/95203/70074946-c438a580-1621-11ea-85bf-8a6281f60aa1.png)
   ![Screenshot from 2019-12-03 
23-05-01](https://user-images.githubusercontent.com/95203/70074948-c4d13c00-1621-11ea-9fd9-c4a8a465eae6.png)
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to