lsa-mis / room_ready

Room Ready project for the LSA TS Sound and Sight Operations Team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSA SpaceReady

License

The finished application allows admins to set up buildings and rooms for ROVERs to check, monitor rooms status, run reports, and keep rooms’ resources up to date. ROVERs should be able to log in on phones, pick rooms, fill out the rooms’ form, and create TDX tickets for any problems.

Getting Started (Mac)

Prerequisites

  • postgresql (correct version and running without errors)
  • This application uses University of Michigan Shibboleth + DUO authentication

To get a local copy up and running clone the repo, navigate to the local instance and start the application

git clone git@github.com:lsa-mis/room_ready.git
cd room_ready
bundle
bin/rails db:create
bin/rails db:migrate
bin/dev

Authentication

  • Omniauth-SAML
    • Shibboleth + DUO
    • Devise

Support / Questions

Please email the LSA W&ADS Rails Team

About

Room Ready project for the LSA TS Sound and Sight Operations Team

License:MIT License


Languages

Language:Ruby 66.7%Language:HTML 28.9%Language:JavaScript 1.9%Language:SCSS 1.7%Language:Dockerfile 0.5%Language:CSS 0.3%Language:Shell 0.1%