Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-5999

Improve responsivity of the pulse when working with large amount of tasks

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Neutral Neutral
    • None
    • 5.6.12, 5.7.7
    • None

      This ticket is to collect the UI improvements for the Pulse for customers that use tasks heavily.

      • TASKMGMT-41: introduces a targeted indexing configuration for the tasks workspace. This will have an impact on all queries ran on the task workspace.
      • TASKMGMT-42: introduces a new method for getting all tasks assigned to a given user to help speed up refreshing the Pulse view.
      • TASKMGMT-43: introduces a new method for archiving all tasks for a user

      Changes made to the TaskListPresenter

      • Refactor updateView() to make one query for determining task counts. This method is called so much that making 4 separate queries is just too much overhead to be efficient. See MGNLUI-4335.
      • Add an extra line of debug to updateView() to detect bottlenecks.
      • Introduce a new configuration parameter for resolved tasks. By default it's set to 100 but can be adjusted higher. Also can be set to negative to remove the check entirely. The idea is to auto archive the tasks once the threshold is reached.

        Acceptance criteria

              Unassigned Unassigned
              rgange Richard Gange
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:

                  Task DoD