-
Notifications
You must be signed in to change notification settings - Fork 25
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
1135 remove street_edge_assignment_count table #1328
Conversation
…ctSidewalk/SidewalkWebpage into 1135-remove-street-edge-asmt-count-table
…Webpage into 1135-remove-street-edge-asmt-count-table
Okay @aileenzeng this one should be ready now! |
Sorry but could you try testing this again actually? I am not getting any of these errors... In particular this error: Makes it look like your javascript is not synced up correctly. And I'm just not experiencing any of the bugs you mentioned there when I tried testing again just now 😬 I feel like it is more likely that something is messed up in your dev environment 😅 |
You might also want to force refresh the page (to force Chrome to
re-download the CSS and Javascript as these are typically cached).
…On Mon, Oct 22, 2018 at 6:08 PM Mikey Saugstad ***@***.***> wrote:
Sorry but could you try testing this again actually? I am not getting any
of these errors... In particular this error:
svl.taskContainer.getCurrentTask(...).streetCompletedByAnyUser is not a
function
Makes it look like your javascript is not synced up correctly. And I'm
just not experiencing any of the bugs you mentioned there when I tried
testing again just now 😬 I feel like it is more likely that something is
messed up in your dev environment 😅
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1328 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABi-9V0UQC73KDSVOiuYXjv5jXPCiV3-ks5unft6gaJpZM4XdQBe>
.
--
Jon Froehlich
Associate Professor
Paul G. Allen School of Computer Science & Engineering
University of Washington
http://www.cs.umd.edu/~jonf/
http://makeabilitylab.io
@jonfroehlich <https://twitter.com/jonfroehlich> - Twitter
|
Reset my dev environment - didn't get any of the errors above (hooray!) Everything checks out now :) |
Sweet deal! Merging now then! |
Resolves #1135
NOTE: Do not review this PR until PR #1319 (updating mission infrastructure) and #1327 have been merged. I branched this code off of the code in that PR instead of the code on develop.
This PR removes the buggy
street_edge_assignment_count
table that we no longer had a need for.svl.neighborhoodContainer.getCurrentNeighborhood().getProperty("regionId");
in the browser console.svl.taskContainer.getCurrentTask().getStreetEdgeId();
in the browser console.svl.taskContainer.getCurrentTask().streetCompletedByAnyUser();
in the browser console.SELECT * FROM audit_task WHERE completed = TRUE AND street_edge_id = <street_edge_id>;
.region_completion
table, check theaudited_distance
column for your region.audited_distance
column again. If the street had already been completed by a user, the audited distance should not have changed, but if it had not already been audited, then the audited distance should increase slightly.