codecharta icon indicating copy to clipboard operation
codecharta copied to clipboard

CodeCharta visualizes multiple code metrics using 3D tree maps.

Results 260 codecharta issues
Sort by recently updated
recently updated
newest added

# Feature request While doing an audit our users like to write down things that they notice for certain buildings or even packages. Currently they do this in a separate...

pr-visualization
cc.json
cc.json save
priority:medium
feature
difficulty:medium

# Be able to add custom notes per building / code file _**Please read the [CONTRIBUTING.md](https://github.com/MaibornWolff/codecharta/blob/main/CONTRIBUTING.md) before opening a PR.**_ Issue: #611

# Feature request It would be nice to input the json file from [Insider](https://github.com/insidersec/insider). ## Description Insider can analyze different languages and shows the vulnerabilities of a project. Sample for...

pr-analysis
priority:medium
feature

# Bug ## Expected Behavior GIVEN WHEN THEN ## Actual Behavior ## Screenshots ## Steps to Reproduce the Problem 1. 1. 1. ## Specifications - is released in [online-demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json&file=codecharta_analysis.cc.json): yes...

bug

# Bug ## Expected Behavior GIVEN a map is loaded WHEN THEN ## Actual Behavior TBD ## Screenshots ## Steps to Reproduce the Problem 1. 1. 1. ## Specifications -...

bug

New button or tooltip for each metric to show the top 5 or top 10 files for the selected metric including the actual value. eg next to the size metric...

pr-visualization
javascript
feature

# Feature request when hovering a building we trigger https://github.com/MaibornWolff/codecharta/blob/eeebfa2ebffba8ee64ea17df59a0bbcff0bdb8ca/visualization/app/codeCharta/ui/codeMap/codeMap.mouseEvent.service.ts#L208 leading to the call of https://github.com/MaibornWolff/codecharta/blob/eeebfa2ebffba8ee64ea17df59a0bbcff0bdb8ca/visualization/app/codeCharta/ui/codeMap/rendering/codeMapGeometricDescription.ts#L31-L58 this is a potential cpu consumer. ## Some Ideas - Try out to optimize...

pr-visualization
tech
javascript
priority:low

e2e and unit tests need different test setup. E.g. unit test need jsdom and jest-preset-angular/setup-jest. On the other side e2e tests need jest-puppeteer/jest-preset and must not use jest-preset-angular/setup-jest. Therefore they...

tech
priority:medium

# Feature request ## Description Current map navigation does not seem intuitive for all users. * Zooming does not use the current mouse as focus point but the center of...

priority:high
feature
difficulty:medium

# Feature request ## Description - Research in a new focus and unfocus functionality, which from the view of a user only zooms in/out and centres the desired nodes/packages, but...

pr-visualization
javascript
priority:medium
feature
difficulty:low