Client-side Navigation

Use Cases:

  • As an application developer I need to be able to define a set of related gadgets that can allow a user to seamlessly navigate between different views across the related gadgets.
    • Example: If I have two gadgets, a Customer gadget that has a popup view to edit a Customer and an Order gadget that has a Canvas view to list all orders. As part of my Order list I might list the customer who placed the order. I would like to be able to click on the Customer and navigate to the Customer popup to view/edit that customer.
  • As an application developer I need to be able to allow my user to navigate to a different tab based a click inside a gadget.
  • No labels