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

Track packages, and report where they are/when they've arrived #35

Closed
embolalia opened this issue Mar 1, 2012 · 2 comments
Closed

Track packages, and report where they are/when they've arrived #35

embolalia opened this issue Mar 1, 2012 · 2 comments

Comments

@embolalia
Copy link
Contributor

The arrival feature would be mainly for us dorm dwellers, who don't get a knock at the door. Though, maybe there would be options, like reporting when something is "out for delivery". Perhaps it could map users to any packages they have, and be able to report on multiple packages at a time...

@tyrope
Copy link

tyrope commented Mar 1, 2012

maybe an array with package IDs (associated with username), and regular (1hr?) intervals of checking all of them. see if status changed and if so, report (if user is online)

data structure:

dict(
    PackageID => [Username, Status],
    PackageID => [Username, Status]
)

@embolalia
Copy link
Contributor Author

http://simpletracking.com/ offers this through rss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants