src/dispatch/plugins/dispatch_atlassian_confluence/plugin.py (3 lines): - line 16: # TODO : Use the common config from the root directory. - line 91: # TODO : This is the function that is responsible for making the incident documents. - line 114: """TODO: Find and fix why the page is not created under the parent_id, folder_id""" src/dispatch/plugins/dispatch_slack/feedback/interactive.py (2 lines): - line 192: # TODO: handle multiple organizations during submission - line 548: # TODO: handle multiple organizations during submission src/dispatch/plugins/dispatch_slack/incident/interactive.py (2 lines): - line 790: # TODO: (wshel) handle case reactions - line 1418: # TODO handle cases src/dispatch/conversation/flows.py (2 lines): - line 71: # TODO: consistency across exceptions - line 81: # TODO: consistency across exceptions src/dispatch/database/service.py (2 lines): - line 406: # TODO can we do this with composite filtering? - line 638: # TODO investigate moving to a different way to parsing queries that won't through errors src/dispatch/incident_cost/service.py (1 line): - line 441: # TODO: Implement a more robust way to ensure we are calculating the incident review hours only once. src/dispatch/static/dispatch/src/case/store.js (1 line): - line 272: // TODO this is fragile but we don't set anything as "created" src/dispatch/static/dispatch/eslint-local-rules.js (1 line): - line 227: text: " // TODO: find vuetify equivalent", src/dispatch/plugins/dispatch_slack/middleware.py (1 line): - line 165: # TODO should we support reactions for cases? setup.py (1 line): - line 313: # TODO: Our JS builds should not require 4GB heap space src/dispatch/common/utils/cli.py (1 line): - line 11: # Plugin endpoints should determine authentication # TODO allow them to specify (kglisson) src/dispatch/incident_role/service.py (1 line): - line 157: # TODO Add projects src/dispatch/plugins/dispatch_google/calendar/plugin.py (1 line): - line 117: # TODO sometimes google is slow with the meeting invite, we should poll/wait src/dispatch/plugins/dispatch_google/gmail/plugin.py (1 line): - line 91: # TODO allow for bulk sending (kglisson) src/dispatch/workflow/scheduled.py (1 line): - line 63: # TODO extend notification to cases as required src/dispatch/plugins/dispatch_slack/case/messages.py (1 line): - line 52: # TODO we should probably restrict the possible colors to make this work src/dispatch/signal/views.py (1 line): - line 83: # TODO this should be refactored to use the signal service src/dispatch/static/dispatch/src/forms/table/Table.vue (1 line): - line 195: // TODO: make this configurable per form type src/dispatch/static/dispatch/src/incident/store.js (1 line): - line 423: // TODO this is fragile but we don't set anything as "created" src/dispatch/case/views.py (1 line): - line 148: # TODO: (wshel) this conditional always happens in the UI flow since src/dispatch/task/service.py (1 line): - line 54: # TODO ensure that we don't send reminders more than their interval src/dispatch/static/dispatch/src/signal/SignalInstanceNode.vue (1 line): - line 11: // TODO: (wshel) Future release src/dispatch/static/dispatch/src/components/DateTimePicker.vue (1 line): - line 3: src/dispatch/participant/flows.py (1 line): - line 58: # TODO: Split this assignment depending on Obj type src/dispatch/incident/messaging.py (1 line): - line 870: # TODO we should use raw blocks here (kglisson) src/dispatch/plugins/dispatch_slack/case/interactive.py (1 line): - line 1889: # TODO: handle case where there are multiple related incidents src/dispatch/static/dispatch/src/api.js (1 line): - line 17: // TODO do we need to do this for all params? src/dispatch/plugins/dispatch_slack/workflow.py (1 line): - line 255: # TODO we should move off these types of notification functions and create them directly src/dispatch/plugins/dispatch_google/drive/drive.py (1 line): - line 133: # TODO add retry