Skip to content

yeatmanlab/roar-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 17, 2024
f8923fc · Sep 17, 2024
Sep 17, 2024
Mar 3, 2024
Dec 6, 2023
Apr 22, 2022
Sep 10, 2024
Aug 24, 2024
Jun 25, 2024
Sep 16, 2024
Sep 13, 2024
Jul 19, 2024
Sep 5, 2024
Sep 5, 2024
Jan 17, 2024
Apr 4, 2024
Sep 5, 2024
Feb 6, 2024
Dec 6, 2023
Aug 7, 2024
Dec 6, 2023
Dec 6, 2023
Mar 15, 2023
Mar 23, 2024
Sep 6, 2024
Dec 12, 2023
Jun 26, 2024
Apr 4, 2024
Sep 17, 2024
Sep 17, 2024
Jun 25, 2024
Dec 6, 2023
Aug 8, 2024
Aug 14, 2024
Aug 8, 2024

Repository files navigation

ROAR Dashboard

This web app serves as the participant and administrator dashboard for the Rapid Online Assessment of Reading (ROAR) platform.

If you would like to contribute to this project, please read the contribution guide.

NPM Scripts

The npm run dev and npm run build scripts have variants that define which data source the dashboard will use. Scripts ending in :live will use production data, while scripts ending in :sandbox will use development data:

  • npm run dev starts a development server using sandbox data.
  • npm run dev:live starts a development server using live data.
  • npm run build builds the project using live data.
  • npm run build:sandbox builds the project using sandbox data.

Data Flow Diagram

See the ROAR/ROAD Data Flow Diagram here.