Skip to content

bootjscr/vitals-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Vitals

This program detects when any of the body vitals go out of limits. The purpose is to treat without delay.

Issues

  • The code here has high complexity in a single function.
  • The tests are not complete - they do not cover all conditions

Tasks

  1. Reduce the cyclomatic complexity.
  2. Avoid duplication - functions that do nearly the same thing
  3. Complete the tests - cover all conditions.
  4. To treat, we need to know the abnormal vital and the breach - whether high or low. Add this capability.
  5. Add the ability to plug-in different reporters to this code.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published