jqa-dashboard
jqa-dashboard copied to clipboard
Add context map visualisation
- Add visualisation itself. If the graph contains elements jqa-ddd-plugin the bounded contexts could be visualized by the context map visualisation
- Add d3-graph-react for graph visualisation with the use of d3
- Add docker container and a dump file to provide a way for quick testing

Codecov Report
Merging #37 into master will decrease coverage by
5.93%. The diff coverage is1.22%.
@@ Coverage Diff @@
## master #37 +/- ##
==========================================
- Coverage 44.06% 38.13% -5.94%
==========================================
Files 44 48 +4
Lines 1475 1707 +232
Branches 200 223 +23
==========================================
+ Hits 650 651 +1
- Misses 720 928 +208
- Partials 105 128 +23
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/api/models/BoundedContextes.js | 0.00% <0.00%> (ø) |
|
| ...ws/Dashboard/Architecture/ContextMap/ContextMap.js | 0.00% <0.00%> (ø) |
|
| ...cture/ContextMap/visualizations/ContextMapGraph.js | 0.00% <0.00%> (ø) |
|
| ...Map/visualizations/GraphConfigurationContextMap.js | 0.00% <0.00%> (ø) |
|
| src/routes.js | 57.69% <21.42%> (-0.65%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 1c40fd0...bfe3237. Read the comment docs.
Thanks, great work. @rmllr: Can be merged in my view.