Skip to content

hbiede/LA-Feedback-System

Repository files navigation

LA Feedback System

The UNL CSE Learning Assistant Program created this system to facilitate the collection of feedback from students interaction with our LAs.

Installing

  1. Establish a database by running the included SQL setup script (public/data/tableSetup.sql)
  2. Rename public/data/sqlExample.json to public/data/sql.json and replace the properties to fit your database's needs
  3. Run yarn and allow yarn to install all necessary packages (You can install Yarn here)
  4. Run yarn build

Adding Courses or Interaction Types

  • Courses are taken from the set of all courses in the student database
  • Interaction Types are to be added to src/interaction_types.json

Coding Standards

This repo utilizes Prettier through ESLint to ensure code style consistency. All pull requests are expected to comply with this requirement.