Changes between Version 11 and Version 12 of wxGUIDevelopment/EasyCommandHistoryNavigation


Ignore:
Timestamp:
Feb 4, 2024, 12:10:13 PM (6 months ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/EasyCommandHistoryNavigation

    v11 v12  
    182182[[Image(first_suggestion_info_dialog.jpg, 1200px, title=Figure 1: The original idea of displaying command info in the separate dialog, align=left)]]
    183183
     184== Report for weeks 3 and 4 ==
    184185
     186'''1) What did I complete?'''\\
     187I worked on the PR https://github.com/OSGeo/grass/pull/3365 which addresses two things - it changes how the history log is stored - newly it will be the JSON format. Second, it shows info about commands in the history pane (finally created as the panel inside the History pane, see the right part of Figure 2). During this week, we decided that the original plain text history file would be automatically converted to a JSON file when launching a new command so that everyone would now seamlessly encounter command information. The initial concept was to create a JSON file only when establishing a new mapset, leaving previously created plain texts unchanged. PR https://github.com/OSGeo/grass/pull/3365 is currently awaiting review. Additionally, I have shared the PR https://github.com/OSGeo/grass/pull/3402 for relocating the "Export History" button from the Console to the History pane.
     188
     189'''2) What am I going to achieve for the next two weeks?'''\\
     190I would like to merge both ​https://github.com/OSGeo/grass/pull/3365 and https://github.com/OSGeo/grass/pull/3402. Following this, I plan to shift my focus towards Region settings. The objective is to enable users to set the current region based on the region from a history command, either through the context menu or using a button (details to be discussed). As the history command is currently rerun with the current region, I also aim to implement an option to rerun it with the original region.
     191
     192'''3) Is there any blocking issue?'''\\
     193No, it isn't, but I am just in the last two weeks of pregnancy :-) So, I might be a bit less active in the upcoming weeks.
     194
     195[[Image(final_info_panel.jpg, 1200px, title=Figure 2: The final design of command info panel, align=left)]]