Closed GokulBothe99 closed 1 month ago
The changes introduce a new button for editing description values in the ActionEditPage.xaml
, enhance the ActReturnValue
class with a Description
property, and update the ActionReport
class to include description details in output values. Additionally, the MapActionEndData
method is modified to append the description to output values. These updates collectively improve user interaction and data representation within the application.
File Path | Change Summary |
---|---|
Ginger/Ginger/Actions/ActionEditPage.xaml |
Added a new DataTemplate for a button to edit description values. |
Ginger/Ginger/Actions/ActionEditPage.xaml.cs |
Enhanced SetActReturnValuesGrid method and added a new event handler for the description button. |
Ginger/GingerCoreCommon/Actions/ActReturnValue.cs |
Introduced a new public property Description in the Fields class for storing description strings. |
Ginger/GingerCoreNET/Reports/ActionReport.cs |
Updated OutputValues and OutputValuesDT to include a new Description field. |
Ginger/GingerCoreNET/Run/RunListenerLib/...Mapping.cs |
Modified MapActionEndData to include Description in output values. |
sequenceDiagram
participant User
participant ActionEditPage
participant ValueExpressionEditorPage
participant ActReturnValue
User->>ActionEditPage: Clicks DescriptionValueExpressionButton
ActionEditPage->>ValueExpressionEditorPage: Open with ActReturnValue
ValueExpressionEditorPage-->>ActionEditPage: Return updated description
ActionEditPage->>ActReturnValue: Update Description
🐇 "In the meadow where we play,
A button bright, to save the day!
With descriptions clear and neat,
Our actions now are quite a treat!
Hooray for changes, hop and cheer,
New features bring us joy, oh dear!" 🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Thank you for your contribution. Before submitting this PR, please make sure:
Summary by CodeRabbit
New Features
Bug Fixes
Documentation