libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx (6 lines): - line 10: export const FlowDiffPreview: React.FC = (/*TODO: add props here */) => { - line 46: operations={[]} // TODO: hardcoded for now, need to fill with operations - line 55: operations={[{ info: { operationName: 'Send an email', connectionName: 'Office 365 Outlook' } }]} // TODO: hardcoded for now, need to fill with operations - line 64: operations={[{ info: { operationName: 'Get manager', connectionName: 'Office 365 Users' } }]} // TODO: hardcoded for now, need to fill with operations - line 79: borderLeftColor: 'white', // TODO: change to match icon color - line 86: {/* TODO: Add API icon for action here*/} libs/designer/src/lib/core/actions/bjsworkflow/settings.ts (5 lines): - line 589: // TODO (3727460) - Consume top level required fields when available here. - line 674: return timeoutableActionDefinition?.limit?.count ?? 100; // TODO: Change this to come from manifest - line 743: // TODO: return false if isBranchNode - line 871: // TODO add else if to check if node is branch node and return false if so - line 892: // TODO add else if to check if node is branch node and return false if so libs/designer/src/lib/core/utils/loops.ts (5 lines): - line 265: // TODO: Might need to update the aliased values for repetition references for open api. - line 433: // TODO - See if this can be made async and looked at manifest. - line 660: // TODO: This might require update for Open API for aliasing support. - line 681: // TODO: log the issue if splitOn is not functionExpression - line 694: // TODO: log the issue if expression is not string libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx (4 lines): - line 24: /* TODO: Add connection references, etc */ - line 78: /* TODO: add connection references, etc */ - line 86: /* TODO: add connection references, etc */ - line 222: operations: any[]; // TODO: change once connection references are set up libs/designer/src/lib/ui/configuretemplate/workflows/workflowslist.tsx (4 lines): - line 124: // date: string; //TODO: removed until back-end updates us - line 140: //TODO: removed until back-end updates us - line 158: // date: '-', //TODO: removed until back-end updates us - line 263: {/* //TODO: removed until back-end updates us apps/Standalone/src/dataMapperV1/state/SchemaDataLoader.ts (4 lines): - line 28: // TODO ARM loading - line 43: // TODO ARM loading - line 80: // TODO change to null for error handling case - line 89: // TODO change to null for error handling case libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts (3 lines): - line 86: byId: map(allParameters, 'key'), // TODO: key should not be used as id when we support multiple items in array. - line 284: // TODO: Consider revisit UI to match the definition, thus given user ability - line 293: // TODO: @ has special meaning in workflow definition, thus filter it out for now. libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts (3 lines): - line 27: // TODO Make compliant to RFC 6570 - http://tools.ietf.org/html/rfc6570 - line 45: // TODO Limit characters to those specified in RFC 6570 section 2.1 - line 73: // TODO Limit characters to those specified in RFC 6570 section 2.3 libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts (3 lines): - line 40: const childProcessor = new SchemaProcessor(processorOption); // TODO: header object is not schema. Use HeadersProcessor to process it. - line 62: // TODO: this method should move to some utility class. - line 72: outputParameter.key = `${parameterLocation}.${schemaProperty.key}`; // TODO: Use ParameterKeyUtility to create the key. libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx (3 lines): - line 156: // ...connectionAlternativeParameters ?? {}, // TODO: Riley - This is where we would add in legacy MI params - line 229: return false; // TODO: Riley - Only show the managed identity parameters (which is none for now) - line 538: // TODO -This check should be removed because backend has to fix their connection parameters if it should not be shown in UI. libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts (3 lines): - line 115: // TODO: this condition will go away once Button trigger can support Object in the UI - line 142: // TODO: Might have to redo for handling primitive arrays - line 221: // TODO: This should go away once Button ui supports Object type parameters. for now - convert the object to scalar and sets contentHint to FILE. libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx (2 lines): - line 66: // TODO: undo whatever operation - onUndoOperationRequested(item); - line 85: // TODO: add check for if isUsingDebugOptions libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/channelsTab/index.tsx (2 lines): - line 124: // TODO: Need to handle content change - line 200: // TODO: Need to handle content change libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx (2 lines): - line 14: // TODO: currently just using two filler apis, need to grab connections - line 76: //TODO: onClick libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts (2 lines): - line 404: // TODO: Handle nextLink from this response as well. - line 810: // TODO - This if block should be removed once backend new bits are deployed everywhere. apps/vs-code-react/src/app/designer/services/oAuth.ts (2 lines): - line 193: // TODO: Add error handling - line 196: // TODO: Add error handling libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx (2 lines): - line 189: // TODO: change param to required later - line 249: title: 'Submit', // TODO : move to resources libs/designer/src/lib/core/utils/connectors/connections.ts (2 lines): - line 169: isMultiAuthConnection?: boolean // TODO - Should remove when backend bits are ready for multi-auth in resource picker connections - line 191: // TODO - Need to find apps which have authentication set, check with Alex. libs/designer-ui/src/lib/querybuilder/Row.tsx (2 lines): - line 123: // TODO: Allow Moving of Rows in querybuilder - line 134: // TODO: Allow Moving of Rows in querybuilder libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx (2 lines): - line 17: // TODO: MultiAddExpressionEditor seems to be overfactored, and can be simplified - line 85: // const expressionRef = useRef(); //TODO: implement focus apps/Standalone/src/designer/app/AzureLogicAppsDesigner/Utilities/Workflow.ts (2 lines): - line 150: // TODO: To show this in a notification of info bar on the blade. - line 163: // TODO: To show this in a notification of info bar on the blade that key will be overriden. apps/Standalone/src/dataMapperV1/state/DataMapDataLoader.ts (2 lines): - line 48: // TODO ARM loading - line 92: // TODO change to null for error handling case libs/designer-ui/src/lib/querybuilder/Group.tsx (2 lines): - line 140: // TODO: Allow Moving of Groups in querybuilder - line 152: // TODO: Allow Moving of Groups in querybuilder apps/Standalone/src/designer/app/AzureLogicAppsDesigner/Services/OAuthService.ts (2 lines): - line 204: // TODO: Add error handling - line 208: // TODO: Add error handling libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx (2 lines): - line 66: statusIcon, // TODO: add onClick selectOperationInDesigner(info.operationName) - line 71: // TODO: add check for operations that are either disabled or complete libs/designer/src/lib/core/utils/outputs.ts (2 lines): - line 334: // TODO - Add code to generate schema from value input - line 404: // TODO: Might require aliasing path parsing support libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts (2 lines): - line 44: // TODO - Need to add extra filtering for trigger/action - line 141: // TODO - Need to add extra filtering for trigger/action libs/designer-ui/src/lib/chatbot/components/conversationItem.ts (2 lines): - line 15: //TODO: Add other types of items - line 123: // connectionReferences: ConnectionReference[]; // TODO: Later change this to Record libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts (2 lines): - line 84: OpenApiConnection: 'openapiconnection', // TODO: This can change when backend fixes a value, right now this is not used by any manifest. - line 105: // TODO: Combine chunking and download chunking. libs/designer/src/lib/core/state/templates/manifestSlice.ts (2 lines): - line 115: // TODO change to null for error handling case - line 125: // TODO some way of handling error libs/designer/src/lib/core/actions/bjsworkflow/connections.ts (1 line): - line 282: // TODO: First party connections were never created for LA, so would need separate implementation and testing if we need to include this. libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx (1 line): - line 111: // TODO: 12798972 Workflow Parameter libs/designer/src/lib/core/state/templates/templateSlice.ts (1 line): - line 304: // TODO change to null for error handling case libs/designer/src/lib/core/utils/designerLayoutHelpers/index.ts (1 line): - line 13: // TODO (#31643562) Base this on Y coordinate of designer instead of a rough padding estimate. libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts (1 line): - line 30: // TODO: Handle arrays better, currently fine for XML, but this will need to be re-addressed libs/designer/src/lib/ui/connections/helpers.ts (1 line): - line 50: // TODO: Support calculating dependencies when dragging of scopes libs/data-mapper/src/lib/utils/Logging.Utils.ts (1 line): - line 110: // TODO Allow manual turning on of console logging by providing a variable libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts (1 line): - line 69: // TODO: Fully evaluate the expression. libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts (1 line): - line 1147: // TODO - Might need to add for Static results libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx (1 line): - line 94: // TODO: Add a readonly per settings section/group apps/vs-code-designer/src/app/utils/verifyIsProject.ts (1 line): - line 135: * TODO - this is checking every root folder and subfolders of non-logic app projects in the workspace, can we optimize this? libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts (1 line): - line 136: // TODO: Remove below patching of connection when backend api sends correct information for service providers libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts (1 line): - line 370: // TODO: The parse function currently does not handle wrongly entered syntax, libs/designer/src/lib/ui/settings/sections/networking.tsx (1 line): - line 477: // TODO: Implement custom retry policy logic (couldn't find any connectors that use this though) libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts (1 line): - line 412: // TODO: what's the right key? libs/designer-ui/src/lib/styles.less (1 line): - line 135: /* TODO: Replace this with proper Fabric styling if and when they enabled custom details list column styles */ libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts (1 line): - line 173: // TODO: Currently this method returns the array details of the output where the trigger needs to do splitOn. libs/designer/src/lib/ui/templates/connections/createConnection.tsx (1 line): - line 34: // TODO - Needs update to support azure resource selection for connections. Operation Manifest is required. libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx (1 line): - line 71: disabled={false} //TODO: add isBlockingOperationInProgress} libs/designer/src/lib/core/state/tokens/tokensSlice.ts (1 line): - line 68: // delete state.outputTokens[id]; // TODO: This causes lots of errors as tokens are not null-safe libs/designer/src/lib/ui/configuretemplate/parameters/parameterslist.tsx (1 line): - line 59: // { columnKey: 'allowedValues', label: resourceStrings.AllowedValues }, //TODO: revisit allowedValues libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts (1 line): - line 97: // TODO Support for multiple array entries libs/designer/src/lib/core/utils/tokens.ts (1 line): - line 150: // TODO - Look at repetition context to get foreach context correctly in tokens and for splitOn libs/data-mapper/src/lib/core/state/DataMapSlice.ts (1 line): - line 457: /* TODO: Un-deprecate / re-integrate libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx (1 line): - line 60: // TODO (14725265) add check /support for ambiguous value types being passed in here libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx (1 line): - line 281: // TODO: 12798935 Analytics (event logging) libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx (1 line): - line 253: !!selectedParameterSet // TODO: Should remove this when backend updates all connection parameters for functions and apim libs/data-mapper-v2/src/utils/MapDefinition.Utils.ts (1 line): - line 28: // TODO: Handle arrays better, currently fine for XML, but this will need to be re-addressed libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx (1 line): - line 27: // TODO - Theme buttons on hover libs/data-mapper-v2/src/utils/DataMap.Utils.ts (1 line): - line 653: // TODO JSON deserialization with the array type libs/data-mapper/src/lib/utils/Layout.Utils.ts (1 line): - line 344: // TODO: If needed, adjust node origins from top-left (? - needs verification) apps/vs-code-designer/src/app/utils/unitTests.ts (1 line): - line 1216: // TODO: We shouldn't require these checks if listMockableOperations returns all mockable operations, is there an issue with the API? libs/logic-apps-shared/src/parsers/lib/expression/parser.ts (1 line): - line 140: // TODO: This might require to support string interpolation as well. libs/designer/src/lib/core/actions/bjsworkflow/configuretemplate.ts (1 line): - line 338: // TODO: Try fetching the dynamic data from the next workflow in the list, fo rnow just deleting. libs/designer/src/lib/core/actions/bjsworkflow/add.ts (1 line): - line 198: // TODO: This seems redundant now since in line: 143 outputs are already updated with a splitOnExpression. Should remove it. libs/data-mapper/src/lib/utils/DataMap.Utils.ts (1 line): - line 686: // TODO JSON deserialization with the array type libs/designer/src/lib/core/utils/parameters/dynamicdata.ts (1 line): - line 318: // TODO: This code should be removed once keys are correctly stamped for aliasing inputs since in normal parsing this does not happen. libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx (1 line): - line 69: // TODO: add disabled={isBlockingOperationInProgress} libs/designer/src/lib/core/utils/parameters/segment.ts (1 line): - line 325: // TODO: Use type guard once we define separate type for expression token and others. apps/vs-code-designer/src/app/utils/customCodeUtils.ts (1 line): - line 174: * TODO - this assumes that all custom code functions projects are in the workspace root folder. libs/designer-ui/src/lib/chatbot/components/assistantError.tsx (1 line): - line 56: disabled={false} // TODO: add state isGeneratingAnswer} libs/designer/src/lib/core/utils/swagger/operation.ts (1 line): - line 407: // TODO - Make the call to get the http swagger libs/designer/src/lib/ui/configuretemplate/tabs/publishTab.tsx (1 line): - line 58: // TODO: This is to be removed once the publish tab is removed libs/designer-ui/src/lib/panel/panelcontent.tsx (1 line): - line 45: // TODO: 12798935 Analytics (event logging) libs/designer-ui/src/lib/editor/base/index.tsx (1 line): - line 40: viewModel?: any; // TODO - Should be strongly typed once updated for Array libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx (1 line): - line 6: // TODO: Retrieve logic from a redux store? libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts (1 line): - line 39: _isDev = false; // TODO: Find a better way to do this, can't use process.env.NODE_ENV here apps/vs-code-designer/src/app/commands/generateDeploymentScripts/azureScriptWizard.ts (1 line): - line 100: // TODO - this looks like it may have side effects by setting context.subscriptionId and context.resourceGroup apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts (1 line): - line 103: // TODO: Handle arrays better, currently fine for XML, but this will need to be re-addressed apps/Standalone/src/templates/app/LocalTemplates.tsx (1 line): - line 248: appId: 'siteResourceId', //TODO: double check libs/designer-ui/src/lib/authentication/util.ts (1 line): - line 241: // TODO: Replace audience placeholder specific to environment (public azure, fairfax, mooncake) libs/designer/src/lib/common/constants.ts (1 line): - line 514: // TODO: Prefix the existing profiling events to have this key