GroceryList icon indicating copy to clipboard operation
GroceryList copied to clipboard

iPhone grocery list app, synchronized using GitHub :banana:

Results 12 GroceryList issues
Sort by recently updated
recently updated
newest added

I'm trying to run this project and I'm getting this error? any clues?

I'm receiving the following error whenever I add/edit items within a list. Error Domain=OCTClientErrorDomain Code=667 "base_tree is not a tree oid" UserInfo=0x95ad7f0 {OCTClientErrorOAuthScopesStringKey=repo, user, OCTClientErrorHTTPStatusCodeKey=422, NSLocalizedDescription=base_tree is not a tree...

Partly just to write an app in Swift, but also to exercise the Swift libraries I've been working on.

Not sure if this is the right way to fix the offline error but it fixes #16 for me. Also it seems the the error alert view eventually appears but...

``` 2014-01-19 19:43:07.953 GroceryList[94402:1303] Unexpected JSON for error response: (null) 2014-01-19 19:43:07.954 GroceryList[94402:1303] *** Assertion failure in __54-[RACSignal(Operations) setKeyPath:onObject:nilValue:]_block_invoke542(), /Users/stevemoser/Code/iOS/Examples/GroceryList/External/OctoKit/External/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSignal+Operations.m:683 2014-01-19 19:43:07.955 GroceryList[94402:1303] *** Terminating app due to uncaught exception...

bug

It ain't pretty, but it might help convey what the app does and how it flows (without doing all the nonsense that it requires to build).

enhancement

Trying to use a newly-created repository (no content whatsoever) will fail with HTTP error code 409. At least one file must exist first.

bug

There shouldn't be any need for the user scope.

bug

Allow a quantity to be entered (and [edited](https://github.com/jspahrsummers/GroceryList/issues/2)) per item.

enhancement

Allow the names and stores of items already in the list to be edited from within the app.

enhancement