Skip to content

Commit 7b9dc82

Browse files
committed
Make diagram look better
1 parent 314e918 commit 7b9dc82

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

fern/docs/pages/airdrop/extraction-phases.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ sequenceDiagram
1313
'theme': 'base',
1414
'themeVariables': {
1515
'fontFamily': 'Segoe UI',
16+
'primaryColor': '#4285F4',
17+
'primaryTextColor': '#fff',
18+
'primaryBorderColor': '#7570b3',
19+
'lineColor': '#555',
20+
'secondaryColor': '#f8f8f8',
21+
'tertiaryColor': '#f4f4f4',
1622
'signalColor': '#7d7f7c',
1723
'signalTextColor': '#7d7f7c'
1824
}}}%%
@@ -21,36 +27,44 @@ sequenceDiagram
2127
participant ad as Airdrop components
2228
participant ee as External extractor
2329
24-
note over gw,ad: Extract External Sync Units
30+
rect rgb(240, 245, 255)
31+
note over gw,ad: Extract External Sync Units
2532
user ->> gw: Select import connection
2633
gw ->> ad: Start External Sync Unit extraction
2734
ad ->> ee: Start External Sync Unit extraction
2835
ee -->> gw: List of External Sync Units
2936
gw ->> ad: List of External Sync Units
3037
ad ->> gw: List of External Sync Units
3138
gw -->> user: Show available External Sync Units
39+
end
3240
33-
41+
rect rgb(240, 248, 240)
3442
note over gw,ad: Extract Metadata
3543
ad ->> ee: Start Metadata extraction
3644
ee -->> gw: List of extracted metadata artifacts
3745
gw ->> ad: List of extracted metadata artifacts
46+
end
3847
48+
rect rgb(245, 245, 245)
3949
note over gw,ad: Extract data
4050
ad ->> ee: Start data extraction
4151
ee -->> gw: List of extracted data artifacts
4252
gw ->> ad: List of extracted data artifacts
4353
4454
note over ad: Transform and import data into DevRev
55+
end
4556
57+
rect rgb(255, 246, 240)
4658
note over gw,ad: Extract attachments
4759
ad ->> ee: Start attachment extraction
4860
ee -->> gw: List of extracted attachments
4961
gw ->> ad: List of extracted attachments
5062
5163
ad -->> gw: Finished import
5264
gw -->> user: Show finished import and report
65+
end
5366
67+
rect rgb(248, 240, 245)
5468
note over gw,ad: Delete data
5569
user ->> gw: Delete import
5670
gw ->> ad: Delete import
@@ -65,6 +79,7 @@ sequenceDiagram
6579
note over ad: Deletes internal data
6680
ad -->> gw: Finished deleting import
6781
gw -->> user: Import deleted
82+
end
6883
```
6984

7085
## Sync modes

0 commit comments

Comments
 (0)