Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Nagel
itt
Commits
8ff0bc72
Commit
8ff0bc72
authored
Nov 15, 2021
by
Lukas Nagel
Browse files
add time estimates
parent
cd527683
Changes
1
Hide whitespace changes
Inline
Side-by-side
mindmap/ProjectGraph.tex
View file @
8ff0bc72
...
...
@@ -9,6 +9,8 @@
\definecolor
{
rootcolor
}{
named
}{
black
}
\renewcommand\timed
[1]
{
\nodepart
{
lower
}
\textit
{
#1min
}}
\begin{document}
\begin{tikzpicture}
...
...
@@ -33,6 +35,10 @@
, minimum size=3cm
, node distance=2cm
}
, timed/.style=
{
concept
, circle split
}
, neutral/.append style=
{
fill=red!30
}
...
...
@@ -53,8 +59,8 @@
}
]
\node
[
concept
, vcs]
(vcs)
{
SCM / VCS
\node
[
timed
, vcs]
(vcs)
{
SCM / VCS
\timed
{
5
}
}
;
\node
[concept, vcs, below left=of vcs, xshift=-2cm]
(integrity)
{
Integrität
...
...
@@ -79,8 +85,8 @@
umfragen operieren so 8
\%
der Befragten!
}
;
{
\node
[
concept
, git, right=10cm of vcs]
(git)
{
Git Projekt
\node
[
timed
, git, right=10cm of vcs]
(git)
{
Git Projekt
\timed
{
10
}
}
;
\node
[example, above left=of git]
(resolution)
{
\nodepart
{
one
}
Auflöung: Dokument Bearbeiten
...
...
@@ -141,8 +147,8 @@
}
;
}
{
\node
[
concept
, wf, right=16cm of git]
(workflows)
{
Workflows
\node
[
timed
, wf, right=16cm of git]
(workflows)
{
Workflows
\timed
{
10
}
}
;
\node
[concept, wf, below=of workflows]
(create)
{
Repo erstellen
...
...
@@ -183,8 +189,8 @@
\node
[concept, wf, cmd, below=of braching]
(g-merge)
{
\$
git merge
}
;
\node
[
concept
, wf, right=6cm of workflows, yshift=-4cm]
(kollab)
{
Kollaboration
\node
[
timed
, wf, right=6cm of workflows, yshift=-4cm]
(kollab)
{
Kollaboration
\timed
{
5
}
}
;
\node
[concept, wf, below right=of kollab]
(sync)
{
Synchronisieren
...
...
@@ -210,8 +216,9 @@
\nodepart
{
two
}
Beispiel aufgreifen für Demos
}
;
{
\node
[
concept
, gh, right=6cm of kollab, yshift=4cm]
(github)
{
\node
[
timed
, gh, right=6cm of kollab, yshift=4cm]
(github)
{
GitHub
\timed
{
10
}
}
;
\node
[concept, gh, right=4cm of github]
(project)
{
Project
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment