-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDevLog.drawio
More file actions
806 lines (806 loc) · 73 KB
/
Copy pathDevLog.drawio
File metadata and controls
806 lines (806 loc) · 73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
<mxfile host="Electron" agent="Codex" pages="7">
<diagram id="store-protocol-page" name="Store Protocol">
<mxGraphModel dx="912" dy="491" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="none" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="2" parent="1" style="rounded=1;arcSize=20;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#D8E0EA;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="316" width="600" x="60" y="52" as="geometry" />
</mxCell>
<mxCell id="3" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=18;fontStyle=1;fontColor=#1F2328;" value="Store Protocol Flow" vertex="1">
<mxGeometry height="28" width="300" x="210" y="72" as="geometry" />
</mxCell>
<mxCell id="4" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=20;" value="Action" vertex="1">
<mxGeometry height="56" width="120" x="300" y="118" as="geometry" />
</mxCell>
<mxCell id="5" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="View" vertex="1">
<mxGeometry height="52" width="110" x="105" y="208" as="geometry" />
</mxCell>
<mxCell id="6" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="State" vertex="1">
<mxGeometry height="52" width="120" x="285" y="292" as="geometry" />
</mxCell>
<mxCell id="7" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="SideEffect" vertex="1">
<mxGeometry height="52" width="130" x="500" y="208" as="geometry" />
</mxCell>
<mxCell id="8" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="render" vertex="1">
<mxGeometry height="22" width="80" x="190" y="288" as="geometry" />
</mxCell>
<mxCell id="9" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="user event" vertex="1">
<mxGeometry height="22" width="110" x="140" y="118" as="geometry" />
</mxCell>
<mxCell id="10" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="update state" vertex="1">
<mxGeometry height="22" width="110" x="270" y="220" as="geometry" />
</mxCell>
<mxCell id="11" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="emit effect" vertex="1">
<mxGeometry height="22" width="110" x="400" y="186" as="geometry" />
</mxCell>
<mxCell id="12" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="next action" vertex="1">
<mxGeometry height="22" width="110" x="490" y="118" as="geometry" />
</mxCell>
<mxCell id="13" edge="1" parent="1" source="6" style="curved=1;endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="5">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="185" y="320" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="14" edge="1" parent="1" source="5" style="curved=1;endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;" target="4">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="168" y="128" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="15" edge="1" parent="1" source="4" style="curved=1;endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;exitX=0.25;exitY=1;exitDx=0;exitDy=0;" target="6">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="380" y="230" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="16" edge="1" parent="1" source="4" style="curved=1;endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;" target="7">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="410" y="200" />
<mxPoint x="460" y="230" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="17" edge="1" parent="1" source="7" style="curved=1;endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="4">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="580" y="130" />
</Array>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="delete-flow-page" name="Delete Undo Flow">
<mxGraphModel dx="1285" dy="692" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="900" pageHeight="1200" background="none" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="100" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=18;fontStyle=1;fontColor=#1F2328;" value="개선 전" vertex="1">
<mxGeometry height="28" width="120" x="360" y="24" as="geometry" />
</mxCell>
<mxCell id="101" parent="1" style="rounded=1;arcSize=20;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#D8E0EA;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="300" width="760" x="40" y="60" as="geometry" />
</mxCell>
<mxCell id="102" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#B8C4D6;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="206" width="346" x="68" y="112" as="geometry" />
</mxCell>
<mxCell id="103" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#B8C4D6;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="170" width="190" x="560" y="126" as="geometry" />
</mxCell>
<mxCell id="104" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Client" vertex="1">
<mxGeometry height="22" width="80" x="201" y="90" as="geometry" />
</mxCell>
<mxCell id="105" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Server" vertex="1">
<mxGeometry height="22" width="80" x="615" y="126" as="geometry" />
</mxCell>
<mxCell id="106" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;fontSize=13;fontStyle=1;fontColor=#C2410C;" value="삭제 책임: Client" vertex="1">
<mxGeometry height="22" width="120" x="96" y="120" as="geometry" />
</mxCell>
<mxCell id="107" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="사용자" vertex="1">
<mxGeometry height="42" width="96" x="102" y="152" as="geometry" />
</mxCell>
<mxCell id="108" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=18;" value="ViewModel" vertex="1">
<mxGeometry height="44" width="112" x="286" y="150" as="geometry" />
</mxCell>
<mxCell id="109" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="Toast" vertex="1">
<mxGeometry height="42" width="84" x="300" y="262" as="geometry" />
</mxCell>
<mxCell id="110" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="로컬 리스트" vertex="1">
<mxGeometry height="42" width="108" x="110" y="260" as="geometry" />
</mxCell>
<mxCell id="111" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="Cloud Functions" vertex="1">
<mxGeometry height="44" width="126" x="592" y="150" as="geometry" />
</mxCell>
<mxCell id="112" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="Firestore" vertex="1">
<mxGeometry height="42" width="108" x="601" y="240" as="geometry" />
</mxCell>
<mxCell id="113" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="삭제 요청" vertex="1">
<mxGeometry height="22" width="82" x="187" y="152" as="geometry" />
</mxCell>
<mxCell id="114" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=8;fontColor=#6B7280;" value="Undo 토스트 표시" vertex="1">
<mxGeometry height="22" width="104" x="258" y="220" as="geometry" />
</mxCell>
<mxCell id="115" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="Undo 대상 로컬 보관" vertex="1">
<mxGeometry height="22" width="84" x="174" y="205" as="geometry" />
</mxCell>
<mxCell id="116" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="Undo 선택" vertex="1">
<mxGeometry height="22" width="82" x="345" y="226" as="geometry" />
</mxCell>
<mxCell id="117" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="복원 / 제거 결정" vertex="1">
<mxGeometry height="22" width="118" x="204" y="260" as="geometry" />
</mxCell>
<mxCell id="118" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="삭제 요청" vertex="1">
<mxGeometry height="22" width="100" x="437" y="150" as="geometry" />
</mxCell>
<mxCell id="119" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="데이터 수정" vertex="1">
<mxGeometry height="22" width="66" x="649" y="194" as="geometry" />
</mxCell>
<mxCell id="120" edge="1" parent="1" source="107" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;" target="108">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="121" edge="1" parent="1" source="108" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="109">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="122" edge="1" parent="1" source="108" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;exitX=0.06;exitY=0.988;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0;entryDx=0;entryDy=0;" target="110">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="123" edge="1" parent="1" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;">
<mxGeometry relative="1" as="geometry">
<mxPoint x="361" y="262" as="sourcePoint" />
<mxPoint x="361" y="194" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="124" edge="1" parent="1" source="110" style="curved=1;endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;exitX=0.998;exitY=0.46;exitDx=0;exitDy=0;exitPerimeter=0;" target="108">
<mxGeometry relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="125" edge="1" parent="1" source="108" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="111">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="126" edge="1" parent="1" source="111" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="112">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="127" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=18;fontStyle=1;fontColor=#1F2328;" value="개선 후" vertex="1">
<mxGeometry height="28" width="110" x="365" y="404" as="geometry" />
</mxCell>
<mxCell id="128" parent="1" style="rounded=1;arcSize=20;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#D8E0EA;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="300" width="760" x="40" y="440" as="geometry" />
</mxCell>
<mxCell id="129" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#B8C4D6;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="176" width="346" x="68" y="520" as="geometry" />
</mxCell>
<mxCell id="130" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#B8C4D6;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="196" width="214" x="546" y="500" as="geometry" />
</mxCell>
<mxCell id="131" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Client" vertex="1">
<mxGeometry height="22" width="80" x="201" y="497" as="geometry" />
</mxCell>
<mxCell id="132" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Server" vertex="1">
<mxGeometry height="22" width="80" x="613" y="476" as="geometry" />
</mxCell>
<mxCell id="133" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontStyle=1;fontColor=#15803D;" value="삭제 책임: Server" vertex="1">
<mxGeometry height="22" width="120" x="560" y="516" as="geometry" />
</mxCell>
<mxCell id="134" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="사용자" vertex="1">
<mxGeometry height="42" width="96" x="102" y="547" as="geometry" />
</mxCell>
<mxCell id="135" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=18;" value="ViewModel" vertex="1">
<mxGeometry height="44" width="112" x="286" y="545" as="geometry" />
</mxCell>
<mxCell id="136" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="Toast" vertex="1">
<mxGeometry height="42" width="84" x="199" y="638" as="geometry" />
</mxCell>
<mxCell id="137" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="Cloud Functions" vertex="1">
<mxGeometry height="44" width="126" x="598" y="545" as="geometry" />
</mxCell>
<mxCell id="138" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=18;" value="Firestore" vertex="1">
<mxGeometry height="42" width="108" x="609" y="638" as="geometry" />
</mxCell>
<mxCell id="139" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="삭제 요청" vertex="1">
<mxGeometry height="22" width="82" x="188" y="548" as="geometry" />
</mxCell>
<mxCell id="140" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="Undo 토스트 표시" vertex="1">
<mxGeometry height="22" width="104" x="207" y="595" as="geometry" />
</mxCell>
<mxCell id="141" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="Undo 요청" vertex="1">
<mxGeometry height="22" width="82" x="286" y="619" as="geometry" />
</mxCell>
<mxCell id="142" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="삭제 / Undo 요청" vertex="1">
<mxGeometry height="22" width="100" x="430" y="546" as="geometry" />
</mxCell>
<mxCell id="144" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=10;fontColor=#6B7280;" value="데이터 수정" vertex="1">
<mxGeometry height="22" width="148" x="615" y="591" as="geometry" />
</mxCell>
<mxCell id="145" edge="1" parent="1" source="134" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;" target="135">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="146" edge="1" parent="1" source="135" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;entryX=0.866;entryY=0.013;entryDx=0;entryDy=0;entryPerimeter=0;" target="136">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="147" edge="1" parent="1" source="136" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;entryX=0.5;entryY=1;entryDx=0;entryDy=0;exitX=1;exitY=0.25;exitDx=0;exitDy=0;" target="135">
<mxGeometry relative="1" as="geometry">
<mxPoint x="290.95294117647063" y="658" as="sourcePoint" />
<mxPoint x="340.8588235294119" y="616" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="148" edge="1" parent="1" source="135" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="137">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="150" edge="1" parent="1" source="137" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="138">
<mxGeometry relative="1" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="todo-reminder-flow-page" name="Todo Reminder Flow">
<mxGraphModel dx="1768" dy="951" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1200" pageHeight="1200" background="none" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="200" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=18;fontStyle=1;fontColor=#1F2328;" value="개선 전" vertex="1">
<mxGeometry height="28" width="120" x="180" y="24" as="geometry" />
</mxCell>
<mxCell id="201" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=18;fontStyle=1;fontColor=#1F2328;" value="개선 후" vertex="1">
<mxGeometry height="28" width="120" x="656" y="24" as="geometry" />
</mxCell>
<mxCell id="202" parent="1" style="rounded=1;arcSize=20;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#D8E0EA;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="390" width="444" x="36" y="60" as="geometry" />
</mxCell>
<mxCell id="203" parent="1" style="rounded=1;arcSize=20;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#D8E0EA;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="740" width="410" x="500" y="60" as="geometry" />
</mxCell>
<mxCell id="204" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#B8C4D6;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="330" width="196" x="56" y="96" as="geometry" />
</mxCell>
<mxCell id="205" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#B8C4D6;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="180" width="148" x="312" y="116" as="geometry" />
</mxCell>
<mxCell id="206" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Client" vertex="1">
<mxGeometry height="22" width="80" x="114" y="72" as="geometry" />
</mxCell>
<mxCell id="207" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Server" vertex="1">
<mxGeometry height="22" width="80" x="346" y="94" as="geometry" />
</mxCell>
<mxCell id="208" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;fontSize=13;fontStyle=1;fontColor=#C2410C;" value="예약 책임: Client" vertex="1">
<mxGeometry height="22" width="110" x="70" y="106" as="geometry" />
</mxCell>
<mxCell id="209" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="Todo 생성 / 수정" vertex="1">
<mxGeometry height="52" width="140" x="84" y="132" as="geometry" />
</mxCell>
<mxCell id="210" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="사용자 설정
(시각 / Timezone)" vertex="1">
<mxGeometry height="64" width="140" x="84" y="240" as="geometry" />
</mxCell>
<mxCell id="211" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=15;" value="이벤트 기반 예약" vertex="1">
<mxGeometry height="52" width="140" x="84" y="364" as="geometry" />
</mxCell>
<mxCell id="212" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=14;" value="Cloud Tasks" vertex="1">
<mxGeometry height="40" width="100" x="336" y="128" as="geometry" />
</mxCell>
<mxCell id="213" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=12;" value="알림 발송 처리" vertex="1">
<mxGeometry height="40" width="100" x="336" y="238" as="geometry" />
</mxCell>
<mxCell id="214" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=12;" value="설정 변경 후
예상 시간과 달라질 수 있음
최신 Todo 상태 미반영 가능" vertex="1">
<mxGeometry height="67" width="164" x="304" y="329" as="geometry" />
</mxCell>
<mxCell id="218" edge="1" parent="1" source="209" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" target="210">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="219" edge="1" parent="1" source="210" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;" target="211">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="220" edge="1" parent="1" source="211" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;edgeStyle=orthogonalEdgeStyle;" target="212">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="280" y="406" />
<mxPoint x="280" y="146" />
<mxPoint x="330" y="146" />
<mxPoint x="330" y="148" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="221" edge="1" parent="1" source="212" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" target="213">
<mxGeometry relative="1" as="geometry">
<mxPoint x="385.7624590163934" y="182.16" as="sourcePoint" />
<mxPoint x="386.114" y="234.99600000000004" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="222" edge="1" parent="1" source="213" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" target="214">
<mxGeometry relative="1" as="geometry">
<mxPoint x="344" y="346" as="sourcePoint" />
<mxPoint x="343" y="466" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="223" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#B8C4D6;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="80" width="170" x="520" y="112" as="geometry" />
</mxCell>
<mxCell id="225" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Client" vertex="1">
<mxGeometry height="22" width="80" x="565" y="90" as="geometry" />
</mxCell>
<mxCell id="235" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=11;fontColor=#6B7280;" value="설정 기준" vertex="1">
<mxGeometry height="20" width="70" x="600" y="272" as="geometry" />
</mxCell>
<mxCell id="238" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=11;fontColor=#6B7280;" value="발송 시점 재검증" vertex="1">
<mxGeometry height="20" width="136" x="690" y="522" as="geometry" />
</mxCell>
<mxCell id="216" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=11;fontColor=#6B7280;" value="enqueue" vertex="1">
<mxGeometry height="20" width="54" x="251" y="403" as="geometry" />
</mxCell>
<mxCell id="217" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=11;fontColor=#6B7280;" value="예약 당시 데이터 사용" vertex="1">
<mxGeometry height="20" width="120" x="299" y="183" as="geometry" />
</mxCell>
<mxCell id="215" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=11;fontColor=#6B7280;" value="변경 시 예약" vertex="1">
<mxGeometry height="20" width="70" x="150" y="316" as="geometry" />
</mxCell>
<mxCell id="228" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="사용자 설정
(시각 / Timezone)" vertex="1">
<mxGeometry height="60" width="150" x="530" y="122" as="geometry" />
</mxCell>
<mxCell id="224" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#B8C4D6;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="550" width="192" x="705" y="95" as="geometry" />
</mxCell>
<mxCell id="226" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Server" vertex="1">
<mxGeometry height="22" width="80" x="759" y="71" as="geometry" />
</mxCell>
<mxCell id="239" edge="1" parent="1" source="228" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;exitX=0.5;exitY=1;exitDx=0;exitDy=0;edgeStyle=orthogonalEdgeStyle;" target="230">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="605" y="270" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="227" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;fontSize=13;fontStyle=1;fontColor=#15803D;" value="예약 책임: Server" vertex="1">
<mxGeometry height="22" width="110" x="727" y="105" as="geometry" />
</mxCell>
<mxCell id="229" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="5분 주기
Scheduler" vertex="1">
<mxGeometry height="64" width="110" x="746" y="133" as="geometry" />
</mxCell>
<mxCell id="230" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=13;" value="리마인더 배치 실행" vertex="1">
<mxGeometry height="60" width="110" x="746" y="243" as="geometry" />
</mxCell>
<mxCell id="231" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=14;" value="내일 마감 Todo
재계산" vertex="1">
<mxGeometry height="60" width="110" x="746" y="353" as="geometry" />
</mxCell>
<mxCell id="232" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=14;" value="Cloud Tasks" vertex="1">
<mxGeometry height="60" width="110" x="746" y="463" as="geometry" />
</mxCell>
<mxCell id="233" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=12;" value="알림 발송 처리" vertex="1">
<mxGeometry height="60" width="110" x="746" y="573" as="geometry" />
</mxCell>
<mxCell id="234" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=12;" value="설정 변경 이후에도
최신 기준으로 스케줄링
최신 Todo 상태 반영" vertex="1">
<mxGeometry height="96" width="119" x="741.5" y="683" as="geometry" />
</mxCell>
<mxCell id="237" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=11;fontColor=#6B7280;" value="enqueue" vertex="1">
<mxGeometry height="20" width="60" x="744" y="417" as="geometry" />
</mxCell>
<mxCell id="240" edge="1" parent="1" source="229" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;" target="230">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="241" edge="1" parent="1" source="230" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;entryX=0.473;entryY=0.012;entryDx=0;entryDy=0;entryPerimeter=0;" target="231">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="242" edge="1" parent="1" source="231" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;exitX=0.475;exitY=0.986;exitDx=0;exitDy=0;exitPerimeter=0;" target="232">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="243" edge="1" parent="1" source="232" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="233">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="244" edge="1" parent="1" source="233" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" target="234">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="QxAspJlolYb2ybC7-Ub2-246" edge="1" parent="1" source="203" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" target="203">
<mxGeometry relative="1" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="webpage-image-restore-page" name="WebPage Image Restore Flow">
<mxGraphModel dx="1885" dy="1015" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="900" pageHeight="1400" background="none" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="300" parent="1" style="rounded=1;arcSize=20;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#D8E0EA;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="1024" width="450" x="200" y="36" as="geometry" />
</mxCell>
<mxCell id="301" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=18;fontStyle=1;fontColor=#1F2328;" value="WebPage Image Restore Flow" vertex="1">
<mxGeometry height="28" width="300" x="263" y="50" as="geometry" />
</mxCell>
<mxCell id="302" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=15;" value="웹페이지 데이터 fetch" vertex="1">
<mxGeometry height="50" width="230" x="220" y="100" as="geometry" />
</mxCell>
<mxCell id="303" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="Firestore 웹페이지 데이터 조회" vertex="1">
<mxGeometry height="50" width="230" x="220" y="200" as="geometry" />
</mxCell>
<mxCell id="304" parent="1" style="rhombus;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="<div><br></div>이미지 복구 필요?<div><span style="color: rgb(107, 114, 128); font-size: 11px; font-weight: 400; white-space: nowrap;">imageURL이 실제 로컬 리소스를</span><br style="color: rgb(107, 114, 128); font-size: 11px; font-weight: 400; white-space: nowrap;"><span style="color: rgb(107, 114, 128); font-size: 11px; font-weight: 400; white-space: nowrap;">가리키는지 확인</span></div>" vertex="1">
<mxGeometry height="110" width="230" x="220" y="300" as="geometry" />
</mxCell>
<mxCell id="306" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="메타데이터 재수집" vertex="1">
<mxGeometry height="50" width="230" x="220" y="460" as="geometry" />
</mxCell>
<mxCell id="307" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="로컬 이미지 캐시 생성" vertex="1">
<mxGeometry height="50" width="230" x="220" y="560" as="geometry" />
</mxCell>
<mxCell id="308" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="Application Support /
webPageImages 저장" vertex="1">
<mxGeometry height="50" width="230" x="220" y="660" as="geometry" />
</mxCell>
<mxCell id="309" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="복구된 imageURL로
Firestore 데이터 갱신" vertex="1">
<mxGeometry height="50" width="230" x="220" y="760" as="geometry" />
</mxCell>
<mxCell id="310" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="기존 데이터 반환" vertex="1">
<mxGeometry height="52" width="108" x="520" y="329" as="geometry" />
</mxCell>
<mxCell id="311" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=14;" value="실패 시 썸네일&nbsp;<div>없이 반환</div>" vertex="1">
<mxGeometry height="72" width="108" x="492" y="449" as="geometry" />
</mxCell>
<mxCell id="312" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="복구된 데이터 반환" vertex="1">
<mxGeometry height="50" width="230" x="220" y="860" as="geometry" />
</mxCell>
<mxCell id="313" parent="1" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=15;" value="UI에 전달" vertex="1">
<mxGeometry height="50" width="230" x="220" y="960" as="geometry" />
</mxCell>
<mxCell id="314" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=12;fontColor=#6B7280;" value="No" vertex="1">
<mxGeometry height="20" width="28" x="460" y="361" as="geometry" />
</mxCell>
<mxCell id="315" parent="1" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=12;fontColor=#6B7280;" value="Yes" vertex="1">
<mxGeometry height="20" width="40" x="330" y="411" as="geometry" />
</mxCell>
<mxCell id="317" edge="1" parent="1" source="303" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="304">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="318" edge="1" parent="1" source="304" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="306">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="319" edge="1" parent="1" source="304" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;" target="310">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="320" edge="1" parent="1" source="306" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="307">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="321" edge="1" parent="1" source="307" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="308">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="322" edge="1" parent="1" source="308" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="309">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="323" edge="1" parent="1" source="309" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="312">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="325" edge="1" parent="1" source="306" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" target="311">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="326" edge="1" parent="1" source="311" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;edgeStyle=orthogonalEdgeStyle;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" target="313">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="550" y="985" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="327" edge="1" parent="1" source="312" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="313">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="t-uegaWhmTgudXhdjnCE-327" edge="1" parent="1" source="300" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" target="300">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="DXkntij-9fGk1yJ9dKEM-329" edge="1" parent="1" source="302" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" target="303">
<mxGeometry relative="1" as="geometry">
<mxPoint x="335" y="160" as="sourcePoint" />
<mxPoint x="334.77" y="200" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="yQ3WxlWRvIrxJqyOYGCa-328" edge="1" parent="1" source="310" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;edgeStyle=orthogonalEdgeStyle;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0.836;exitY=0.994;exitDx=0;exitDy=0;exitPerimeter=0;" target="313">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="610" y="620" />
<mxPoint x="550" y="620" />
<mxPoint x="550" y="985" />
</Array>
<mxPoint x="610" y="396" as="sourcePoint" />
<mxPoint x="510" y="860" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="butterfly-architecture-page" name="Clean Architecture">
<mxGraphModel dx="1414" dy="761" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="none" math="0" shadow="0">
<root>
<mxCell id="400" />
<mxCell id="401" parent="400" />
<mxCell id="402" parent="401" style="rounded=1;arcSize=20;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#D8E0EA;strokeWidth=2;align=center;" value="" vertex="1">
<mxGeometry height="544" width="1020" x="30" y="46" as="geometry" />
</mxCell>
<mxCell id="403" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=18;fontStyle=1;fontColor=#1F2328;" value="Clean Architecture" vertex="1">
<mxGeometry height="28" width="420" x="330" y="58" as="geometry" />
</mxCell>
<mxCell id="404" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="조회 기준으로 저장소에서 데이터를 읽어와 레이어를 거쳐 화면 데이터로 전달" vertex="1">
<mxGeometry height="20" width="570" x="255" y="86" as="geometry" />
</mxCell>
<mxCell id="405" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="View Data" vertex="1">
<mxGeometry height="20" width="90" x="80" y="118" as="geometry" />
</mxCell>
<mxCell id="406" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=16;fontStyle=1;fontColor=#6B7280;" value="Shared Flow" vertex="1">
<mxGeometry height="20" width="125" x="467.5" y="138" as="geometry" />
</mxCell>
<mxCell id="409" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Infra Layer" vertex="1">
<mxGeometry height="20" width="120" x="840" y="118" as="geometry" />
</mxCell>
<mxCell id="441" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Storage Layer" vertex="1">
<mxGeometry height="20" width="120" x="840" y="385" as="geometry" />
</mxCell>
<mxCell id="410" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#F7F9FC;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="Todo" vertex="1">
<mxGeometry height="56" width="130" x="60" y="138" as="geometry" />
</mxCell>
<mxCell id="411" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#F7F9FC;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="WebPage" vertex="1">
<mxGeometry height="56" width="130" x="60" y="208" as="geometry" />
</mxCell>
<mxCell id="412" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#F7F9FC;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="Push Notification" vertex="1">
<mxGeometry height="56" width="130" x="60" y="278" as="geometry" />
</mxCell>
<mxCell id="413" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#F7F9FC;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="User Info" vertex="1">
<mxGeometry height="56" width="130" x="60" y="348" as="geometry" />
</mxCell>
<mxCell id="414" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#F7F9FC;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="User Settings" vertex="1">
<mxGeometry height="56" width="130" x="60" y="418" as="geometry" />
</mxCell>
<mxCell id="443" parent="401" style="rounded=1;arcSize=20;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#D8E0EA;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="320" width="280" x="390" y="158" as="geometry" />
</mxCell>
<mxCell id="438" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=16;align=center;" value="Presentation Layer<br>상태 변환 / 화면 전달" vertex="1">
<mxGeometry height="56" width="170" x="445" y="403" as="geometry" />
</mxCell>
<mxCell id="439" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=16;align=center;" value="Domain Layer<br>비즈니스 규칙" vertex="1">
<mxGeometry height="56" width="170" x="445" y="294" as="geometry" />
</mxCell>
<mxCell id="440" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=16;align=center;" value="Data Layer<br>데이터 접근 / 변환" vertex="1">
<mxGeometry height="56" width="170" x="445" y="184" as="geometry" />
</mxCell>
<mxCell id="416" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="Firestore" vertex="1">
<mxGeometry height="56" width="120" x="840" y="138" as="geometry" />
</mxCell>
<mxCell id="417" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="Cloud<div>Function</div>" vertex="1">
<mxGeometry height="56" width="120" x="840" y="217" as="geometry" />
</mxCell>
<mxCell id="418" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="Metadata Source" vertex="1">
<mxGeometry height="56" width="120" x="840" y="296" as="geometry" />
</mxCell>
<mxCell id="419" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="Image Cache" vertex="1">
<mxGeometry height="56" width="120" x="840" y="408" as="geometry" />
</mxCell>
<mxCell id="420" parent="401" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="Local Preferences" vertex="1">
<mxGeometry height="56" width="120" x="840" y="486" as="geometry" />
</mxCell>
<mxCell id="421" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="Todo / WebPage / Push Notification / User Data" vertex="1">
<mxGeometry height="18" width="180" x="810" y="194" as="geometry" />
</mxCell>
<mxCell id="422" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="Todo delete / undo, push 처리" vertex="1">
<mxGeometry height="18" width="180" x="810" y="273" as="geometry" />
</mxCell>
<mxCell id="423" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="WebPage image collect / restore" vertex="1">
<mxGeometry height="18" width="180" x="810" y="353" as="geometry" />
</mxCell>
<mxCell id="424" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="WebPage image file" vertex="1">
<mxGeometry height="18" width="120" x="840" y="464" as="geometry" />
</mxCell>
<mxCell id="425" parent="401" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=13;fontColor=#6B7280;" value="Theme / search / filter / display option" vertex="1">
<mxGeometry height="18" width="130" x="835" y="545" as="geometry" />
</mxCell>
<mxCell id="426" parent="401" style="rounded=1;arcSize=16;whiteSpace=wrap;html=1;fillColor=#F7F9FC;strokeColor=#D8E0EA;strokeWidth=2;fontColor=#4B5563;fontSize=14;align=center;" value="저장과 갱신도 같은 레이어를 사용" vertex="1">
<mxGeometry height="38" width="320" x="370" y="524" as="geometry" />
</mxCell>
<mxCell id="427" edge="1" parent="401" source="440" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;align=center;" target="439">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="428" edge="1" parent="401" source="439" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;align=center;" target="438">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="429" edge="1" parent="401" source="438" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;align=center;edgeStyle=orthogonalEdgeStyle;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" target="410">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="430" edge="1" parent="401" source="438" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;align=center;edgeStyle=orthogonalEdgeStyle;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" target="411">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="431" edge="1" parent="401" source="438" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;align=center;edgeStyle=orthogonalEdgeStyle;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" target="412">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="432" edge="1" parent="401" source="438" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;align=center;edgeStyle=orthogonalEdgeStyle;" target="413">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="433" edge="1" parent="401" source="438" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;align=center;edgeStyle=orthogonalEdgeStyle;" target="414">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="434" edge="1" parent="401" source="416" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;align=center;edgeStyle=orthogonalEdgeStyle;" target="440">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="435" edge="1" parent="401" source="417" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;align=center;edgeStyle=orthogonalEdgeStyle;" target="440">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="436" edge="1" parent="401" source="418" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;align=center;edgeStyle=orthogonalEdgeStyle;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" target="440">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="437" edge="1" parent="401" source="419" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;align=center;edgeStyle=orthogonalEdgeStyle;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" target="440">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="442" edge="1" parent="401" source="420" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;align=center;edgeStyle=orthogonalEdgeStyle;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" target="440">
<mxGeometry relative="1" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="todo-representative-flow-page" name="Todo Representative Flow">
<mxGraphModel dx="3142" dy="1889" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="none" math="0" shadow="0">
<root>
<mxCell id="500" />
<mxCell id="501" parent="500" />
<mxCell id="502" parent="501" style="rounded=1;arcSize=20;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#D8E0EA;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="268" width="1075" x="45" y="52" as="geometry" />
</mxCell>
<mxCell id="503" parent="501" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=18;fontStyle=1;fontColor=#1F2328;" value="ex: Todo Representative Flow" vertex="1">
<mxGeometry height="28" width="340" x="412.5" y="52" as="geometry" />
</mxCell>
<mxCell id="505" parent="501" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Presentation" vertex="1">
<mxGeometry height="20" width="140" x="90" y="112" as="geometry" />
</mxCell>
<mxCell id="506" parent="501" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Domain" vertex="1">
<mxGeometry height="20" width="140" x="395" y="112" as="geometry" />
</mxCell>
<mxCell id="507" parent="501" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Data" vertex="1">
<mxGeometry height="20" width="140" x="690" y="116" as="geometry" />
</mxCell>
<mxCell id="508" parent="501" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=14;fontStyle=1;fontColor=#6B7280;" value="Infra" vertex="1">
<mxGeometry height="20" width="140" x="945" y="112" as="geometry" />
</mxCell>
<mxCell id="509" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Presentation/ViewModel/TodoDetailViewModel.swift" parent="501" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=16;align=center;" value="TodoDetailViewModel" vertex="1">
<mxGeometry height="62" width="170" x="75" y="138" as="geometry" />
</mxCell>
<mxCell id="510" parent="501" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=12;fontColor=#6B7280;" value="화면 상태 생성" vertex="1">
<mxGeometry height="18" width="130" x="95" y="282" as="geometry" />
</mxCell>
<mxCell id="511" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Domain/UseCase/Todo/Fetch/FetchTodoByIDUseCaseImpl.swift" parent="501" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="<font>FetchTodoByIDUseCase</font>" vertex="1">
<mxGeometry height="62" width="240" x="340" y="138" as="geometry" />
</mxCell>
<mxCell id="512" parent="501" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=12;fontColor=#6B7280;" value="도메인 규칙 적용" vertex="1">
<mxGeometry height="18" width="130" x="395" y="282" as="geometry" />
</mxCell>
<mxCell id="513" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Data/Repository/TodoRepositoryImpl.swift" parent="501" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontStyle=1;fontSize=16;align=center;" value="TodoRepository" vertex="1">
<mxGeometry height="62" width="170" x="675" y="138" as="geometry" />
</mxCell>
<mxCell id="514" parent="501" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=12;fontColor=#6B7280;" value="데이터 해석 / 변환" vertex="1">
<mxGeometry height="18" width="140" x="687" y="282" as="geometry" />
</mxCell>
<mxCell id="515" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Infra/Service/TodoService.swift" parent="501" style="rounded=1;arcSize=18;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#A7B4C6;strokeWidth=2;fontColor=#1F2328;fontStyle=1;fontSize=16;align=center;" value="TodoService" vertex="1">
<mxGeometry height="62" width="150" x="940" y="138" as="geometry" />
</mxCell>
<mxCell id="516" parent="501" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;fontSize=12;fontColor=#6B7280;" value="Firestore 접근" vertex="1">
<mxGeometry height="18" width="120" x="940" y="282" as="geometry" />
</mxCell>
<mxCell id="519" edge="1" parent="501" source="509" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="511">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="520" edge="1" parent="501" source="511" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="513">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="521" edge="1" parent="501" source="513" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="515">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="522" edge="1" parent="501" source="515" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" target="513">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1015" y="280" />
<mxPoint x="760" y="280" />
</Array>
<mxPoint x="1025" y="154" as="sourcePoint" />
<mxPoint x="770" y="158" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="523" edge="1" parent="501" source="513" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" target="511">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="760" y="280" />
<mxPoint x="460" y="280" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="524" edge="1" parent="501" source="511" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#5E6AD2;strokeWidth=3;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" target="509">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="460" y="280" />
<mxPoint x="160" y="280" />
</Array>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="widget-architecture-page" name="Widget Architecture">
<mxGraphModel dx="1414" dy="850" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1280" pageHeight="420" background="none" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="w-data-bg" parent="1" style="rounded=1;arcSize=10;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#B9D7FF;strokeWidth=2;" value="" vertex="1">
<mxGeometry height="360" width="1220" x="30" y="30" as="geometry" />
</mxCell>
<mxCell id="w-service" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Infra/Service/TodoService.swift" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#64748B;strokeWidth=2;fontColor=#1F2328;fontSize=13;align=center;" value="<b>Todo Data</b><br><span style="font-weight: normal;">Firestore</span>" vertex="1">
<mxGeometry height="62" width="130" x="58" y="88" as="geometry" />
</mxCell>
<mxCell id="w-repository" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Domain/Protocol/TodoRepository.swift" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#64748B;strokeWidth=2;fontColor=#1F2328;fontSize=13;align=center;" value="<b>App Data Source</b><br><span style="font-weight: normal;">Todo query</span>" vertex="1">
<mxGeometry height="62" width="130" x="300" y="88" as="geometry" />
</mxCell>
<mxCell id="w-handler" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Widget/Sync/WidgetSyncEventHandler.swift" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontSize=13;align=center;" value="<b>Snapshot Sync</b><br><span style="font-weight: normal;">Today / Heatmap data</span>" vertex="1">
<mxGeometry height="70" width="150" x="542" y="84" as="geometry" />
</mxCell>
<mxCell id="w-updater" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Storage/Persistence/WidgetSnapshotUpdater.swift" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#EAF2FF;strokeColor=#0A84FF;strokeWidth=2;fontColor=#0B1F33;fontSize=13;align=center;" value="<b>Snapshot Builder</b><br><span style="font-weight: normal;">apply rules</span>" vertex="1">
<mxGeometry height="70" width="150" x="802" y="84" as="geometry" />
</mxCell>
<mxCell id="w-factory" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Widget/Today/TodayWidgetSnapshotFactory.swift" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#0A84FF;strokeWidth=2;fontColor=#1F2328;fontSize=13;align=center;" value="<b>Widget Snapshot</b><br><span style="font-weight: normal;">Today / Heatmap</span>" vertex="1">
<mxGeometry height="78" width="160" x="1067" y="80" as="geometry" />
</mxCell>
<mxCell id="w-appgroup" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Widget/Common/WidgetSharedDefaultsStore.swift" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#DCFCE7;strokeColor=#16A34A;strokeWidth=2;fontColor=#14532D;fontSize=13;align=center;" value="<b>App Group UserDefaults</b><br><span style="font-weight: normal;">JSON snapshot data</span>" vertex="1">
<mxGeometry height="62" width="160" x="1067" y="288" as="geometry" />
</mxCell>
<mxCell id="w-preference" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLog/Storage/Persistence/WidgetSnapshotPreferenceStore.swift" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#ECFEFF;strokeColor=#0891B2;strokeWidth=2;fontColor=#164E63;fontSize=13;align=center;" value="<b>Display Preferences</b><br><span style="font-weight: normal;">Today / Heatmap options</span>" vertex="1">
<mxGeometry height="60" width="210" x="772" y="200" as="geometry" />
</mxCell>
<mxCell id="w-widget-store" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLogWidget/Common/WidgetSnapshotStore.swift" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F5F3FF;strokeColor=#7C3AED;strokeWidth=2;fontColor=#1F2328;fontSize=13;align=center;" value="<b>Snapshot Reader</b><br><span style="font-weight: normal;">read shared snapshot</span>" vertex="1">
<mxGeometry height="62" width="160" x="802" y="288" as="geometry" />
</mxCell>
<mxCell id="w-provider" link="https://github.com/opficdev/SwiftUI_DevLog/blob/main/DevLogWidget/Today/TodayTodoWidgetProvider.swift" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#F5F3FF;strokeColor=#7C3AED;strokeWidth=2;fontColor=#1F2328;fontSize=13;align=center;" value="<b>Widget Timeline</b><br><span style="font-weight: normal;">make entry</span>" vertex="1">
<mxGeometry height="62" width="170" x="542" y="288" as="geometry" />
</mxCell>
<mxCell id="w-entry" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#7C3AED;strokeWidth=2;fontColor=#1F2328;fontSize=13;align=center;" value="<b>Widget Entry</b><br><span style="font-weight: normal;">snapshot state</span>" vertex="1">
<mxGeometry height="58" width="130" x="300" y="290" as="geometry" />
</mxCell>
<mxCell id="w-entry-view" parent="1" style="rounded=1;arcSize=14;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#7C3AED;strokeWidth=2;fontColor=#1F2328;fontSize=13;align=center;" value="<b>Widget View</b><br><span style="font-weight: normal;">render</span>" vertex="1">
<mxGeometry height="58" width="130" x="58" y="290" as="geometry" />
</mxCell>
<mxCell id="w-data-note" parent="1" style="rounded=1;arcSize=10;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#D8E0EA;strokeWidth=1;fontColor=#374151;fontSize=12;align=left;spacingLeft=10;" value="Todo 조회 결과와 사용자 설정이 스냅샷으로 변환됩니다.<div>App Group UserDefaults에 JSON 데이터로 저장된 뒤 위젯 확장에서 읽혀 화면으로 렌더링됩니다.</div>" vertex="1">
<mxGeometry height="52" width="562" x="58" y="200" as="geometry" />
</mxCell>
<mxCell id="wd-1" edge="1" parent="1" source="w-service" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="w-repository" value="Todo data">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="wd-2" edge="1" parent="1" source="w-repository" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="w-handler" value="Todo page">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="wd-3" edge="1" parent="1" source="w-handler" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="w-updater" value="Widget input">
<mxGeometry relative="1" x="-0.1739" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="wd-4" edge="1" parent="1" source="w-updater" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0A84FF;strokeWidth=3;" target="w-factory" value="Snapshot">
<mxGeometry relative="1" x="-0.2174" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="wd-5" edge="1" parent="1" source="w-factory" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#16A34A;strokeWidth=3;" target="w-appgroup" value="Save JSON">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="wd-6" edge="1" parent="1" source="w-preference" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#0891B2;strokeWidth=3;exitX=0.5;exitY=0;exitDx=0;exitDy=0;" target="w-updater" value="Options">
<mxGeometry relative="1" x="-0.0857" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="wd-7" edge="1" parent="1" source="w-appgroup" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#7C3AED;strokeWidth=3;edgeStyle=orthogonalEdgeStyle;" target="w-widget-store" value="Read JSON">
<mxGeometry relative="1" x="-0.1048" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="wd-8" edge="1" parent="1" source="w-widget-store" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#7C3AED;strokeWidth=3;" target="w-provider" value="Snapshot">
<mxGeometry relative="1" x="-0.0667" y="-1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="wd-9" edge="1" parent="1" source="w-provider" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#7C3AED;strokeWidth=3;" target="w-entry" value="Entry data">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="wd-10" edge="1" parent="1" source="w-entry" style="endArrow=blockThin;endFill=1;endSize=16;html=1;rounded=1;strokeColor=#7C3AED;strokeWidth=3;" target="w-entry-view" value="Render">
<mxGeometry relative="1" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>