zdmc23 / paraguide-public

Public repo to track issues reported by Paraguide users
https://itunes.apple.com/us/app/paraguide/id1435720505
0 stars 0 forks source link

Deleted trips do not persist for the user #5

Open jpbonjour opened 6 years ago

jpbonjour commented 6 years ago
  1. Launch the app
  2. Swipe to delete one of the 3 default trips stored
  3. Click "Done Trip"
  4. Click "Confirm dialogue"
  5. Click "Lets go"

Outcome: Same trips appear. img_5585 ![Uploading IMG_5586.PNG…]()

zdmc23 commented 6 years ago

If you try it a few times, you should see differences. The way that "Let's Go!" is implemented is to select the places with the top 6 "scores" and then randomly select 3. That was just a crude approach with the MVP. We've since just finished up a Constraints Programming implementation of a Scheduler (another thing that sometimes happens, esp. in SF, is that "Let's Go!" can result in showing you a place that is closed for the AM, or even for the entire day). The new implementation, which I'll be deploying later tonight or tomorrow will no longer show places closed, or if the place is super popular then it will just constrain it not to be shown when closed in the AM and instead display it in the PM.

Another thing that we've planned for but haven't implemented well enough yet is to enable actions (like deleting a place, or swiping Left, or previously visiting, or rating it to all impact a user score - distinct from a global avg. score - and diminish likelihood of it being displayed to user).