Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-1740

New Feature: Where am I

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-M1
    • Core
    • None

    Description

      Its common practice to display a navigation hint somewhere at top of an application's page or below the main menu, indicating where the user currently has navigated to. (Typically within a navigable tree-structure.)

      Let's call this the WhereAmI hint. We could integrate such a feature into ISIS.

      Examples
      Clipboard01.png
      Clipboard02.png
      Clipboard03.png

      Note: we could optionally include the DomainObject's icons

      Proposal

      For any DomainObject/View currently displayed ISIS would need to know its corresponding
      navigable tree-structure. Let's call this the DomainObject's WhereAmI tree.

      All the framework needs to known to build the relevant sub-tree, is to know the parent node of any DomainObject/View that 'takes part' in the tree.

      We could provide this 'who is your parent' meta information similar to the existing 'what is your title' mechanism:

      // Who is your parent? if null there is none
      public AnyDomainObjectOrView parent()
      {
          return foo;
      }
      

      or

      // Who is your parent? if null there is none
      @Parent
      public AnyDomainObjectOrView anyMethodName()
      {
          return foo;
      }
      

      The typical layout.xml could look like this:

      <bs3:grid >
          <bs3:row>
              <bs3:col span="12" unreferencedActions="true">
                  <cpt:whereAmI />
                  <cpt:domainObject />
                  ...
              </bs3:col>
          </bs3:row>
           ...
      </bs3:grid >
      

      Implementation Notes

      1. The framework needs to ensure that the chain of parent references starting at the current DomainObject/View is finite. (No circular or self references.) If it detects a circle, be nice and just stop the 'tree-up' traversal there.
      2. For standalone Collection Views we could display a WhereAmI hint that allows back navigation to the DomainObject/View that had produced the collection.

      Attachments

        1. Clipboard04.png
          37 kB
          Andi Huber
        2. Clipboard03.png
          2 kB
          Andi Huber
        3. Clipboard02.png
          4 kB
          Andi Huber
        4. Clipboard01.png
          6 kB
          Andi Huber

        Issue Links

          There are no Sub-Tasks for this issue.

          Activity

            People

              hobrom Andi Huber
              hobrom Andi Huber
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: