Skip to content

meetingcostcalculator/meeting-cost-calculator-hugo-ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ever wondered how much your team meetings cost?

The Meeting Cost Calculator lets you calculate an estimated cost for meetings, using the standard pay rates used by a variety of public sector organizations.

Interested in ways of making your meetings more effective?

Take a look at How to run an efficient meeting, from 18F, the Apolitical Guide to Better Meetings, or the Freakonomics podcast titled How to Make Meetings Less Terrible.

How it works

The salary data included here is adapted from published annual pay rate sources, for example from the TBS Rates of Pay website.

You can find and contribute to this data on GitHub.

The data is converted from CSV files to JSON using the scripts in the helpers repository. The JS files for organizations and pay rates are generated automatically from the data repository CSV files.

  • Meeting costs are determined by converting annual salaries into hourly rates, then multiplying these against the elapsed time.
  • Salary classifications with a range of levels are simplified to minimum, maximum, and median rates. These rates (along with optional employee benefit plan and accommodation premium costs) can be selected under the gear options menu.

Local installation

To install a local version of the Meeting Cost Calculator:

  1. Install Hugo by following the Hugo installation instructions. For MacOS users, Homebrew works well.

  2. Clone this repository into your preferred location by using git clone git@github.com:meetingcostcalculator/meeting-cost-calculator-data.git

  3. Switch into the new directory, and install the theme submodule using git submodule update --remote --merge

Then, run the Hugo development server using hugo server -D

You can learn more about how Hugo works by reading the Getting Started documentation.

Credits

An Ottawa Civic Tech project, built by Sean Boots. Thanks to Dan, Conor, Corey, David, Miceal, Rick, Mary Beth, Gordon, Brandon, Willem, and Ben for ideas and contributions!

This website is based on the Vanilla Bootstrap Hugo Theme. It uses Bootstrap 4, the Feather icon library, and Netlify for hosting.

This project is licensed under the MIT license.

Feedback

Contributions, pull requests, and new issues are welcome! Please add new issues to the original repository Issues tracker.

About

Meeting cost calculator for public sector meetings in Canada

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published