-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable favoriting of sessions #6
Comments
|
@BasThomas I almost finished the functionality. I added my new You can check my code in my fork |
Because your |
@davedelong I don't have experience with |
@BasThomas it's pretty much just like an For storing favorites, there are two really simple approaches you could take:
You're only allowed up to 1,024 keys in the KVS, and only up to 1MB of data. But given the size of the conference, I'm guessing you'd fall well short of that limit. :) |
Cool! Might take a look at it this weekend. |
@BasThomas new commit released my fork fixing what you talked about. New question: why only the first talk for each hour have a favorite? How does the app handle these sections? |
Because of the difference between a |
Oh, that's gonna be hard because |
This can then be used to filter only your favorite sessions, for example. This should probably use Core Data, but we might get away with NSUserDefaults for now?
The text was updated successfully, but these errors were encountered: