Kreuz Apps

/ 330 Views

Kreuz Apps is a collection of apps and service for paramedics working at the Austrian Red Cross.

 
notion image
👁️
Check out the kreuz.co website
 

It contains three services

  • real-time map to view all vehicles from your department

Motivation

I was born in Austria 🇦🇹, where every male citizen above the age of 18 gets to "choose" between serving the military for six months or work for an alternative civilian service organization for nine months. The military isn't for me, so I decided on joining the Austrian Red Cross to spend my time on something meaningful.

Live Map

During a day at work, it was always nice to keep an eye on other crews and their location + status. This allowed us to plan our rides more efficiently. Sadly the only way to do so was via a website that looked like it came straight from 2007. It already had a map view built-in, but it wasn't optimized for mobile devices which made it impossible to zoom.

144.at
144.at – The website that is used to monitor Red Cross units in Lower Austria
The Kreuz live map app. Realtime updates and mobile friendly interface.
 

To fix this, I built a Node.js service which exposes a real-time socket with location and status information about every crew from your department. It polls the data from the website and diffs it against its current state. Once it detects a change, the new state gets pushed to all connected clients.

 
 

The information was most relevant on the go – so a mobile app would suit the needs perfectly. With the help of React Native, I built an application to monitor the status and location of all vehicles in real-time.

Roster Calendar Subscription

When I started to work at the Red Cross, I expected to get a printed version of my roster every month. Our service times were different almost every day, so I hoped for a way to look them up on my phone – to my surprise, they already had an app to check your service times. Kudos to them at this point. But things weren't perfect – for one, it wasn't adapted for the iPhone X, which is just a minor thing, but still worth to note (Hey, even Google managed to update Inbox at this point). But the following two points broke the experience for me:

  • Downtimes occurred every second day or so, which made it impossible to look up your schedule (no offline support either).
  • Listed events weren't chronological. Some of my colleges didn't show up on time for that reason.

At this point, it was clear that things needed to be fixed. The app was using an App Token to authenticate with your account, which made it relatively simple to reverse engineer. With a bit of research, I built a small microservice, which fetched the current roster and converted it into the subscribable .ics format.

Now it was possible to add it to almost every calendar software. This brought some significant benefits with it:

  • All events were stored offline on the device – no more downtimes
  • Cross-platform – Synced perfectly with my Mac, iPhone and Apple Watch
  • Integrated natively – this enabled the calendar widget and Siri
 
 
 
notion image

Overtime Tracker

On some days it just wasn't possible to go home on time due to a long-distance transport or an unpredictable event. Our service leader told us to keep track of those overtimes so that we can get the time back on another day. To make this as easy as possible, I wrote a Telegram bot to track them within seconds. Tip tracking was also added to the mix, to get some cool stats afterward.

 
 
 

Kreuz Website

All those tools worked great for me – why not share them with all other paramedics in Austria? To make them accessible, I bought the domain kreuz.co which offered and explained all the tools mentioned above – packaged neatly into a website.

Timo Lins
Developer + Designer from 🇦🇹
@timolins

Continue reading

View all →
© 2024 Timo Lins · Source