web/frontend/libs/@deltix/hd.components-everchart/index.esm.js (6 lines): - line 965: const DEFAULT_BEHIND_WINDOW_PART = 1 / 2; // TODO: replace memoize fn - line 971: // TODO: add limit - line 1205: // TODO: replace with relative frequency points in interval - line 2960: // TODO: first bar - line 3731: }; // TODO: - line 3888: const reducer = everChartReducer(initialState); // TODO: web/frontend/libs/@deltix/hd.components-everchart/index.umd.js (6 lines): - line 982: const DEFAULT_BEHIND_WINDOW_PART = 1 / 2; // TODO: replace memoize fn - line 988: // TODO: add limit - line 1222: // TODO: replace with relative frequency points in interval - line 2977: // TODO: first bar - line 3748: }; // TODO: - line 3905: const reducer = everChartReducer(initialState); // TODO: java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/impl/L2SingleExchangeQuoteProcessor.java (5 lines): - line 87: // TODO Log warning!! - line 88: return null;// TODO move to another palace - line 133: return;// TODO move to another palace - line 156: // TODO add validation for exchange id - line 174: // TODO LOG warning web/frontend/libs/@deltix/hd.components-order-grid/index.umd.js (5 lines): - line 198: const Container$1 = reactPixi.Container; // TODO: fix typing buf with containsPoint - line 527: // FIXME dispatch only if new price and previous are different - line 693: const Container = reactPixi.Container; // TODO: fix typing buf with containsPoint - line 1082: // FIXME dispatch only if new price and previous are different - line 1816: } // FIXME this is impossible (there are only price and quantity aggregation) web/frontend/libs/@deltix/hd.components-order-grid/index.esm.js (5 lines): - line 186: const Container$1 = Container$2; // TODO: fix typing buf with containsPoint - line 515: // FIXME dispatch only if new price and previous are different - line 681: const Container = Container$2; // TODO: fix typing buf with containsPoint - line 1070: // FIXME dispatch only if new price and previous are different - line 1804: } // FIXME this is impossible (there are only price and quantity aggregation) web/frontend/src/app/pages/streams/modules/schema-editor/components/diff/grid-components/data-lost/resolution.component.ts (4 lines): - line 235: // TODO: need to create data time picker control - line 238: // TODO: need to create binary control or use file uploader? - line 241: // TODO: need to support OBJECT data type - line 244: // TODO: need to create ARRAY data type web/frontend/src/app/pages/streams/modules/schema-editor/store/schema-editor.effects.ts (3 lines): - line 145: }); // TODO: Delete this before checkIN - line 159: // tap((resp) => console.warn('SUCCESS CREATE STREAM RESPONSE: ', resp)), // TODO: Delete this before checkIN - line 224: tap((resp) => console.warn('SUCCESS CHANGE STREAM SCHEMA RESPONSE: ', resp)), // TODO: Delete this before checkIN web/frontend/libs/@deltix/vizceral/src/layouts/ltrTreeLayout/ltrTreeLayouter.js (2 lines): - line 33: // TODO: Make layout deterministic - line 120: // TODO: Rank the nodes from the dropped same edges... java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/impl/L1SingleExchangeQuoteProcessor.java (2 lines): - line 86: return null;// TODO add null check - line 117: // TODO add validation for exchange id web/frontend/libs/@deltix/vizceral/src/base/shapes/ShapeParent.js (2 lines): - line 64: * TODO: the positioning of the labels is not "radius" or "scale" aware, so if you make any node have - line 120: /** TODO: FIXME: Need to expand the "key" generation used to find and get the geometries java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/impl/L2MarketSide.java (2 lines): - line 69: short binarySearchLevelByPrice(Quote find); //TODO Refactor It's Strange method Hmm... - line 71: short binarySearchNextLevelByPrice(Quote find); //TODO Refactor It's Strange method Hmm... web/frontend/libs/@deltix/vizceral/src/base/connectionView.js (2 lines): - line 324: // TODO: Actually highlight the connection - line 457: // TODO: Support a deltaX based on last time updated. We tried this, and web/frontend/libs/@deltix/hd.components-multi-app/index.umd.js (2 lines): - line 2204: // TODO move parent to RESERVED_PROPS? - line 3784: this.textElement.on('pointerdown', pointerdown); // TODO: need remove? java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/impl/AbstractL2MultiExchangeProcessor.java (1 line): - line 164: // TODO check if overlay java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/options/UpdateMode.java (1 line): - line 34: // TODO ADD TEST for reset entry web/frontend/libs/@deltix/hd.components-order-book/index.umd.js (1 line): - line 1313: const currentOrder = orders[i]; // FIXME undefined.level ??? web/frontend/src/app/pages/streams/components/deltix-charts/chart-parts/detix-chart-feed.service.ts (1 line): - line 188: // TODO: Remove on new charts version web/frontend/src/app/pages/streams/modules/schema-editor/components/field-properties/field-properties.component.ts (1 line): - line 377: // TODO: Add patterns for encodings web/frontend/src/app/pages/streams/components/stream-view-reverse/stream-view-reverse.component.ts (1 line): - line 315: // TODO: sometimes if > 1000 columns don't work getAllColumns() - is NULL , need another method java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/impl/OrderBookDecorator.java (1 line): - line 100: // TODO add package validation! web/frontend/src/styles.scss (1 line): - line 6: // TODO: add it to folder font without absolute links, on server it not work! web/frontend/libs/@deltix/vizceral/src/vizceral.js (1 line): - line 383: // TODO: else, set a timeout for waiting...? web/frontend/src/app/pages/streams/store/streams-list/streams.effects.ts (1 line): - line 469: // TODO: Rewrite this part to interact with changed state java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/OrderBook.java (1 line): - line 129: // TODO POC web/frontend/libs/@deltix/vizceral/src/dns/dnsConnectionView.js (1 line): - line 119: // TODO: If the connection ever moves, the annotation will have to be moved too. This had to go here so we wouldn't just rotate it every time. web/frontend/libs/@deltix/hd.components-order-book/index.esm.js (1 line): - line 1295: const currentOrder = orders[i]; // FIXME undefined.level ??? java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/impl/OrderBookFactory.java (1 line): - line 50: // TODO need to refactor factory for L2 and L1!! web/frontend/src/app/shared/grid-components/grid-components.module.ts (1 line): - line 23: // TODO: Move all grid components to this module web/frontend/src/app/core/components/app/app.component.ts (1 line): - line 97: console.warn('WS Error', e); // TODO: Replace to Universal logger or delete this before commit web/frontend/src/app/shared/services/monaco-qql-tokens.service.ts (1 line): - line 109: // TODO: Add logic to highlight only fields that in current union part java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/impl/AbstractL2MarketSide.java (1 line): - line 184: //TODO add doc WTF!! and refactor java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/options/GapMode.java (1 line): - line 27: // TODO ADD UNIT TEST!! java/orderbook-core/src/main/java/com/epam/deltix/common/orderbook/impl/MutableOrderBookQuoteImpl.java (1 line): - line 78: this.primitivePrice = Decimal64Utils.toDouble(price); // TODO Refactor web/frontend/src/app/core/services/interceptors/request-default-error.interceptor.ts (1 line): - line 51: console.warn('HTTP ERROR: ', error); // TODO: Delete this before checkIN