Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/docs/community/dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Dashboard

We keep a live feed of activity on `@jspsych/jspsych` on a [separate repository](https://github.com/jspsych/dashboard), which regularly syncs and deploys to a separate Github Pages domain. You can check out reports from that repo on this page, rendered using Quarto.

### Navigating Dashboard Views

For each view below, you can:
- Tab through data **by timeframe** - i.e. All Time, Past 90 Days, Past 60 Days, Past 30 Days
- **Expand graphs** using the button on each one's lower right corner
- **Check the last sync date** at the bottom of each view

:::warning Draft Note: To-Do
- Remove name of view from the page displayed in the iframe
- Use the same dashboard logic but for `@jspsych/jspsych-contrib`
- Consider implementing iframe-resizer package to not worry as much about manually adjusting iframe height to fit longterm
- fix "last sync" date being stuck in Oct 2025, and consider a different display for when no data is available for a time period
- Make sure everything mobile friendly; especially re: dashboard iframes and expand utility
:::

## Overview

<iframe width = "100%" height="1425" src = "https://jspsych.github.io/dashboard/overview.html"></iframe>

## Pull Requests

<iframe width = "100%" height="900" src = "https://jspsych.github.io/dashboard/pullrequests.html"></iframe>

## Issues

<iframe width = "100%" height="900" src = "https://jspsych.github.io/dashboard/issues.html"></iframe>

## Discussions

<iframe width = "100%" height="200" src = "https://jspsych.github.io/dashboard/discussions.html"></iframe>