Skip to content

Work Breakdown Structure / Hierarchy list #6449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
brean opened this issue Apr 1, 2025 · 1 comment
Open

Work Breakdown Structure / Hierarchy list #6449

brean opened this issue Apr 1, 2025 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request Type: New Diagram

Comments

@brean
Copy link

brean commented Apr 1, 2025

Proposal

I'd like to create a Work Breakdown Structure diagram to organize work-packages.

Use Cases

The application is in classic project management

Ideally this could later be parsed by some gantt manager to create a gantt-diagram out of it.

Screenshots

See for example https://www.bobstanke.com/blog/work-breakdown-structure

Syntax

No response

Implementation

Easiest but ugly implementation with just the existing graph could look like this:

graph TD;
    subgraph ...
        ZZ[additional actions]
    end

    subgraph software design
    direction LR
        X[SW architecture design]
        Y[design User Interface]
        Z[organize documentation]
    end

    subgraph quality assurance
    direction LR
        D[implement CI pipeline]
        E[release planning]
    end

    subgraph management
    direction LR
        A[look for sponsors]
        B[organize travel]
        C[finalize marketing strategy]
    end
Loading
@brean brean added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request Type: New Diagram labels Apr 1, 2025
@brean
Copy link
Author

brean commented Apr 7, 2025

For inspration: Microsoft Powerpoint supports this as "SmartArt" > "Hierachy List"

Image

@brean brean changed the title Work Breakdown Structure Work Breakdown Structure / Hierachy list Apr 7, 2025
@brean brean changed the title Work Breakdown Structure / Hierachy list Work Breakdown Structure / Hierarchy list Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request Type: New Diagram
Projects
None yet
Development

No branches or pull requests

1 participant