MaibornWolff / MaibornWolff/codecharta
Unify pipeable input for all analysers
- Dominant language
- TypeScript
- Stars
- 529
- Forks
- 56
- Avg merge
- 7h 17m
- Merged PRs (30d)
- 34
Description
# Feature request
All analysers should
## Description
As a user, I want all parsers to accept pipeable input in a similar way so that i know what to expect for all parsers.
## Acceptance criteria
-
-
-
## Assumptions & Exclusions
## Development notes
Currently the following analysers do not implement pipeable input: CSVImporter, SourceMonitorImporter, CodeMaatImporter, CSVExporter, Edgefilter, MergeFilter
The TokeiImporter uses an implementation thats different from all other analysers
The functionality can likely be implemented in the AnalyserInterface
## Open questions
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading AnalyserInterface and comparing pipeable-input handling in the analysers named in the issue. Review CSVImporter, SourceMonitorImporter, CodeMaatImporter, CSVExporter, Edgefilter, MergeFilter, and TokeiImporter to identify the differing contracts. Done means all listed analysers accept pipeable input in a consistent way, with the TokeiImporter aligned to the others.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100