Skip to content

Instantly share code, notes, and snippets.

@bumbeishvili
Last active July 3, 2017 04:54
Show Gist options
  • Save bumbeishvili/5f7633da56bcf910aae9f38147fb06cf to your computer and use it in GitHub Desktop.
Save bumbeishvili/5f7633da56bcf910aae9f38147fb06cf to your computer and use it in GitHub Desktop.
graph TD;
%%--------- LEVEL 2 ---------------
A[1. Guest House Website]-->B[1.1 Reservation Module];
A-->C[1.2 Payment module];
A-->D[1.3 Images gallery 3D];
A-->E[1.4 Administration Module];
A-->F[1.5 About];
A-->G[1.6 Dashboard];
A-->H[1.7 Testing]
%%--------- LEVEL 3 ---------------
B-->BA[1.1.1 Rooms List Page]
B-->BB[1.1.2 Rooms Detail Page]
B-->BC[1.1.3 Rooms Reservation Page]
C-->CA[1.2.1 Payment Methods Integration]
C-->CB[1.2.2 Checkout Page]
D-->DA[1.3.1 Images List]
D-->DB[1.3.2 Image View]
E-->EA[1.4.1 Gallery administration]
E-->EB[1.4.2 Prices administration]
E-->EC[1.4.3 Labels Administration]
F-->FA[1.5.1 About page]
G-->GA[1.6.1 Reservation Statistics]
G-->GB[1.6.2 Payment Statistics]
H-->HA[1.7.1 Payment Testing]
H-->HB[1.7.2 Dashboard Testing]
H-->HC[1.7.3 Administration module Testing]
%%---------- LEVEL 4 ---------------
BA-->BAA[24 h.]
BB-->BBA[24 h.]
BC-->BCA[40 h.]
CA-->CAA[1.2.1.1 Paypal]
CA-->CAB[1.2.2.1 Visa & mastercard]
DA-->DAA[24 h]
DB-->DBA[60 h]
EA-->EAA[24 h]
EB-->EBA[24 h]
EC-->ECA[16 h]
FA-->FAA[24h]
GA-->GAA[24 h]
GB-->GBA[24 h]
HA-->HAA[40h h]
HB-->HBA[24h h]
HC-->HCA[24h h]
%%------------ LEVEL 5 -----------
CAA-->CAAA[48 h.]
CAB-->CBAA[48h h.]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment