You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/ExportAsCsv.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ sequenceDiagram
19
19
20
20
```
21
21
22
-
This sequence diagram provides a clear visualization of the steps involved in exporting data as a CSV file, from user request through data formatting and delivery. This functionality is especially useful in applications where data portability and offline data analysis are important features.
22
+
This sequence diagram provides a clear visualization of the steps involved in exporting data as a CSV file, from user request through data formatting and delivery. This functionality is especially useful in applications where data portability and offline data analysis are important features.
Copy file name to clipboardexpand all lines: docs/Pagination.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ sequenceDiagram
18
18
19
19
```
20
20
21
-
This sequence outlines the interactions involved in fetching and displaying paginated scan results. This process ensures that the system can efficiently handle large datasets by only fetching and displaying a manageable subset of data at a time, which is crucial for performance and usability.
21
+
This sequence outlines the interactions involved in fetching and displaying paginated scan results. This process ensures that the system can efficiently handle large datasets by only fetching and displaying a manageable subset of data at a time, which is crucial for performance and usability.
Copy file name to clipboardexpand all lines: docs/SequenceDiagramExample.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,4 @@ sequenceDiagram
23
23
24
24
```
25
25
26
-
This sequence diagram provides a clear, step-by-step visualization of the interactions involved in capturing and storing a photo in the system. It helps in understanding the flow of data and control between different parts of the application, which is essential for both development and troubleshooting.
26
+
This sequence diagram provides a clear, step-by-step visualization of the interactions involved in capturing and storing a photo in the system. It helps in understanding the flow of data and control between different parts of the application, which is essential for both development and troubleshooting.
0 commit comments