Summary: 17 instances, 17 unique Text Count # TODO: is there anything that needs to be cleaned up at the session level (e.g. saving data)? 1 $('#dataset-row').collapse('toggle'); // TODO: This call returns before the CSS animation is finished, and ignores all subsequent calls while animating. This means that if the user clicks twice very fast the icon will be toggled twice, however the row will only change collapsed state once - creating a mismatch. Fix this. 1 // TODO: Not sure if this is necessary. When we call `session.delete()` on the Beaker session on the server it will send an "expiration on the cookie requesting the browser to clear it" back to the browser. Will this be processed immediately, i.e. before we get here in the execution flow, or do we need to do this wait? See https://beaker.readthedocs.io/en/latest/sessions.html#removing-expired-old-sessions 1 TODO: SESSION_HANDLER needs to be thread safe because we call it from here and the main sever threads 1 // TODO: Notify fail 1 resolution=(x_res, y_res) # TODO: we use the resolution of the src_input, while this parameter needs the resolution of the destination. This will break if src_crs units are degrees instead of meters. 1 os.makedirs("tmp/output/", exist_ok=True) # TODO: Remove this after we rework 1 #TODO: Figure out what happens if we call this with a geometry that doesn't intersect the data source. 1 return False # TODO: maybe we should make these errors more descriptive (explain why we can't load a dataset) 1 // TODO: Reset the class list 1 console.error(error); //TODO: alert a reasonable error message 1 // requestPatch(idx, polygon, i, gBackendURL); //TODO: this should be changed if we want to have a web tool that queries different backends 1 $('#model-row').collapse('toggle'); // // TODO: This call returns before the CSS animation is finished, and ignores all subsequent calls while animating. This means that if the user clicks twice very fast the icon will be toggled twice, however the row will only change collapsed state once - creating a mismatch. Fix this. 1 return False # TODO: maybe we should make these errors more descriptive (explain why we can't load a dataset) 1 app.route("/predPatch", method="OPTIONS", callback=do_options) # TODO: all of our web requests from index.html fire an OPTIONS call because of https://stackoverflow.com/questions/1256593/why-am-i-getting-an-options-request-instead-of-a-get-request, we should fix this 1 document.getElementById("map").onselectstart = function(){ return false;} // remove the default behavior of the shift key. TODO: should this be on "document" or "body" instead of "map"? 1 $('#checkpoint-row').collapse('toggle'); // // TODO: This call returns before the CSS animation is finished, and ignores all subsequent calls while animating. This means that if the user clicks twice very fast the icon will be toggled twice, however the row will only change collapsed state once - creating a mismatch. Fix this. 1