Discovering Our Community

**Pattern Name:** Community Discovery

**CONTEXT:**

**PROBLEM:** No one person knows the whole neighborhood.

**Forces:**

**THEREFORE (SOLUTION):** We need a develop a shared picture of the elephant.

**Actions:**

**Notes:**

DOT strict digraph rankdir=LR node [shape=box style="solid,rounded,filled" fillcolor=lightyellow penwidth=3 color=red] HERE NODE node [style="solid,rounded,filled" fillcolor=white penwidth=3 color=blue] edge [style=solid penwidth=1 color=black] BACKLINKS NODE -> HERE node [style="dotted,rounded,filled" penwidth=6 fillcolor=white color=grey] edge [style=dotted penwidth=4 color=grey] HERE BACKLINKS NODE -> HERE STATIC strict digraph {rankdir=LR node [shape=box style="solid,rounded,filled" fillcolor=lightyellow penwidth=3 color=red] "Welcome Visitors" node [style="solid,rounded,filled" fillcolor=white penwidth=3 color=blue] edge [style=solid penwidth=1 color=black]}