MeoTempo
MeoTempo is an iOS application I worked on as the lead developer of a small teem at Aranatha from 2011 to 2015.
The app is structured as a calendar, but unlike other calendar apps this one tells you how much time you have left in each week or month, how much time you’ve planned and spent on things, and it lets you take notes about and track the time of what you are doing right now (giving you later a history of how you spent your time).
- MeoTempo → App Store
- A calendar app to stay aware of how you spend your time.
Of Note
The application implements its own calendar data model on top of which we can implement some unusual features.
This data model is built on top of a custom-made database synchronization system.
There’s a server back end running on AWS to enable synchronization and controlling subscription.
Model is written as portable C++11 code. Server code is part C++ part Node.js. Using SQLite and boost::asio. Interface is Objective-C and Objective-C++.