Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plan-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
digital blueprint
Plan
plan-docs
Commits
24eb45af
Commit
24eb45af
authored
Jun 21, 2022
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Add the milestone plugin
parent
2d5d8b88
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-1
5 additions, 1 deletion
README.md
with
5 additions
and
1 deletion
README.md
+
5
−
1
View file @
24eb45af
...
...
@@ -8,12 +8,13 @@ Kanban project management software, plus a set of plugins which extend its
functionality and also integrate it with other systems.
```
mermaid
graph
TD
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")
...
...
@@ -22,11 +23,13 @@ graph TD
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
```
...
...
@@ -35,3 +38,4 @@ graph TD
*
[
Gantt Chart Plugin
](
https://gitlab.tugraz.at/dbp/plan/plan-plugin-ganttPlan
)
- Shows your tasks in a Gantt chart
*
[
Export Plugin
](
https://gitlab.tugraz.at/dbp/plan/plan-plugin-exportPlan
)
- Allows you to export your tasks in a variety of forms and formats.
*
[
Work Breakdown Structure Plugin
](
https://gitlab.tugraz.at/dbp/plan/plan-plugin-WBSplan
)
- Browse your tasks as a WBS
*
[
Milestone Plugin
](
https://github.com/oliviermaridat/kanboard-milestone-plugin
)
- Shows related tasks for milestones and their progress
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment