Home

Awesome

Introduction

Iris is an on-call escalation management system built by Linkedin and used in production today. This repo provides a mobile frontend for Iris, allowing engineers to access incident data off-premises. Iris is:

This repo provides a mobile interface for Iris. The primary codebase is available at this repo

Getting Started

The Iris mobile app is built on the Ionic 3 platform (https://ionicframework.com/). As such, it's largely written in Typescript and HTML, then compiled to run in a WebView on Android and iOS. The app communicates with Iris API through Iris relay. Both of these components are necessary for the app to function. To check out how the app works:

Building native apps

To build the app for mobile devices, we leverage cordova through the Ionic platform. To do this: