bogumilchilinski / dynpy

MIT License
8 stars 0 forks source link

Implementation of `ModellingInPythonScheduleComponent` class that creates a part of a report #933

Closed bogumilchilinski closed 2 months ago

bogumilchilinski commented 2 months ago

Class is to implement in guide.development.en.py module that creates a part (reporting component - formally child of ReportComponent class) of guide or report. It includes schedule of weekly huddles conducted by selected participants, information of regular update of project progress, guides-classes matching (by classes name), exemplary topics of reports and meetings name template.

kjaskiel commented 2 months ago

The code was checked with the following code:

from dynpy.utilities.components.guides.development.en import ModellingInPythonScheduleComponent
ModellingInPythonScheduleComponent(None)