JasonThomasData / DocLink

Web app (Rails) for refugees to find bulk-billing doctors nearby
0 stars 1 forks source link

Bias results to NSW #15

Open JasonThomasData opened 8 years ago

JasonThomasData commented 8 years ago

Failure to log - Wed, May 11.

Tried using the demo on Heroku. I found that when I typed in Green Valley, there was no predictive search.

image

The translation works, however.

image

But it returns all doctors no problem.

image

Same result in Firefox, IE 11. I am using Windows 7.

JasonThomasData commented 8 years ago

Good news, I did a system reinstall and got PG working. The entire process is written in the Readme. However, the issue I described above is now happening on my local machine too. Must not be a Heroku issue.

JasonThomasData commented 8 years ago

Also, returning all doctors doesn't work locally at all. Using Mint and Firefox

JasonThomasData commented 8 years ago

The reason why it failed on my local machine, is I didn't have any doctors on file. Why is that? My doctors table is blank.

equivalentideas commented 8 years ago

My doctors table is blank.

Have you added any doctors?

JasonThomasData commented 8 years ago

No, I'd thought that the database would be uploaded to Github when you upload them.

On 17 May 2016 at 09:19, Luke Bacon notifications@github.com wrote:

My doctors table is blank.

Have you added any doctors?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/JasonThomasData/DocLink/issues/15#issuecomment-219576863

equivalentideas commented 8 years ago

I think the issue here is that the search was for “Green Valley” and the geocoder didn't know to bias it to NSW. I think we should bias it for now since that's around area of focus.

The issue could be something else. @JasonThomasData if you can recreate the issue on the heroku version and post the link here that would help.

equivalentideas commented 8 years ago

No, I'd thought that the database would be uploaded to Github when you upload them.

Nein, the database is separate from the app. I'll add something to the readme about how to add doctors.

JasonThomasData commented 8 years ago

Hi. yes it works now when I enter Green Valley, NSW. So yeah it looks like the bias option will work.