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

Prefill the form #23

Closed
pietercolpaert opened this issue Jul 29, 2013 · 1 comment
Closed

Prefill the form #23

pietercolpaert opened this issue Jul 29, 2013 · 1 comment
Assignees

Comments

@pietercolpaert
Copy link
Member

Problem

Many transport user interfaces don't prefill the form when coming on the page. Just from their history, favorites, and other activity we can however do a very educated guess about what they might fill out.

Solution

Make a small algorithm in javascript which calculates the chance the user is going to use a certain station for "to" and "from".

  • When X hours ago the user searched for A to B, chances are the user is now going to need B to A.
  • The user has a "home" station where (s)he always returns at night
  • Through some systems we might retrieve their location. (for instance: checked in using foursquare)
  • etc
@pietercolpaert
Copy link
Member Author

After giving it some thought, I believe the suggested solution is a bit too complicated and will not do the job.

Instead, I have created a new repository which only needs the history array:

https://github.com/pietercolpaert/prefill

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

No branches or pull requests

2 participants