Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.08 KB

Triage - A VA Disability Claim Assistant

About

Triage is a desktop application designed to assist veterans in managing their VA disability claims. It integrates with the 38 CFR to calculate estimated ratings based on the disabilities entered by the user. This tool aims to simplify the process of understanding and applying for disability benefits. It still a complete work of progress and I am slowly implementing features and additions to it. Right now I am just creating the framework for it to do what I wish for it to be able to accomplish.

Author

Charles Bostwick
Website: www.CharlesCBostwick.com
GitHub: AwaywithCharles

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Note

This project is still a work in progress.

Goals

  • Add functionality for users to add disabilities.
  • Integrate with the 38 CFR regulations to calculate estimated ratings.

Getting Started

Prerequisites

  • Python 3.x
  • Tkinter (usually comes with Python)