Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Last short street segments in neighborhood not being assigned on Explore page #3647

Open
misaugstad opened this issue Sep 5, 2024 · 0 comments
Assignees

Comments

@misaugstad
Copy link
Member

Brief description of problem/feature

There are a bunch of neighborhoods in Seattle that are 99% complete. Most of them have one to three very short streets that haven't been audited no them. If I try to audit the neighborhood, it doesn't assign me those short streets. I'm not sure if this is a problem with the back end or front end (or both).

I've been going through a few of these streets. Occasionally one will be impossible to complete because of missing imagery (which I've then marked them as "deleted" in the db). But for the most part I can audit them just fine by going directly to the street (https://sidewalk-sea.cs.washington.edu/explore/street/<street-id>).

Since I've been fixing these, you won't see as many 99% neighborhoods in Seattle, but there are still some remaining!

Expected behavior

If you go to Explore a region, we should always be serving streets that haven't yet been audited first.

Steps to reproduce

Find a neighborhood that's 99% complete. Choose to audit that neighborhood from the landing page choropleth. Run this in the browser console to check the street "priority". You want the priority to be 1, meaning it hasn't been audited yet.

svl.taskContainer.getCurrentTask().getStreetPriority()

If you've already audited in this neighborhood, you might just be on the street that you were previously assigned. So you may need to finish the street you're on or click the "Jump" button to go to a no place in the neighborhood and check the street priority again. If it's still less than 1, then you're not being assigned the correct street!

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

No branches or pull requests

2 participants