Skip to content
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

Local (Push) notifications #3

Open
jiaaro opened this issue Jul 8, 2014 · 2 comments
Open

Local (Push) notifications #3

jiaaro opened this issue Jul 8, 2014 · 2 comments
Labels

Comments

@jiaaro
Copy link
Owner

jiaaro commented Jul 8, 2014

Along the lines of:

  • It's about time to go grocery shopping again (it's been 6 days). Add your regular items (yogurt, coffee, chicken, milk, eggs) to the list?
    [yes] [no] [do it myself]
@jiaaro jiaaro added the feature label Jul 8, 2014
@jiaaro
Copy link
Owner Author

jiaaro commented Jul 30, 2014

Idea for when to schedule a notification:

Use a naive baesian classifier to assign a probability to each day in the future, schedule a notification once the probability reaches a certain threshold.

Inputs are:

  • time since last N (5?) items were checked off
  • day of the week (monday/tues/etc)
  • time of day

Basically some days are more likely (saturday for instance) so we want to weight on that.

And we want to approximate the average delay between grocery store trips.

min and max time will be needed (shouldn't be more often than every day, and anything over 2 or 3 weeks is obviously too long)


On the other hand, we could also just ask the user how long to wait before firing a reminder.


Or we could use location and try to guess when they're at the grocery store

@jiaaro
Copy link
Owner Author

jiaaro commented Jul 30, 2014

Things that might justify a reminder:

  • time to add something to your list
  • hey you're at the grocery store, don't forget to get the stuff on your list

@jiaaro jiaaro changed the title iOS 8 - Local notifications with actions Local notifications Nov 25, 2014
@jiaaro jiaaro changed the title Local notifications Local (Push) notifications Nov 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant