design/sequences/lifecycle.diag
author salimr <riwad.salim@yahoo.fr>
Tue, 09 Oct 2018 10:52:23 +0200
changeset 162 1fd73fdaf4c6
parent 114 ec72869a5a20
permissions -rw-r--r--
Add ReadOnlySession component and message when session list is empty

# 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"]
  }

}