source/packages/services/provisioning/src/things/things.service.ts (4 lines): - line 134: // TODO: fire event - line 230: // TODO: add in support for pre-process steps to bulk provisioning (no need for it yet) - line 250: // TODO: add in support for post-process steps to bulk provisioning (no need for it yet). will need to wait for the task completing - line 354: // TODO: this returns immmediate groups and does not traverse the group hierarchy source/packages/services/simulation-manager/src/runs/runs.service.ts (4 lines): - line 65: // TODO: validation - simulation available? - line 66: // TODO: validation - run not already in progress? - line 67: // TODO: validation - no. devices < total available? - line 137: // TODO: simulation - tear dwon on finished source/packages/services/assetlibrary/src/search/search.full.service.ts (3 lines): - line 39: // TODO: validation - line 83: // TODO: validation? - line 99: // TODO: validation? source/infrastructure/deploy-core.bash (3 lines): - line 396: # TODO: We should create a function to extract parameters from stack exports - line 437: #TODO: move these below as else - line 535: # TODO: if these are common args and can be shared across stacks such as gg provisioning then they should be out of here and put next to defaults source/packages/services/commands/src/commands/commands.service.ts (3 lines): - line 50: // TODO: improve the performance of this by running the promises in parallel - line 101: // TODO: improve the performance of this by running the promises in parallel - line 188: // TODO add pagination source/packages/services/commands/src/commands/workflow/workflow.factory.ts (2 lines): - line 50: // TODO cancel - line 60: // TODO cancel source/packages/libraries/core/deployment-helper/src/lambda_helper.ts (2 lines): - line 22: // TODO: Try Loading the config from S3 - line 23: // TODO: If not in S3 then just return empty source/packages/services/events-alerts/src/lambda_proxy_ddbstream.ts (2 lines): - line 63: // TODO: add rest of non-sns destination types when we support them - line 96: // TODO: add rest of sns destination types when we support them source/packages/services/simulation-manager/infrastructure/cfn-simulation-manager.yml (2 lines): - line 333: # TODO: this needs refactoring to decouple from the main simulation as is auto specific - line 364: # TODO: this needs refactoring to decouple from the main simulation as is auto specific source/packages/services/assetlibraryhistory/src/queries/queries.service.ts (2 lines): - line 28: // TODO validation - line 51: // TODO validation source/packages/services/assetlibraryhistory/src/events/actions/eventaction.update.ts (1 line): - line 29: // TODO: validation source/packages/services/assetlibraryhistory/src/events/actions/eventaction.delete.ts (1 line): - line 29: // TODO: validation source/packages/services/events-processor/src/api/targets/target.service.ts (1 line): - line 152: // TODO: source/packages/services/assetlibraryhistory/src/events/actions/eventaction.create.ts (1 line): - line 29: // TODO: validation source/packages/services/commands/src/templates/templates.dao.ts (1 line): - line 91: // TODO add optimistic locking source/packages/services/assetlibrary/src/utils/errors.ts (1 line): - line 36: res.status(501).json({error: 'TODO: Not yet implemented'}).end(); source/packages/services/assetlibraryhistory/src/events/actions/eventaction.publishTemplate.ts (1 line): - line 29: // TODO: validation source/packages/services/events-processor/src/api/targets/processors/push.target.ts (1 line): - line 42: // TODO: do we already have a platform arn created for the provided token? if so, skip it source/packages/services/events-processor/src/utils/errors.util.ts (1 line): - line 32: res.status(501).json({error: 'TODO: Not yet implemented'}).end(); source/packages/services/provisioning/src/lambda_proxy.ts (1 line): - line 28: // TODO: for now this handles one event and assumes the topic source/packages/services/assetlibraryhistory/src/events/actions/eventaction.updateComponentParent.ts (1 line): - line 29: // TODO: validation source/packages/services/assetlibraryhistory/src/events/events.dao.ts (1 line): - line 113: // TODO add optimistic locking source/packages/services/device-monitoring/src/iot_lifecycle_event.ts (1 line): - line 30: // TODO: figure out how to extract a boolean `connected` from the eventType source/packages/libraries/clients/commands-client/src/client/commands.lambda.service.ts (1 line): - line 91: // TODO: lambda invocation mode of multi-part file upload source/cicd/integrationtestsproject_build.bash (1 line): - line 109: # TODO: fix asset library history tests source/packages/services/assetlibrary/src/groups/groups.full.dao.ts (1 line): - line 73: // TODO: verify and optimize this further source/packages/services/simulation-manager/src/simulations/simulations.controller.ts (1 line): - line 37: // TODO: add id to location header source/packages/services/assetlibraryhistory/src/lambda_iot_rule.ts (1 line): - line 25: // TODO validation source/packages/services/simulation-manager/src/simulations/simulations.service.ts (1 line): - line 60: // TODO: run any configured setup tasks source/packages/services/assetlibraryhistory/src/events/events.service.ts (1 line): - line 30: // TODO validation source/packages/services/bulkcerts/src/lambda_proxy.ts (1 line): - line 25: // TODO: for now this handles one event and assumes the topic source/packages/services/commands/src/commands/commands.dao.ts (1 line): - line 160: // TODO add optimistic locking source/packages/services/events-processor/src/api/events/event.service.ts (1 line): - line 56: // TODO: validate the conditions format source/packages/services/assetlibrary/src/types/types.lite.service.ts (1 line): - line 92: // TODO: move to an assembler function source/packages/services/certificatevendor/src/registry/assetlibrary.service.ts (1 line): - line 46: // TODO: any other checks we need to do here as part of whitelist?