Skip to content

Commit 60457d5

Browse files
claude[bot]edmundmiller
authored andcommitted
Fix broken 'see more' link and add summary row to traffic tables
- Replace broken '[ see more ]' placeholder with explanatory text about GitHub traffic data caveats - Add totalRow=true prop to Repository Traffic Leaderboard DataTable component - Addresses issue #62 requirements Co-authored-by: Edmund Miller <edmundmiller@users.noreply.github.com>
1 parent ef02ad2 commit 60457d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pages/code/repo_traffic.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ queries:
55
- code/clone_view_counts.sql
66
---
77

8-
Every time a nextflow user pulls an nf-core pipeline, the repository is cloned. Here we can track how much that happens across all nf-core repositories. Please note that these numbers come with some caveats [ see more ].
8+
Every time a nextflow user pulls an nf-core pipeline, the repository is cloned. Here we can track how much that happens across all nf-core repositories. Please note that these numbers come with some caveats (GitHub traffic data has a 14-day retention period and may not capture all traffic).
99

1010
Additionally, GitHub tracks how many times people view repository web pages on github.com.
1111

@@ -21,6 +21,7 @@ select * from nfcore_db.repo_traffic_leaderboard
2121
data={repo_traffic_leaderboard}
2222
search=true
2323
wrapTitles=true
24+
totalRow=true
2425
defaultSort={[{ id: 'total_views', desc: true }]}
2526
>
2627
<Column id="repository_link" title="Repository" align="left" contentType=link linkLabel=repository />

0 commit comments

Comments
 (0)