Skip to content

dylansalay/SchedulingAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technician Schedule Application

This application is designed to store locations, technicians, and work orders in a database, and display them on a scheduling grid, ordered by time. If a user clicks on a populated cell in the table, an alert will appear detailing the duration of the current work order. If a user clicks on an empty cell in the table, an alert will appear detailing the amount of time between the technician's previous work order and upcoming work order.

Built With:

  • Ruby version 2.4
  • Rails version 5.2.3
  • JavaScript

Setup

bundle install

Rake Tasks: To populate the databse with the data from the CSV files, you will need to run the following rake task commands:

rails import_loc:locations 
rails import_tech:technicians
rails import_wkor: work_orders

Usage

rails s

Navigate to http://localhost:3000/tech_schedule

Select and click on the cell in the table that you wish to see information for.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors