From 9e6eb73852d94029c8c82a86342f443e52da9f82 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Fri, 10 Sep 2021 22:24:32 +0200 Subject: Added README and also the old web related posts that were used back in the days. --- ...w-available-for-free-blogpost-at-eddiex.se.html | 35 ++++++++++++ Documents/ibean-page-at-eddiex.se.html | 38 +++++++++++++ README.md | 64 ++++++++++++++++++++++ 3 files changed, 137 insertions(+) create mode 100644 Documents/ibean-now-available-for-free-blogpost-at-eddiex.se.html create mode 100644 Documents/ibean-page-at-eddiex.se.html create mode 100644 README.md diff --git a/Documents/ibean-now-available-for-free-blogpost-at-eddiex.se.html b/Documents/ibean-now-available-for-free-blogpost-at-eddiex.se.html new file mode 100644 index 0000000..3eeaa86 --- /dev/null +++ b/Documents/ibean-now-available-for-free-blogpost-at-eddiex.se.html @@ -0,0 +1,35 @@ +The main reason for me developing the app was that I wanted to get familiar with the platform (iOS & Objective-C), and I must admit that I’m surprised how many downloads the app has received even though the app is quite tight tailored to fit my needs – obviously I’m not the only one having those needs. :-) +
+As of now the app has been downloaded in (most frequent on top): + +
+It is REALLY fun to see that iBean still is spreading and gets downloaded around the globe. I myself use iBean only on my iPhone but I did decide to target both iPhone/iPod and iPad, and by looking at the statistics it is clearly equally popular on both platforms. +
+ +
\ No newline at end of file diff --git a/Documents/ibean-page-at-eddiex.se.html b/Documents/ibean-page-at-eddiex.se.html new file mode 100644 index 0000000..0faab5f --- /dev/null +++ b/Documents/ibean-page-at-eddiex.se.html @@ -0,0 +1,38 @@ +
+A simple smartphone/tablet app which enables the user to keep track of some of the most important variables (or at least the most easy ones to control) for extracting espresso. Focus for the app, design-wise, has been to keep it functional and easy - following the KISS approach. + +

iBean allows the user to;

+ +

+The app is constructed from the requirements I've been extracting from my years of espresso extraction at home, so if You find that it lacks a feature that you would like to have then feel free to contact me through the contact section. +
+In short: An app that enables you to keep track of your extractions and lets you focus on the harder variables such as pressure, temperature etc. + +
+ +
+ +
+ +
\ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffceb3c --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +# iBean # + +-- TODO: Add screenshots + +## Legacy notes ## + +The application was created out of curiosity. I wanted to test the iOS platform and also Objective-C which both were new to me at the time. I also remember like 60% into the project there was a new pool-based memory management introduced (or pushed towards really), and thus the iBean.old folder in the repo. + +I used the app myself for many years and so did my wife as well, so in retrospective it was an interesting and good journey to take. + +After some years I decided to take the application down since I no longer had any interest in paying the Appstore fee, but the application had spread quite a bit and doing so all by its own. + +**Stats before taking it down (most frequent downloads at top):** +- Australia +- USA +- Sweden +- China +- Canada +- UK +- New Zealand +- Japan +- France +- Germany +- Netherlands +- Russia +- Spain +- Hong Kong +- Austria +- Denmark +- Italy +- Macedonia +- Turkey +- Indonesia +- Malaysia +- Taiwan +- Thailand +- Guatamala +- Mexico + +*Most importantly: I don't remember receiving a single crash report, so it must have been rock solid. :-)* + +## Some information about the application (mostly derived from old posts) ## + +**In short:** An app that enables you to keep track of your extractions and lets you focus on the harder variables such as pressure, temperature etc. + +A simple smartphone/tablet app which enabled the user to keep track of some of the most important variables (or at least the most easy ones to control) for extracting espresso. Focus for the app, design-wise, was to keep it functional and easy following the KISS (Keep It Simple Stupid) principle. + +### iBean allowed the user to; ### + +- Create bean recipes/blends each holding information like; + + Extraction time + + Coffee bean(s) - a recipe can contain several beans each having its own grind setting and amount + + Notes +- Experimenting with extraction time using a dedicated timer functionality +- Keep track of number of extractions (for fun or for triggering so called Thresholds) +- Create custom Thresholds that are triggered and notifies user when the number of extractions hits (or exceeds) the threshold's value - easy way to remember maintenence tasks + + Example thresholds: + + Threshold named "Empty drip tray" having a threshold-value of X ((re)enabled every Xth extraction - recurring mode) + + Change waterfilter every 300th extraction + + Buy more beans (recurring every 150 extractions) + +### Backround & requirements ### + +The application was constructed from the requirements I had been collecting from my years of espresso extraction at home. -- cgit v1.2.3