main/packages/registry-post-deployment/lib/plugins/services-plugin.js (4 lines): - line 29: // TODO: Register additional services as per your solution requirements - line 68: // TODO: Register additional static settings as per your solution requirements here - line 109: // TODO: Register additional logging context items as per your solution requirements here - line 164: // TODO: Register additional fieldsToMask as per your solution requirements here components/base-workflow/packages/base-workflow-core/lib/workflow/workflow-service.js (4 lines): - line 74: // TODO: we need to wrap the creation of the version and the update of the latest record in a transaction - line 134: // TODO: If there is a large number of versions it may be necessary to batch the delete so as not to overflow the provisioned capacity. - line 204: // TODO: Validate configuration - line 212: // TODO: we need to wrap the creation of the version and the update of the latest record in a transaction components/vam-api/packages/vam-services/lib/appstream/appstream-service.js (4 lines): - line 99: // TODO - Allow for pagination - line 109: // TODO - Allow for pagination - line 210: // TODO - Allow for pagination - line 354: // TODO - Handle the case that the record does not exist. components/base-post-deployment/packages/assembly/assets/boilerplate/main/packages/registry-post-deployment/lib/plugins/services-plugin.js (4 lines): - line 29: // TODO: Register additional services as per your solution requirements - line 68: // TODO: Register additional static settings as per your solution requirements here - line 109: // TODO: Register additional logging context items as per your solution requirements here - line 164: // TODO: Register additional fieldsToMask as per your solution requirements here components/base-workflow/packages/base-workflow-core/lib/workflow/step/step-template-service.js (3 lines): - line 42: // TODO - validation does not check for additional props that are not supported, we need to fix it - line 54: // TODO - we need to wrap the creation of the version and the update of the latest record in a transaction - line 121: // TODO - we need to wrap the creation of the version and the update of the latest record in a transaction main/packages/main-services/lib/plugins/services-plugin.js (3 lines): - line 64: // TODO: Register additional static settings as per your solution requirements here - line 105: // TODO: Register additional logging context items as per your solution requirements here - line 160: // TODO: Register additional fieldsToMask as per your solution requirements here components/base/packages/assembly/assets/boilerplate/main/packages/main-services/lib/plugins/services-plugin.js (3 lines): - line 68: // TODO: Register additional static settings as per your solution requirements here - line 109: // TODO: Register additional logging context items as per your solution requirements here - line 164: // TODO: Register additional fieldsToMask as per your solution requirements here components/base-ui/packages/base-ui/lib/models/authentication/AuthenticationProviderPublicConfig.js (2 lines): - line 28: // TODO: Remove this temp adjustment method. See comments in "absoluteSignInUrl" getter below for more details. - line 161: // TODO: Temp code: Adjust redirectUrl for local development. components/base-workflow/packages/base-workflow-core/lib/workflow/workflow-template-service.js (2 lines): - line 97: // TODO - we need to wrap the creation of the version and the update of the latest record in a transaction - line 169: // TODO: we need to wrap the creation of the version and the update of the latest record in a transaction components/base-auth-cognito/packages/services/lib/user-management-service.js (2 lines): - line 94: // TODO: Add support for deleting attributes without requiring every attribute to be passed on an update request - line 121: // TODO: Simplify/Harden this logic along with the logic in cognitoAttributeMapperService components/base-workflow-ui/packages/base-workflow-ui/src/parts/workflow-templates/drafts/edit/WorkflowTemplateDraftPublisher.js (2 lines): - line 92: // TODO examine the publishResult and figure out if we have validation errors - line 123: {/* TODO add an elaborate error/validation error panel, showing errors at all levels including workflow template level and step level */} components/base-workflow-ui/packages/base-workflow-ui/src/parts/workflows/drafts/edit/WorkflowDraftPublisher.js (2 lines): - line 94: // TODO examine the publishResult and figure out if we have validation errors - line 125: {/* TODO add an elaborate error/validation error panel, showing errors at all levels including workflow level and step level */} components/base-workflow/packages/base-workflow-core/lib/workflow/workflow-draft-service.js (2 lines): - line 117: // TODO: we need to check if the draft is using a different version of the template where the existing workflow is not. - line 223: // TODO - loop through each step and ensure that the 'configs' are validated against the step inputManifest components/base-rest-api/packages/post-deployment-steps/lib/steps/create-jwt-key-service.js (2 lines): - line 61: // TODO: Support resetting JWT key - line 82: // TODO: Do not re-create JWT keys if they already exists, at the same time support for rotating the key components/base-auth-cognito/packages/services/lib/provisioner-service.js (2 lines): - line 178: // TODO: Remove providers that were previously configured but have been removed - line 215: // TODO: Add support for configurable attributes mapping components/base-workflow/packages/base-workflow-core/lib/workflow/helpers/step-base.js (2 lines): - line 68: // TODO: uncomment it when implemented in all steps - line 76: // TODO: uncomment it when implemented in all steps components/base-post-deployment/packages/assembly/assets/boilerplate/main/packages/registry-post-deployment/lib/plugins/steps-plugin.js (1 line): - line 19: // TODO: Add your other post deployment steps here components/base-ui-public-hosting/packages/post-deployment-steps/lib/steps/create-cloudfront-interceptor.js (1 line): - line 40: // TODO: @aws-ee/base-serverless-settings-helper needs to support components/base/packages/services/lib/user/user-service.js (1 line): - line 223: // TODO: Implement plugin rollback on failure components/base-ui/packages/base-ui/lib/parts/authentication-providers/AddAuthenticationProvider.js (1 line): - line 23: return 'TODO: IMPLEMENT'; main/packages/registry-backend/lib/api-handler/plugins/routes-plugin.js (1 line): - line 62: // TODO: Register additional routes and their controllers as per your solution requirements components/appstream-image-builder/packages/post-deployment-steps/lib/steps/create-appstream-service-role.js (1 line): - line 69: // TODO: Find a better way to check for role propagation components/vam-api/packages/vam-services/lib/appstream/dynamic-catalog-service.js (1 line): - line 75: // TODO - Allow for pagination components/base-ui/packages/base-ui/lib/models/SessionStore.js (1 line): - line 45: // TODO stopListening(id, channel) { } components/base-workflow/packages/base-workflow-core/lib/runner/handler.js (1 line): - line 129: // TODO: Check if runSpec target is supported components/base-ui/packages/base-ui/lib/parts/users/UsersList.js (1 line): - line 130: // TODO: add api token stats and active flag here in the table components/base-ui/packages/base-ui/lib/models/authentication/Authentication.js (1 line): - line 67: // TODO: Make the retrieval of id token from query string param or fragment param (or any other mechanism) components/base-workflow-ui/packages/base-workflow-ui/src/parts/workflows/drafts/CreateWorkflowDraft.js (1 line): - line 124: // TODO the approach of looping through all the entries in the workflowsStore is not going to scale beyond 5000 workflows, we need an autocomplete approach components/base-auth-cognito/packages/services/lib/metadata/create-cognito-user-pool-input-manifest.js (1 line): - line 85: // TODO: Add support for array input types in input manifest components/vam-ui/packages/vam-ui/src/plugins/initialization-plugin.js (1 line): - line 32: // TODO: Load these stores as needed instead of on startup components/base-workflow-api/packages/base-worklfow-api/lib/controllers/workflow-controller.js (1 line): - line 399: // TODO: Ideally, this should be refactored to use paging. components/base-ui/packages/base-ui/lib/parts/users/RolesList.js (1 line): - line 83: accessor: 'capabilities', // TODO: implement a details modal to show the list of all capabilities main/packages/registry-post-deployment/lib/plugins/steps-plugin.js (1 line): - line 19: // TODO: Add your other post deployment steps here components/base-rest-api/packages/services/lib/authentication-service.js (1 line): - line 59: // TODO return username even if authentication fails. components/base-auth-cognito/packages/services/lib/metadata/update-cognito-user-pool-input-manifest.js (1 line): - line 59: // TODO: Add support for array input types in input manifest components/base-rest-api/packages/assembly/assets/boilerplate/main/packages/registry-backend/lib/api-handler/plugins/routes-plugin.js (1 line): - line 62: // TODO: Register additional routes and their controllers as per your solution requirements components/base-ui/packages/base-ui/lib/parts/users/UpdateUser.js (1 line): - line 173: // TODO: deletion actions should be confirmed by user first components/base-workflow/packages/base-workflow-core/lib/workflow/workflow-instance-service.js (1 line): - line 124: // TODO: Workflow Permissions Management is not implemented yet components/vam-api/packages/vam-services/lib/group-service.js (1 line): - line 71: // FIXME we need a way to enforce federated logins so that solution users components/base/packages/services/lib/utils/services-registration-util.js (1 line): - line 84: // TODO: Capture and return the "settings" service registered by the last plugin instead of returning "settingsService" components/base-workflow/packages/workflow-engine/lib/workflow-loop.js (1 line): - line 187: // TODO: May be this can be treated as a request to terminate workflow. components/base-scripts/packages/serverless-sync-to-s3/index.js (1 line): - line 179: // TODO: Optimise by not uploading files that haven't changed. components/base-auth-cognito/packages/services/lib/attribute-mapper-service.js (1 line): - line 20: // TODO: Update this to create a simpler, more canonical user pool attribute mapping components/base-workflow/packages/base-workflow-core/lib/workflow/workflow-template-draft-service.js (1 line): - line 203: // TODO: loop through each step and ensure that the 'defaults' are validated against the step adminInputManifest (or inputManifest, if adminInputManifest was not provided in the yaml file) components/base-rest-api/packages/services/lib/authentication-providers/constants.js (1 line): - line 16: // TODO - move this to base-services in base addon components/base/packages/serverless-docs-tools/lib/index.js (1 line): - line 401: // TODO: Use @openapi-contrib/json-schema-to-openapi-schema once nulls in schemas have been migrated to work correctly with it