Changes between Version 28 and Version 29 of wxGUIDevelopment/EasyCommandHistoryNavigation


Ignore:
Timestamp:
May 13, 2024, 2:17:22 AM (2 months ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/EasyCommandHistoryNavigation

    v28 v29  
    259259
    260260**The state of the art BEFORE the start of the Mini project:**\\
    261 - The History Browser panel displayed a simple tree of command entries loaded from a plain-text history log. It had only the capability to relaunch commands.
     261The History Browser panel displayed a simple tree of command entries loaded from a plain-text history log. It had only the capability to relaunch commands.
    262262
    263263**The state of the art AFTER Mini project:**\\
     
    271271- Branching the tree based on the date of command execution - tree is branched into days and sorted from the Today node to older nodes. Command nodes are sorted from the oldest to the newest.
    272272
    273 The task of filtering commands based on status was not addressed during the project due to higher priority issues that emerged:
     273The task of filtering commands based on status was not addressed during the project due to higher-priority issues that emerged:
    274274- Adding the "Update current region" button, which dynamically updates the region based on the executed command and its information stored in the JSON-formatted history log.
    275275- Introducing a new Delete option in the command tree