Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 626 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 626 Bytes

HeliosExample

Building a basic Helios application...

Branch 1

  • Core Data model
  • Fetch Results Controller
  • Login screen
  • Table view with dummy notes (titles)
  • Detail screen with text view, editable (titles and details)

Branch 2

  • Cocoapods w/ Helios
  • AFNetworking basics
  • Pull from some service

Branch 3

  • Generate our API from model
  • Start Helios server
  • Use some canned config for Helios
  • Tie Helios into existing table view and detail screen
  • Deploy to Heroku

Other

  • Update edited/editedBy field on table view
  • Push notification when edited by other user
  • Logging/Analytics
  • Photos