Skip to content
Snippets Groups Projects
Name Last commit Last update
README.md

DBP Plan

The Plan project goal is a free and open source project management tool set that is a good fit for all Universities and all types of project management styles.

It consists of Kanboard, a free and open source Kanban project management software, plus a set of plugins which extend its functionality and also integrate it with other systems.

graph LR
    style kanboard fill:#606096,color:#fff
    style gantt_plugin fill:#46A046,color:#fff
    style saml_plugin fill:#46A046,color:#fff
    style export_plugin fill:#46A046,color:#fff
    style wbs_plugin fill:#46A046,color:#fff
    style milestone_plugin fill:#46A046,color:#fff

    saml_idp("SAML IDP")

    kanboard("Kanboard")
    gantt_plugin("Gantt Chart Plugin")
    saml_plugin("SAML Plugin")
    export_plugin("Export Plugin")
    wbs_plugin("Work Breakdown Structure Plugin")
    milestone_plugin("Milestone Plugin")

    kanboard --> gantt_plugin
    kanboard --> saml_plugin
    kanboard --> export_plugin
    kanboard --> wbs_plugin
    kanboard --> milestone_plugin
    saml_plugin --> saml_idp