Skip to content

Oncall is a calendar tool designed for scheduling and managing on-call shifts. It is designed for use with Iris, another LinkedIn tool that was recently open-sourced. The combination of the two provide a way to manage on-call schedules and ensure that the person scheduled as on-call at a given time is notified of any issues.

License

Notifications You must be signed in to change notification settings

manufacturedba/oncall

 
 

Repository files navigation

Oncall

Initial setup

Install dependencies:

python setup.py develop
pip install -r dev_requirements.txt

Setup mysql schema:

mysql -u root -p < ./db/schema.v0.sql

Setup app config by editing configs/config.yaml.

Run

make serve

Test

make test

About

Oncall is a calendar tool designed for scheduling and managing on-call shifts. It is designed for use with Iris, another LinkedIn tool that was recently open-sourced. The combination of the two provide a way to manage on-call schedules and ensure that the person scheduled as on-call at a given time is notified of any issues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.9%
  • Python 35.1%
  • HTML 9.9%
  • CSS 6.1%