Skip to content

jspsych/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo houses the GitHub analytics pipeline and dashboard for jsPsych. It fetches PRs, issues, reviews, comments, and releases from the GitHub REST API, stores them in SQLite, computes basic metrics, and publishes a static dashboard via GitHub Actions.

Project structure

.
├─ README.md
├─ requirements.txt
├─ .github/
│  └─ workflows/
├─ dashboard/
│  ├─ assets/
│  │  └─ styles/
├─ data/
├─ src/
  • dashboard/: Quarto project with .qmd sources.
  • data/: Contains the SQLite DB (analytics.db) created at runtime.
  • src/: Python package with data pipeline, DB access, and GitHub client.
  • .github/workflows/: CI to run the full sync and publish the site.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •