2021 Projects
- ATCorp
- Adventium Labs
- BCBSND
- BlenderRender
- Bushel
- CHAPS
- CSAIA
- Collins
- Inwerken
- John Deere
- Marvin
- Microsoft
- NAU
- Noridian
- OpenStack
- Pedigree
- Potlatch
- Scheels
- UGPTI
2020 Projects
- Adventium
- Aeritae
- Appareo
- BCBS
- Barginns
- Border States
- Botlink
- Bushel
- Capturis
- Collins
- Inwerken
- John Deere
- Marvin Windows
- Microsoft
- Nau Country
- Noridian
- Openstack
- Pedigree
- Scheels
- TBD(Deakin)
- UGPTI
2019 Projects
- ATC
- Adventium
- Aeritae
- Barginns
- Border States
- Capturis
- Collins
- Deakin
- Fjorge
- ICPE
- Integrity
- Microsoft
- Myriad Mobile
- NDSU CS
- Nau Country
- Noridian
- Omnibyte
- Openstack
- Pedigree
- Scheels
- Software Center
- UGPTI
2018 Projects
- ATC
- Adventium
- Aeritae
- Appareo
- Border States
- Capturis
- ControTech
- Fjorge
- Inwerken
- John Deere
- Microsoft
- NDSU Music
- Next
- Noridian
- OmniByte
- OrbitalATK
- Pedigree
- QBE NAU
- Rockwell Collins
- Software Center
- UGPTI
2017 Projects
- Adventium
- Botlink
- Data61
- Ericsson
- FBS
- Fjorge
- Humach
- IBM
- Integrity
- Intelligent Insights
- Inwerken
- John Deere
- Microsoft
- Mindroad
- Noridian
- Pedigree
- QBE NAU
- Sanford
- UGPTI
- Valley Express
2016 Projects
- ATC
- Adventium
- Bolder Thinking
- Capturis
- Data61
- FBS
- Fjorge
- IBM
- Integrity
- Inwerken
- John Deere
- Linkoping SMHI
- Microsoft
- NDSU IT Dept
- Noridian
- Rockwell Collins
- UGPTI
- Valley Express
2015 Projects
- ATC
- Adventium
- Bolder Thinking
- CNE
- Capturis
- Ericsson
- IBM
- Inwerken
- John Deere
- Microsoft
- NICTA
- Rockwell Collins
- UGPTI
- Valley Express
2014 Projects
- Bolder Thinking
- CNE
- FBS
- IBM
- Inwerken
- John Deere
- Microsoft
- NISC
- Rockwell Collins
- UGPTI
- Valley Express
2013 Projects
2012 Projects
- ATC
- Air Academy
- Bolder Thinking
- Combridge
- Douglas Scientific
- FBS
- IBM
- Microsoft
- NDSU CS (Denton)
- NDSU CS (Kong)
- NDSU CS (Walia)
- NISC
- Phoenix International
- RDO
- Rockwell Collins
- Syntronic
- UGPTI
2011 Projects
FBS: Error Logging and Reporting System
Project Details

The goal of this project was to build a JavaScript error logging and reporting system for FBS to track JavaScript errors that occur while using their web based applications. A JavaScript snippet was developed to detect errors as well as information related to the user and browsing session. This JavaScript snippet is embedded on web pages where error logging is desired and transmits error related information to a Ruby on Rails server for storage and analysis. The Ruby on Rails server contains a dashboard that allows an administrator to see errors that have occurred over time across company web applications. This dashboard provides searching and filtering of errors, allowing administrators to locate specific errors. Through the dashboard administrators can export reports into common formats such as Microsoft Excel. The dashboard also allows an administrator to view graphs of errors to better visualize the number that have occurred over a specific time interval.
Features:
- Records JavaScript errors that occur on FBS webpages
- Errors are sent to a ruby on rails server and displayed on a dashboard
- Errors can be sorted, filtered, generated into a report, and displayed in 1 or more charts/graphs