ficsit-cli icon indicating copy to clipboard operation
ficsit-cli copied to clipboard

Graph visualization on mod resolution errors

Open Vilsol opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Users can be confused by resolution error messages

Describe the solution you'd like

Show a graph together with the error message

Describe alternatives you've considered

No response

Additional context

image

                   ┌──────┐
                   │ Root │
                   └─┬──┬─┘
               ┌─────┘  └─────┐
┌──────────────┴─┐          ┌─┴──────────────┐
│  Power Extras  │          │  Area Actions  │
│ (gPowerExtras) │          │ (AreaActions)  │
│       *        │          │     1.6.5      │
└──────────────┬─┘          └─┬──────────────┘
               │              │
┌──────────────┴─┐          ┌─┴──────────────┐
│      SML       │          │      SML       │
│     (SML)      ├────┤├────┤     (SML)      │
│     2.2.1      │          │    ^3.0.0      │
└────────────────┘          └────────────────┘

Vilsol avatar Dec 07 '23 21:12 Vilsol