GUI Data Change Highlighting for Missed Updates

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Users often miss important changes in displayed data sets when their focus is elsewhere, as existing GUI systems do not provide clear indications of updates, leading to missed notifications and potential errors, such as increased labor costs due to overlooked overtime eligibility.

Innovation Solution

A system and method that records displayed data entries in a status data structure, alerting users to changes by highlighting added or deleted entries when their focus returns to the GUI window, using techniques like animation and color changes to draw attention to updates.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the GUI window continuously updates data in real time, then the user can see current data, but the user may miss changes when their focus is elsewhere

Engineering Contradiction:
Improvedata accuracyVSAvoidmissed changes
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The system performs preliminary actions by recording the state of data entries before the user's focus shifts away. When the user returns, the system compares the recorded state with the current state and highlights any changes. This preliminary recording and comparison mechanism ensures that no changes are missed, resolving the contradiction between continuous updates and user awareness.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback by providing visual indicators (highlighting) that inform the user of changes occurred during their absence. This feedback mechanism ensures the user is immediately aware of any modifications to the data set, maintaining reliability while preventing information loss.

Inventive Principle:
Principle #23Feedback

2Ease of operation

If the GUI window does not continuously update, then user focus can be maintained, but the user cannot see current data changes

Engineering Contradiction:
Improveuser focusVSAvoiddata updates
Core Design Contradiction:
Ease of operationVSLoss of information

Solution Approach 1:

The system records the data state in advance before the user's focus shifts, enabling the user to maintain focus on other tasks without missing updates. When the user returns, the pre-recorded state is compared with the current state to identify changes, thus preserving both user focus and data awareness.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system creates a copy of the data state at the time of focus shift and stores it for later comparison. This copying mechanism allows the user to maintain focus elsewhere while the system preserves the original state for subsequent change detection, preventing information loss without disrupting user focus.

Inventive Principle:
Principle #26Copying

3Loss of information

If the system highlights all changes when user returns, then user awareness is improved, but visual clutter increases

Engineering Contradiction:
Improvechange awarenessVSAvoidvisual complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The system applies local quality by highlighting only the specific data entries that have changed rather than the entire data set. This selective highlighting approach improves user awareness of changes while minimizing visual clutter, as only the relevant portions of the interface are modified to draw attention.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system uses color changes as a visual indicator to highlight modified entries. By changing the color of specific entries rather than applying complex visual effects throughout the interface, the system effectively communicates changes to the user while maintaining visual simplicity and reducing overall interface complexity.

Inventive Principle:
Principle #32Color changes

Data Source

PatentUS11995286B2System and method for displaying changes to a number of entries in a set of data between page views
Publication Date: 2024.05.28 DIGITS FINANCIAL INC
  • US11995286B2 patent drawing
  • US11995286B2 patent drawing
  • US11995286B2 patent drawing

AI summary

A system and method for displaying changes to a number of entries between page views is provided.