forked from acani/CocoaPlant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.taskpaper
46 lines (37 loc) · 1.01 KB
/
TODO.taskpaper
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
CocoaPlant:
- Remake CocoaPlant project
- Make CocoaPlant w/o tests
- Add CocoaPlantApp target with tests.
- Play w OCMock
- File defaultConfigurationName = Release; issue
- add files & convert specs to kiwi
- Spec UIAlertView
- Test with Network Link Conditioner
Plantation:
UIPlant:
PlantData:
- Add save method to NSManagedObjectContext
- Handle errors for NSManagedObject fetchWithOptions:(NSDictionary *)options.
- add methods w/o error
- set up, save, fetch, etc.
PlantConnection:
- JSONConnection
- Check for airplane mode. Show alert to turn it off, or at least go to settings. @future
- Add UIRequiresPersistentWiFi
- If iOS 5, use native JSON, else use JSONKit.
- Handle connection errors.
Pollination:
- RESTConnection
- Add to README.md
4. Pollination (network stuff)
### Pollination
Related
* Pollination
* Seriously
* RestKit
Big Picture:
- Finish specing Core Data.
- Complete network layer.
- Spec API & implement.
- Build iPhone app
- Build Web / mobile web app.