We have added a new panel to the Code Designer that makes it easier for users to track changes and collaborate on code. The panel, located to the right of the code environment, contains three fields: Author, Description, and Modification History.

  • When users make changes to the code, they can input their name and a brief description of the task they are working on in the Author and Description fields, respectively.
  • In the Modification History field, users can access a log of all changes made to the code, including the date and time of each modification.
    • When a specific entry is selected in this field, a small panel appears displaying the code as it was saved by the author at that time. The panel also provides information about the author, including their description, date, and time.