MaibornWolff / codecharta

CodeCharta visualizes multiple code metrics using 3D tree maps.
https://maibornwolff.github.io/codecharta/
BSD 3-Clause "New" or "Revised" License
178 stars 30 forks source link

Change all parsers from KotlinInquirer to Kotter #3610

Open Nereboss opened 1 month ago

Nereboss commented 1 month ago

Feature request

In #3609 we rebuilt the functionality of KotlinInquirer with Kotter and integrated it into the StructureModifier. As each parser requires refactoring of its parserDialog, as well as all tests (tests previously used mocking that we plan to remove), each parser should be handled in a separate PR.

Here is a list of all parsers that need to be adjusted:

Description

As a developer, I want each parser to be handled separately so that each has a smaller separate PR instead of one very big one for all parsers.

Acceptance criteria

Assumptions & Exclusions

Development notes (optional Task Breakdown)

Open questions

Nereboss commented 1 month ago

This is blocked until #3609 is finished