Skip to content

Commit cdb98c0

Browse files
committedMar 13, 2025·
fix numbered edge labels; + /db_columns
1 parent 2bc1fe1 commit cdb98c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎diagrams/db_doc.mmd

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flowchart TB
1212
<li>flds_redefine.csv</li>
1313
</ul>"]
1414
db[("<b>Database</b>")]
15-
api["<b>API Endpoint</b>\n/db_tables"]
15+
api["<b>API Endpoint</b>\n/db_tables\n/db_columns"]
1616
catalog["<b>R Function</b>\ncalcofi4r::cc_db_catalog()"]
1717
eml["<b>Publish Workflow</b>
1818
workflows: publish_{dataset}_{portal}.qmd
@@ -26,11 +26,11 @@ flowchart TB
2626
2727
%% Edge definitions
2828
gd --> iw
29-
iw -->|"1. auto-generated"| dd
30-
dd -->|"2. manual edit"| iw
31-
iw -->|"3. data"| db
29+
iw -->|"1 auto-generated"| dd
30+
dd -->|"2 manual edit"| iw
31+
iw -->|"3 data"| db
3232
iw --> comments
33-
comments -->|"4. metadata"| db
33+
comments -->|"4 metadata"| db
3434
db --> api
3535
api --> catalog
3636
db --> eml

0 commit comments

Comments
 (0)
Please sign in to comment.