← Back to blog

Improving Maintainability of a Diagnostic Code Application System


KoolCode is a mobile app used by field technicians to look up parameter and alarm codes for electronic controllers in refrigeration and HVAC installations. My bachelor project at Danfoss redesigned the system to improve maintainability while preserving existing workflows.

Overview

The original system had two pain points:

The redesigned system addresses both:

Result

The project replaced two divergent native codebases with a single shared implementation and automated a previously manual extraction workflow. It also supports the argument that cross-platform development is a viable trade-off for read-heavy, lookup-oriented use cases like KoolCode.