bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Implementation of `IssueFeedbackComponent` class that creates a part of a report #760

Closed bogumilchilinski closed 3 weeks ago

bogumilchilinski commented 1 month ago

Class is to implement in guide.en.py module that creates a part (reporting component - formally child of ReportComponent class) of guide or report for ReportComponent class.

Woojaszek2137 commented 1 month ago

The code was checked with the following call:

from dynpy.utilities.components.guides.en import IssueFeedbackComponent
IssueFeedbackComponent(None);
bogumilchilinski commented 1 month ago

Reopened for code enhancement.