Location

From zooid Wiki
Revision as of 21:34, 11 March 2015 by DavidM (talk | contribs) (Created page with "<div class="seqdiag" style="height: 600px"> seqdiag { AddLocation; LocationForm; AdminActions; AdminStore; AdminMixin; AddLocation -> AdminStore [label = "retri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

seqdiag {

 AddLocation;
 LocationForm;
 AdminActions;
 AdminStore;
 AdminMixin;
 AddLocation -> AdminStore [label =  "retrieves locations"];
 AddLocation -> AddLocation [label = "retrieves working or existing location"];
 AddLocation -> LocationForm [label = "working props"];
 LocationForm --> AdminActions [label = "submitLocation"];
 AdminActions --> AdminStore [label = "submittedLocation"];
 AdminMixin -> AddLocation [label = "updated"];


}