Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chore]: Technical: Isolate table-utils #1949

Merged
merged 10 commits into from
Aug 29, 2022

Conversation

dariaterekhova-actionengine
Copy link
Collaborator

No description provided.

@heshan0131
Copy link
Contributor

high level comment, can we name this modules kepler.gl/tables instead of table-utils?

@@ -24,7 +24,7 @@ import TimeWidgetFactory from './filters/time-widget';
import AnimationControlFactory from './common/animation-control/animation-control';
import AnimationControllerFactory from './common/animation-control/animation-controller';
import {ANIMATION_WINDOW, DIMENSIONS, FILTER_TYPES} from '@kepler.gl/constants';
import {getIntervalBins} from 'reducers/filter-utils';
import {getIntervalBins} from '@kepler.gl/table-utils';
Copy link
Contributor

@heshan0131 heshan0131 Aug 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be moved to utils or reducers/filter-utils?

@@ -24,7 +24,7 @@ import {createSelector} from 'reselect';
import {format} from 'd3-format';
import moment from 'moment';
import {SCALE_TYPES, SCALE_FUNC, ALL_FIELD_TYPES} from '@kepler.gl/constants';
import {getTimeWidgetHintFormatter} from 'reducers/filter-utils';
import {getTimeWidgetHintFormatter} from '@kepler.gl/table-utils';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be moved to utils or reducers/filter-utils?

@@ -23,7 +23,7 @@ import styled from 'styled-components';
import LoadingSpinner from 'components/common/loading-spinner';
import {ExportImage} from '@kepler.gl/constants';

/** @typedef {import('reducers/ui-state-updaters').ExportImage} ExportImage */
/** @typedef {import('reducers').ExportImage} ExportImage */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this lien still needed?

@@ -27,7 +27,7 @@ import document from 'global/document';
import {EXPORT_DATA_TYPE_OPTIONS, EXPORT_MAP_FORMATS} from '@kepler.gl/constants';
import ModalDialogFactory from './modals/modal-dialog';
import {exportHtml, isValidMapInfo, exportMap, exportJson} from '@kepler.gl/utils';
import {exportData} from 'reducers/export-utils';
import {exportData} from 'reducers';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge line 30, 62, 63, 65?

@dariaterekhova-actionengine dariaterekhova-actionengine force-pushed the dt/table-utils-isolation branch 2 times, most recently from 1c2e37a to b8ba7ad Compare August 25, 2022 15:34
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
… to utils

Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
@delete-merged-branch delete-merged-branch bot deleted the dt/table-utils-isolation branch August 29, 2022 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants