You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/07 14:31:04 UTC

[GitHub] [cloudstack] rohityadavcloud opened a new issue #6067: UX is deeply untested for normal user account

rohityadavcloud opened a new issue #6067:
URL: https://github.com/apache/cloudstack/issues/6067


   We don't test the UI as normal user account, but as a root admin by default. This has manifested as tech debt or bugs over time. While there might not be any functional bugs in many cases, it leads to poor UX if the UI isn't tested/optimised for normal user accounts.
   
   Steps to reproduce:
   - Create and log in as a normal user account
   - Deploy resources such as VM, volumes, networks, templates etc.
   - Go through a VM deployment, setup fw/pf/network rules, add data disks etc.
   - Add the same resources in a user project
   - Now navigate through the project and see router-links lead to invalid views
   - for example, execute a full test plan wrt https://github.com/apache/cloudstack-primate/blob/master/.github/ISSUE_TEMPLATE/test_full_plan.md
   
   Common issues:
   - Router links don't check if the user can actually go to a specific route (for ex. zone, offering etc.)
   - Certain actions assume admin roles, this needs a thorough checking
   - Dashboard isn't showing all information necessary (as seen in project resources or account resources)
   
   ##### ISSUE TYPE
   
    * Bug Report
    * Improvement Request
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   UI
   ~~~


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on issue #6067: UX is deeply untested for normal user account

Posted by GitBox <gi...@apache.org>.
nvazquez commented on issue #6067:
URL: https://github.com/apache/cloudstack/issues/6067#issuecomment-1061323240


   Partly covered by the manual testing performed on PR #5151, in progress


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org