src/app/stores/app_store.ts (4 lines): - line 800: // TODO: Fix this part - line 1510: type: xDataProperty.type, // TODO get type for column, from current dataset - line 1552: type: yDataProperty.type, // TODO get type for column, from current dataset - line 1594: type: axisProperty.type, // TODO get type for column, from current dataset src/core/prototypes/links/index.ts (3 lines): - line 761: ), // TODO fix it - line 779: ), // TODO fix it - line 797: ), // TODO fix it src/core/prototypes/state.ts (2 lines): - line 819: // TODO fix expression (get column name from expression properly) - line 947: // TODO: emit error src/app/template/index.ts (2 lines): - line 212: break; // TODO: for now, we assume it's the first one - line 389: this.addTable(linksTableName); // TODO get table by type src/app/views/file_view/open_view.tsx (2 lines): - line 75: // TODO: add error reporting - line 87: // TODO: add error reporting src/app/views/panels/widgets/controls/image.tsx (2 lines): - line 256: // TODO check changes - line 335: // FIXME: ignore error for now src/core/prototypes/plot_segments/line.ts (2 lines): - line 46: /** free variable ? TODO figure out */ - line 48: /** free variable ? TODO figure out */ config.template.yml (2 lines): - line 45: # apiKey: "TODO: put your api key here" - line 52: # apiKey: "TODO: put your api key here" src/app/views/panels/widgets/controls/fluentui_image.tsx (2 lines): - line 289: // TODO check changes - line 368: // FIXME: ignore error for now src/app/views/panels/widgets/controls/fluentui_image_2.tsx (2 lines): - line 291: // TODO check changes - line 431: // FIXME: ignore error for now src/app/views/panels/scales_panel.tsx (1 line): - line 123: let rawColumnExpr: string = null; // TODO handle src/container/chart_component.tsx (1 line): - line 106: * TODO rework the method https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html src/core/prototypes/marks/data_axis.ts (1 line): - line 408: groupBy: null, // TODO: fixme src/core/prototypes/plot_segments/region_2d/base.ts (1 line): - line 1944: // TODO: implement grid sublayout handles src/app/views/dataset/dataset_view.tsx (1 line): - line 266: // TODO check mappings src/core/prototypes/legends/numerical_legend.ts (1 line): - line 196: // TODO is there a circle handle????? src/app/stores/migrator_baseline.ts (1 line): - line 184: // TODO guides should not be mapped! src/app/index.tsx (1 line): - line 37: * * {@link "app/views/panels/index"} TODO describe panels src/core/dataset/datetime.ts (1 line): - line 197: // TODO add am|pm and %H:%M src/app/views/file_view/options_view.tsx (1 line): - line 165: // TODO create HOC src/app/stores/action_handlers/chart.ts (1 line): - line 132: // TODO fix issue with applying src/core/dataset/dsv_parser.ts (1 line): - line 68: // TODO fix it src/app/stores/migrator.ts (1 line): - line 231: // TODO append current mappings