The UNL CSE Learning Assistant Program created this system to facilitate the collection of feedback from students interaction with our LAs.
- Establish a database by running the included SQL setup script (public/data/tableSetup.sql)
- Rename public/data/sqlExample.json to public/data/sql.json and replace the properties to fit your database's needs
- Run
yarn
and allow yarn to install all necessary packages (You can install Yarn here) - Run
yarn build
- Courses are taken from the set of all courses in the student database
- Interaction Types are to be added to
src/interaction_types.json
This repo utilizes Prettier through ESLint to ensure code style consistency. All pull requests are expected to comply with this requirement.