Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- The JOC Cockpit offers to limit display of orders with the History view and with the Audit Log view.
- Presets for limits can be modified from the user profile (default: 5000).
Desired Behavior
- Any view in JOC Cockpit should offer to limit the number of orders displayed:
- Overview view (via Dashboard)
- Daily Plan view
- Monitor->Notifications sub-view
- Workflows view: the limit applies to orders per workflow
- File Transfers view
- Resources->Resources Locks view: the limit applies to orders per Resource Lock
- Resources->Notice Boards view: the limit applies to orders per Notice Board
- History->Daily Plan Submissions sub-view (same limit as History view), this issue is handled with
JOC-1158 - History->Deployments sub-view (same limit as History view)
- Limits use a default of 5000 entries that can be modified from the user profile.
- The JS7 REST Web Service API offers the respective limits with a default value 10 000 and with the option to retrieve an unlimited number of orders.
Maintainer Note
- When working with larger numbers of objects then limits prevent a situation when a browser would require an extraordinary amount of time and memory to display orders.
- The precise numbers for limits depend on the user machine's capabilities when it comes to bandwidth, memory and CPU. JOC Cockpit therefore does not impose a fixed limit.
- It usually makes no sense to have thousands of orders on a single screen - you will not read all of them. Consider to use the Search and Advanced Search options as well as bulk operations for orders, see
JOC-1151