Code4HR / open-health-inspection-app

The frontend for Code for Hampton Roads' Open Health Inspection Data.

Home Page:http://ohi.code4hr.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open-health-inspection-app

The reference app built against Code for Hampton Roads' Open Health Inspection API. Built using AngularJS. Open Health Inspection allows users to quickly find health inspection information for their favorite restaurants.

The app lives at: https://ohi.code4hr.org

How to get up and running

git clone git@github.com:c4hrva/open-health-inspection-app.git
cd open-health-inspection-app
npm install -g grunt-cli
npm install
grunt

Grunt is being used to run a local hosting environment, which opens a browser and watches the project folder for changes.

OHI follows Git Flow. When you're ready to submit your changes, please open a pull request to the 'next' branch for review.

Our Strider CD instance is here.

Scoring System

First the fine print: This scoring system was designed by volunteers at Code for Hampton Roads. It was not provided by the Virginia Department of Health and should not be considered official. These scores are for informational purposes only.

Now the nitty gritty:

Each inspection contains a score based on the number of violations found during that inspection. An inspection starts with a maximum score of 100. For each violation found points are deducted or added based on the following criteria:

  • 2 points minimum for the violation
  • an additional 1.5 points if it is a critical violation
  • an additional 1.5 points if it is a repeat violation
  • Finally 1/2 a point is added to the score if a violation is corrected during the inspection.

The total score for each vendor is made up of the scores for each of their three most recent inspections.

  • 60% of the score comes from the most recent
  • 30% of the score comes from the second most recent
  • 10% of the score comes from the third most recent

About

The frontend for Code for Hampton Roads' Open Health Inspection Data.

http://ohi.code4hr.org

License:GNU General Public License v3.0


Languages

Language:JavaScript 56.6%Language:CSS 22.2%Language:HTML 21.1%