-
Notifications
You must be signed in to change notification settings - Fork 16
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
Allow proper server-side for TableWidget #798
Allow proper server-side for TableWidget #798
Conversation
This pull request has been linked to Shortcut Story #362166: Fix Table widget by allowing server-side > frontend adaptations. |
@@ -4,4 +4,4 @@ export { getCategories } from './CategoryModel'; | |||
export { geocodeStreetPoint } from './GeocodingModel'; | |||
export { getScatter, HARD_LIMIT as SCATTER_PLOT_HARD_LIMIT } from './ScatterPlotModel'; | |||
export { getTimeSeries } from './TimeSeriesModel'; | |||
export { getTable, paginateTable, HARD_LIMIT as TABLE_HARD_LIMIT } from './TableModel'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aaranadev @menusal we've removed these exports because are no longer necessary. Please confirm us that PS are not using it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@padawannn Confirmed for our side. you can remove
Pull Request Test Coverage Report for Build 6929581223
💛 - Coveralls |
Visit the preview URL for this PR (updated for commit 153f05a): https://cartodb-fb-storybook-react-dev--pr798-feature-sc-36216-or5tnffe.web.app (expires Mon, 27 Nov 2023 11:47:28 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 517cc4d31d7e09cf277774e034094b67c301cd4c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice work
Description
Shortcut: https://app.shortcut.com/cartoteam/story/362166/fix-table-widget-by-allowing-server-side-frontend-adaptations
Depends on https://github.com/CartoDB/cloud-native/pull/14455
Type of change