-
Notifications
You must be signed in to change notification settings - Fork 10
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
Reverted #124 and Added Logging #146
Conversation
@shankari @JGreenlee please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this change is going to be reverted anyway, I don't care as much about its code quality, just as long as it works.
@TeachMeTW can you please indicate how you tested this? I am deploying it to staging regardless.
def render_content( | ||
tab, | ||
store_uuids, | ||
store_excluded_uuids, | ||
store_trips, | ||
store_demographics, | ||
store_trajectories, | ||
start_date, | ||
end_date, | ||
timezone, | ||
key_list, | ||
loaded_uuids_store, | ||
all_data_loaded | ||
): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some extraneous whitespace changes here, but I am not going to complain about them since we will revert this commit.
) | ||
|
||
elif tab == 'tab-trips-datatable': | ||
# **Handle Trips Tab with Batch Loading (New Implementation)** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Presumably this comment is no longer accurate
return None, loaded_uuids_store, True | ||
|
||
elif tab == 'tab-trajectories-datatable': | ||
# **Handle Trajectories Tab with Batch Loading (New Implementation)** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto
It was a simple test, just loaded up a dataset and watched the UUIDs tab load like previously. I tested with open access and load times came to be about 280 seconds. |
I hope this is a learning experience on the importance of testing everything while making changes. After we have verified this on staging, we need to revisit the proposed timeline in #145 |
Revert Batching Changes and Implement Baseline Logging
Description
Changes Implemented
Reverted to Baseline
Implemented Baseline Logging
add_user_stats
andrender_content
Testing Performed
Related Issues
Notes