Skip to content

maximilianoertel/roar-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A dashboard to administer ROAR assessments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.4%
  • Vue 32.5%
  • CSS 8.9%
  • SCSS 3.1%
  • Other 0.1%