From 1630317ecf2d5c210c15a630278204e20f0ef908 Mon Sep 17 00:00:00 2001 From: vminojosa Date: Fri, 7 Aug 2026 10:45:59 -0400 Subject: [PATCH 1/3] just an initial sloppy iframe integration of the dashboard deployment off Samips repo; going to now work on ways to consolidate the src in that repo here in the documentation directory, to clean up the integration and maybe allow some more flexibility --- docs/docs/community/dashboard.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/docs/community/dashboard.md diff --git a/docs/docs/community/dashboard.md b/docs/docs/community/dashboard.md new file mode 100644 index 0000000..0c3015b --- /dev/null +++ b/docs/docs/community/dashboard.md @@ -0,0 +1,3 @@ +# Dashboard + + \ No newline at end of file From f1810954940f033ba118770efe13e12fbcfbefc6 Mon Sep 17 00:00:00 2001 From: vminojosa Date: Mon, 31 Aug 2026 13:45:37 -0400 Subject: [PATCH 2/3] set up the view now without the navbar at the top of the dashboard; left a note indicating further adjustments that might be valuable down the line; added some introduction to the dashboard itself --- docs/docs/community/dashboard.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/docs/docs/community/dashboard.md b/docs/docs/community/dashboard.md index 0c3015b..f2f4406 100644 --- a/docs/docs/community/dashboard.md +++ b/docs/docs/community/dashboard.md @@ -1,3 +1,33 @@ # Dashboard - \ No newline at end of file +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 data** 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 +- Find a way to make everything mobile friendly. +::: + +## Overview + + + +## Pull Requests + + + +## Issues + + + +## Discussions + + \ No newline at end of file From eedfbad14ec745485090d6b3456401b443a90a01 Mon Sep 17 00:00:00 2001 From: vminojosa Date: Mon, 31 Aug 2026 13:49:19 -0400 Subject: [PATCH 3/3] some minor typo changes and addition to the to-do note --- docs/docs/community/dashboard.md | 33 +++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/docs/community/dashboard.md b/docs/docs/community/dashboard.md index 0c3015b..e1597c8 100644 --- a/docs/docs/community/dashboard.md +++ b/docs/docs/community/dashboard.md @@ -1,3 +1,34 @@ # Dashboard - \ No newline at end of file +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 + + + +## Pull Requests + + + +## Issues + + + +## Discussions + + \ No newline at end of file