Uploaded image for project: 'External DAMs'
  1. External DAMs
  2. EXTDAM-174

[170, 173] Implement view which is able to handle a lot if items in the same folder

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Obsolete
    • Icon: Neutral Neutral
    • None
    • 1.0.1
    • None
    • None

      Steps to reproduce

      Open a folder with a lot of children.

      Expected results

      Items are loaded in reasonable time, items not visible on the screen are not processed.

      Actual results

      All children are requested from backend and even rendered despite not being visible on the screen.

      Workaround

      Wait some time to load more items then requested.

      Developer notes

      As result of EXTDAM-170, the tree view is not an option. Possible solutions:

      • Use list view with all buckets as column filter
      • Use "traversable" list view
        • you can go inside a folder
        • you can go up from the folder via first item (which is actually a parent reference)
          traversableListView.mov
      • Use a hybrid view
        • keep in mind that having too many folder would suffer from the same issue

        Acceptance criteria

              Unassigned Unassigned
              rkovarik Roman Kovařík
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD