In my work as a first responder at the Red Cross, I found that doing the calculations for the triage can be challenging. Especially when there's a large number of victims, little time to spend per victim and stress levels are rising, this becomes an issue. Accurate calculations and correct triaging are incredibly important, there's little to no margin for error.
That's where I saw an opportunity to improve on accuracy and speed. This app takes the calculations, and more importantly the human errors in that category, out of the equation. All the user (first responder) has to do, is fill in the victim's parameters and the triage class is given automatically.
The app's development is currently ongoing, but the basic functionality is working. For more info, or getting involved in the project please reach out.
Find the app's current state at http://www.bartderijk.com/Triage/
On the todo list:
- Adding some more pages and a navigation SPA style, using Vue router
- Improve visual candy
- Extend unit tests
- Add e2e tests
- CI/CD
- User testing
- Promoting and getting it out there
For a complete overview, check out the tickets on Trello: https://trello.com/b/oMv8Uec6/triage
Best regards, Bart de Rijk
npm install
npm run serve
npm run build
npm run test
npm run lint