Upgrade to Pro — share decks privately, control downloads, hide ads and more …

WordPress for iOS - Under the Hood

WordPress for iOS - Under the Hood

A deep dive into the WordPress for iOS development cycle, app structure and problems we have to solve.

Given at 360iDev 2015 in Denver, CO.

Aaron Douglas

August 17, 2015
Tweet

More Decks by Aaron Douglas

Other Decks in Technology

Transcript

  1. About Me Aaron Douglas Milwaukee, WI USA Mobile Developer for

    Automattic Inc. Prior life Enterprise Java @astralbodies
  2. What’s we’re talking about Purpose of the App Problems To

    Solve Technologies Used Architecture Development Process What’s Missing Contributing
  3. Data Model (some of it) WPAccount (0..n) Blog (0..n) Blog

    (0..n) Post Page BasePost AbstractPost ReaderPost Media
  4. Development Process Three week iterations Planning … well … Three

    week testing/stablization - HockeyApp enterprise builds Git Flow GitHub Issues
  5. WordPressKit Full-blown SDK for WP integration Authentication, Authorization Every action

    (post, edit, commenting, etc) Reminiscent of Parse SDK Some day :)