What are we working on? The Monzo Weekly Diary

Hello! Me again :sunglasses:

I’m an iOS developer here, and lately I’ve been working on data export, since it’s a very commonly requested feature here on the forum :slight_smile:

For the first iteration we’ve added export to CSV and QIF formats, since that covers nearly all of the commonly-used tools (including Microsoft Money). Since there aren’t any libraries for QIF on iOS, that meant getting intimate a very weird data format!

I’ve also been working on the much less glamorous (but very important) automated tests. We use unit tests to cover business logic (using API stubs), snapshots to test UI regressions, API tests to check our models play well with our backend, and integration testing using KIF to test user flows.

Next up, I nominate our awesome new data analyst @dimitri :boom:

5 Likes