Skip to content

varenc/ranger-ims-server

 
 

Repository files navigation

Ranger Incident Management System

Build Status

Code Coverage

Requirements Status

This software package implements software to provide logging for incidents as they occur and to aid in the dispatch of resources to respond to those incidents. It is presently tailored to the specific needs of the Black Rock Rangers in Black Rock City.

The server is the master (authoritative) repository for incident information. Clients connect to the server over the network and provide an interface to users which enables them to view and manage incident information.

This package provides the server component, which includes a web client and some web-based reporting features. All functionality is expose via JSON endpoints.

The server is implemented using Twisted Klein and requires Python 3.6 or later.

Development

This project uses Tox for running tests. The following Tox environments are defined:

To run the Flake8 linter:

tox -e flake8

To run the Mypy type checker:

tox -e mypy

To run the unit tests with coverage reporting for Python 3.6:

tox -e coverage-py36

To run unit tests for a specific module:

tox -e coverage-py36 ims.model

To run all of the default test environments:

tox

To run the server (for development):

tox -e run

Pull requests in GitHub will run Flake8, Mypy, and unit tests on Travis CI, and all are required to pass prior to merging.

100% unit test coverage is also expected for all new or modified code prior to merging a pull request.

About

Ranger Incident Management System—Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 83.9%
  • JavaScript 10.8%
  • HTML 4.3%
  • Other 1.0%