hhaccessibility / hhaccessibility.github.io

http://hhaccessibility.github.io/main/
7 stars 41 forks source link

Testing: Location info missing in some cases #404

Closed Blandine-AA closed 5 years ago

Blandine-AA commented 6 years ago

While displaying a selected location some are missing the address or the address is incomplete. Why? image image image

joshi1983 commented 6 years ago

The quick answer is that address isn't in all of our imported location data. It is understood that we'd want to maximize the number of locations with addresses but there will be some rare exceptions like islands, monuments... this doesn't explain "Basil Court" missing the address, though. I think that may have been a location I added manually without adding its address.

I could make a spreadsheet with the locations that have no address information and review all our import tools to see if any of them aren't importing addresses even though their data sources provide them. A spreadsheet listing all the locations with no addresses could be a step toward filling in the addresses that still should be there even if we have to process them manually.

Blandine-AA commented 6 years ago

@joshi1983, Can this work be done by a student? Is @yashankit17 available to work on this? I also added a screen shot where the address is incomplete.

joshi1983 commented 6 years ago

@Blandine-AA we have 8852 total locations of which 5849 have blank addresses. That's too many locations to manually update. If he can make a practice pull request like Prince has made, that would be a step toward taking on coding issues. That could include him improving the import tools that collect more addresses.

@yashankit17 what are you up to now? Are you ready to learn how to do a few things with git and make a pull request with it?

yashankit17 commented 6 years ago

Sure josh I’ll try to get to know about using the github now. I have made the pull request already.

On Nov 15, 2017, at 10:51 PM, Josh Greig notifications@github.com wrote:

@Blandine-AA we have 8852 total locations of which 5849 have blank addresses. That's too many locations to manually update. If he can make a practice pull request like Prince has made, that would be a step toward taking on coding issues. That could include him improving the import tools that collect more addresses.

@yashankit17 what are you up to now? Are you ready to learn how to do a few things with git and make a pull request with it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

joshi1983 commented 6 years ago

@yashankit17 I don't see your pull request. This is where your pull request should appear: image

The pull request should be on the hhaccessibility project but I checked your fork in case it was mistakenly created there. I don't see any extra branches or pull requests there either: image

This article may help: https://github.com/hhaccessibility/hhaccessibility.github.io/wiki/git-commands

Also, Prince made a pull request from his laptop a couple weeks ago. He might be able to answer a few questions.

joshi1983 commented 6 years ago

@yashankit17 made the practice pull requests so he's ready to take on some code changes. He never used Python and the import tools would be a little unfamiliar to him so I thought I'd be better to take this issue on. I assigned #397 to him instead because that would involve mostly JavaScript which he's much stronger with and expose him to the web application. Increasing his familiarity with the web application should prepare him for other web application-related issues and #404 was basically created from Yashankit and Prince's feedback.

joshi1983 commented 6 years ago

I plan to do the following work toward this issue:

joshi1983 commented 6 years ago

The address for Basil court and roughly 20 other locations were manually updated to test that the merge tool I made works and reduce this issue's problem just a bit.

These new addresses were added to app.accesslocator.com's database without deleting any data. http://app.accesslocator.com/location-report/447

joshi1983 commented 6 years ago

A bunch more address, phone number, and external web address information was merged into locations in Windsor. This data is deployed at http://app.accesslocator.com.

I plan to still adjust scripts to:

joshi1983 commented 6 years ago

I plan to finish a duplicate finder feature for internal users and use it to look for duplicated locations that may have been introduced lately by the Google Places data import and the uwindsor campus map data import.

joshi1983 commented 6 years ago

I removed the Working on it label because I'm not very active on this issue right now. I have a duplicate finder branch that isn't merged and I have more work to do before it is ready. I switched to working on the add location feature for now since it seemed more important to the demo 0.0.5 release and plan to finish that before returning to this and finishing the duplicate finder feature.

joshi1983 commented 6 years ago

@skwaitko can you send me a spreadsheet with missing addresses, phone numbers, website URL's for locations in the Windsor area?

Also, a separate listing of locations that you suspect are duplicated would help. These would be locations with similar names that are very close to each other.

These things can't be fixed by you directly because there is no feature in the site to let you add the information yet. For now, I can handle the documents you give me and bring the improvements up to http://app.accesslocator.com.

joshi1983 commented 6 years ago

@skwaitko how are things going? I haven't heard from you in a couple weeks. Let me know if you're getting busy with other things. Everyone's availability has its ups and downs and it looked like you really poured yourself into AccessLocator for a week or so. We'll understand if some other priorities came up for a bit.

joshi1983 commented 6 years ago

I unassigned @skwaitko because we didn't hear from him in a few months.

joshi1983 commented 5 years ago

This issue is as complete as it ever will be so I'm closing. A lot more address and phone number information was added. We also have a new suggestion feature which should help us add similar information when it isn't yet there.