Freitag, 6. April 2012

How to get a task into Omnifocus for IOS from your windows PC

Hi there!
Let's face it: i - and many other poor people - need to use a windose PC at work.
I really hate it - buts there's no way arount it.
On the other side, i somewhat startet to like Omnifocus for ios.
But how the hell shall i get my work tasks on this no-so-well-connected beast?

After some fiddling i came up with the following solution envolving these programs.
You might exchange em with your own likings ;)
  • dropbox (of course...)
  • Resoph Notes (like notatational velocity for win)
  • Notesy on ios
  • Omnifocus on ios (shure!)
  • Phrase Express (like TextExpander on the mac). Feal free to use other alternatives for snippet expansion!
How does it work now?





First, i created a snippet in Phrase Express:
[to OF {#datetime}](omnifocus:///add?name={#cursor}&note=)
will be expanded by just typing ,of in my notetaking app of choise (which is Resoph Notes).


There are two little magic things :
  1. it uses a markdown link
  2. it uses the omnifocus url scheme
This will generate a markdown formated link. If you later click this in the markdown preview of notesy, it gets imported into omnifocus and creates a new entry.

Why markdown? Because it handles the URL encoding for you ;)
If you write the omnifocus url yourself, you would have to take care of e.g. replacing spaces with %20 and other not so funny stuff.


click to enlarge!



Of course, my resoph notes writes text files to the same dropbox folder my notesy app on the iphone is synching to.

Just open the note there and see it in the markdown preview.


the note


the markdown preview


Simpy click that link and it and opens in omnifocus.


Omnifocus - it took your text for the new note..

And as a goody, i have to more snippets for you:

1) This will use the clipboard for your note. So, you can write your note, mark and cut it, hit ,cof and just have to enter the name:
[to OF {#datetime}](omnifocus:///add?name={#cursor}&note={#insertclipboard})
2) And now the cool one:
[to OF {#datetime}](omnifocus:///add?name={#input -head name -single}&note={#input -head note -single})
which will show an entry box to put your task name and then another one for your note.







Alternatives

I  first had a slightly different idea:
Write to a textfile in format
myName | myNote
myName | myNote

Then pipe the thing threw awk and let it do some magic to change every (line) entry in this file to the markdown link format
[to of](omnifocus:///add?name=myName&note=myNote
and save it to dopbox.
Import same as other version using notesy.





Dienstag, 17. Mai 2011

RUP - Rational Unified Process


Eigenschaften:
  • iterativ
  • UseCase getrieben
  • Architektur zentriert

4 Phasen
  1. Konzept - Inception
  2. Entwurf - Elaboration
    - UseCase Model (80%)
    - Architektur Beschreibung
    - Architektur Prototype
  3. Kontruktion - Construction
  4. Übergang - Transition
5 Workflows
  1. Geschäftsprozessmodellierung (Business Modelling)
  2. Anforderungs Mgt. (Requirements Mgt.)
  3. Analyse & Design (Analysis & Design)
  4. Implementierung (Implementation)
  5. Verteilung (Deployment)
Support Workflows
  • Configuration & Change Mgt.
  • Project Mgt.
  • Environment

Process Essentials
  • Vision Statement
    • Glossar & Schlüsselbegriffe
    • Problem Statement
    • Stakeholder
    • Key Features
    • Use Cases
    • Non-Fuctional Requirements
    • Boundaries
  • Software Development Plan
  • Risk Assessment
  • Business Case
  • Architecture
  • Prototype
  • Evaluation of results
  • Mgt. of change requests
  • User Support

    Qualitätsziele für Software und Einsatz ( siehe DIN 66272)

    • Funktionalität
      • Realisierung der geforderten Funktionen
    • Zuverlässigkeit
      • Robustheit
      • Fehlertoleranz
      • Konsistenz
      • Wiederherstellbarkeit
    • Benutzbarkeit
      • Benutzeroberfläche
      • gemäß Benutzerdokumentation
      • Bedienbarkeit, Handhabung, Komfort
    • Effizienz
      • Zeit-/Antwortverhalten
    • Einhaltung von Vorschriften
      • Gesetze
      • Firmenspez. Vorschriften
    • Wirtschaftlichkeit
      • Pflege-/Wartungsaufwand
    • Sicherheit
      • Identifikation, Autorisierung
      • Zugriffssteuerung, Zugriffsüberwachung
      • Übertragungssicherheit (Datenverschlüsselung)
      • Rechteverwaltung (Festlegung von Rollen und Zugriffsrechten)

    Feature Driven Development

    Six Key Roles
    1. Project Manager
    2. Chief Architect
    3. Development Manager
    4. Chief Programmer
    5. Class Owner
    The five processes of FDD
    1. Develop an overall model
    2. Build a feature list
    3. Plan by feature
    4. Design by feature
    5. Build by feature
    Design by feature
           1% domain walkthrough      
         40% design
           3% design inspection
    Build by feature
         45% code
         10% code inspection
           1% promote to build

    Feature
        
    • calculate the total of a sale
    • create a new mechanic for the mechanic list
    • schedule the service of a car
    Feature-Set      ing a(n)
    • performing a service
    • scheduling a service
    Mayor Feature Set      management
    • car service management
    Service Management |                                 rro    |      <-- chief programmer |     Scheduling a service   |      <-- feature set name |            (19)                          |     <-- number of features in set    |          27%                         |     <-- percentage completion |     |||||||||||.............       |     <-- completion bar |     Dec 2011                        |      <-- targetet month of completion                               Feature examples
    • Edit a customers details in the customer list
    • Edit the service schedule for a car model
    • Edit the taks list of a service description
    • Edit the parts list of a service description
    • Reserve the list of parts for a service
    • Send a service reminder to the customer
    • Edit a service scheduled in the working calendar
    • Make a mechanic assignment for a service
    • Record a service performed for a car
    • Calculate a total cost of parts used for a service
    • Generate an invoice for an service
           Scheduling a Service
    1. Schedule the service for a car
    2. Add a new Customer to a customer list

    Meine Idee für eine Systemdokumentation (ähnlich Pflichtenheft)

    • Intro
    • Context (Diagram)
    • Use Cases
    • Interfaces
    • Data Structure (DB Schema)
    • Aspects
      • Logging
      • Security
        • Authentication
        • Authorization
        • Transport
      • Data Consistency (e.g. transaction handling)
    • Service
      • Garbage collection (e.g. removal of old data from DB)
      • Updates
      • Configuration
      • History / Revision
    • Laws / company rules