backend/web/src/main/java/com/epam/deltix/quantgrid/web/service/RequestDispatcher.java (4 lines): - line 361: // TODO async send - line 367: // TODO async send - line 373: // TODO async send - line 379: // TODO async send frontend/apps/quantgrid/src/app/hooks/useColumnSizes.ts (4 lines): - line 30: // TODO: remove casting to old gridApi type when move fully to canvas - line 60: // TODO: remove casting to old gridApi type when move fully to canvas - line 89: // TODO: remove default value and casting when move to canvas - line 118: // TODO: remove casting to old gridApi type when move fully to canvas frontend/libs/canvasSpreadsheet/src/lib/utils/swapFields.ts (2 lines): - line 3: // TODO: move this to the application level - line 54: // TODO: update selection after data changed backend/engine/src/main/java/com/epam/deltix/quantgrid/engine/compiler/CompileFunction.java (2 lines): - line 724: // TODO: support dynamic formatting - line 1047: // TODO: calculate max frontend/libs/canvasSpreadsheet/src/lib/components/GridApiWrapper/GridApiWrapper.tsx (2 lines): - line 160: // TODO: move cell editor events to separate hook - line 224: // TODO: dummy methods to support the existing Grid API frontend/libs/spreadsheet/src/lib/grid/data/dataView.ts (2 lines): - line 623: // TODO: Support custom row heights - line 763: // TODO: Support custom row heights frontend/apps/quantgrid/src/app/context/ViewportContext/ViewGridData.ts (2 lines): - line 36: // TODO: Remove chart grouping after API Change related with multiply viewports override - line 100: // TODO: Remove bufferTime -> check chartUpdateBufferTime description frontend/libs/spreadsheet/src/lib/hooks/useCopyPaste.ts (1 line): - line 62: // TODO: add support for HTML clipboard data and parse data-object-data frontend/libs/spreadsheet/src/lib/grid/rowNumber/rowNumberService.ts (1 line): - line 118: // TODO: Add dynamic allocation frontend/libs/canvasSpreadsheet/src/lib/hooks/useCopyPaste.ts (1 line): - line 51: // TODO: add support for HTML clipboard data and parse data-object-data frontend/libs/spreadsheet/src/lib/hooks/useResizeFields.ts (1 line): - line 17: //TODO: get rid of this hook when move to canvas api/backend/python/xl-client/dial_xl/decorator.py (1 line): - line 50: # TODO: Support arguments properly frontend/libs/canvasSpreadsheet/src/lib/components/CellEditor/CellEditor.tsx (1 line): - line 669: // TODO: probably we need to get real width of the cell, not a default one, because entire column can be different size frontend/apps/quantgrid/src/app/hooks/useDND.ts (1 line): - line 34: // TODO: Remove else block when move to canvas frontend/libs/canvasSpreadsheet/src/lib/components/Cells/iconUtils.ts (1 line): - line 9: // TODO: Entire logic about icons option, path, tooltip, callbacks should be moved to the application level (mb to the GridCell) frontend/apps/quantgrid/src/app/context/AppSpreadsheetInteractionContext.tsx (1 line): - line 114: // TODO: remove old grid effects when move to canvas backend/engine/src/main/java/com/epam/deltix/quantgrid/engine/node/plan/local/EvaluateNLocal.java (1 line): - line 73: // TODO: will be moved to graph MAX node frontend/libs/spreadsheet/src/lib/grid/columnState/columnState.ts (1 line): - line 21: // TODO Maybe split into resized$, reordered$, hidden$, etc... frontend/libs/spreadsheet/src/lib/grid/grid.ts (1 line): - line 293: // TODO: Make zoom instead of clearing frontend/apps/quantgrid/src/app/context/ViewportContext/GridBuilder.ts (1 line): - line 597: // TODO: Possible redraw problem frontend/apps/quantgrid/src/app/hooks/useApiRequests.ts (1 line): - line 767: // TODO: check escaping backend/engine/src/main/java/com/epam/deltix/quantgrid/engine/compiler/Compiler.java (1 line): - line 173: // TODO: Propagate errors related to unknown fields in viewports frontend/libs/canvasSpreadsheet/src/lib/components/Overrides/Overrides.tsx (1 line): - line 35: // TODO: add to the GridCell new property like shouldDrawOverride frontend/libs/canvasSpreadsheet/src/lib/components/CellEditor/utils/cellEditorSaveValue.ts (1 line): - line 28: // TODO: Move this business logic to the app level. Hide cell editor with grid api if needed. frontend/libs/canvasSpreadsheet/src/lib/components/Charts/Charts.tsx (1 line): - line 13: // TODO: frontend/libs/spreadsheet/src/lib/services/grid.service.ts (1 line): - line 5: // TODO: Remove this service, move all logic to Grid class frontend/apps/quantgrid/src/app/hooks/useCharts.tsx (1 line): - line 144: // TODO: Remove request grouping