design/sequences/lifecycle.diag
author ymh <ymh.work@gmail.com>
Sat, 06 Jul 2019 00:59:32 +0200
changeset 203 b378ca8d67af
parent 114 ec72869a5a20
permissions -rw-r--r--
Added tag 0.2.2 for changeset 2c1d48085efc

# cmd:
# $ actdiag -f /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf lifecycle.diag


actdiag {

  session -> note -> revision       -> share
             note -> categorisation -> share
                                       share -> compare -> synthesis -> cite -> source

  lane user {
    label = "Utilisateur"

    session [label="Session"]
    note [label="Prise de notes"]
    revision [label="Révision"]
    categorisation [label="Annotation"]

    synthesis [label="Synthèse"]
  }

  lane group {
    label = "Groupe"

    share [label="Partage"]
    compare [label="Comparaison"]
  }

  lane platform {
    label = "Plateforme"

    cite [label="Citation"]
    source [label="Authoring"]
  }

}