Skip to content

DAACS/Summary_Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAACS Summary Report Shiny Application

Installation

sudo apt-get update
sudo apt-get install pandoc
install.packages(c('mongolite', 'tidyverse', 'psych', 'shiny', 'rmarkdown', 'readxl', 'knitr')

Create a configuration file in the config/ directory.

login.message <- "This is a prototype of the DAACS Advisor Dashboard. Please contact admin@daacs.net for access."

colors <- c('#1f78b4', '#b2df8a', '#33a02c')

LOCAL_DB <- FALSE
local.db <- 'daacs_cache.rda'

mongo.host <- 'my.daacs.net'
mongo.port <- 27017
mongo.db <- 'daacsdb'
mongo.collection.users <- 'users'
mongo.collection.assessments <- 'user_assessments'
mongo.collection.events <- 'event_containers'
mongo.user <- 'DB_USER'
mongo.pass <- 'DB_PASSWORD'

daacs.base.url <- paste0('https://', mongo.host)

# Whether the dashboard should display raw scores (as percentages) or as levels
# (i.e. developing, emerging, mastering)
scores.raw <- FALSE

About

Student summary reports of DAACS results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published