PromucFlow_constructor/app/client/cypress/locators
Paul Li 85d54a7b56
feat: Map Chart widget (#6929)
* FEATURE-6314 : Map Chart Widget

-- Scaffold the widget

* FEATURE-6314 : Map Chart Widget

-- Add a new widget icon
-- Proptotype the property pane for the first time

* FEATURE-6314 : Map Chart Widget

-- Install fusionmaps
-- Draw naive world map for the PoC

* FEATURE-6314 : Map Chart Widget

-- Integrate the limited number of FusionMaps into the widget
-- Bind basic properties and a action into the map

* FEATURE-6314 : Map Chart Widget

-- Comment out the console statements for linting error

* FEATURE-6314 : Map Chart Widget

-- Update dependency versioning

* feat: Map Chart Widget

-- Fix on linting errors, including unused variables, console statement

* Feat: Map Chart Widget

-- Install dependencies from scratch

* fix: increased max chink size allowed in the build config

* Feat: Map Chart Widget

-- Refactor code base according to the changed widget structure
-- Add cleanup for removing event listener
-- Eliminate the unnecessary codes, comments

* Feat: Map Chart Widget

-- Remove unnecessary icon
-- Refactor on constants

* Feat: Map Chart Widget

-- Add a cypress test case for map type changes
-- Add a cypress test case for title change
-- Add a cypress test case for toggling show labels
-- Add a cypress test case for onEntityClick event listener

* feat: Map Chart Widget

-- Scaffold the setup for custom map config

* feat: Map Chart Widget

-- Dynamically import map definition files

* feat: Map Chart Widget

-- Eliminate unnecessary comments

* feat: Fusion Maps Widget

-- Update base dependencies

* partial map chart changes.

* feat: Map Chart Widget

-- Refactor entire code base, removing custom configs
-- Disable prefetching on mapCharts chunk

* feat: Map Chart Widget

-- Comment onEntityClick test case out

* feat: Map Chart Widget

-- Fix on onEntityClick test case

* feat: Map Chart Widget

-- Change the widget icon
-- Rename onEnityClick to onDataPointClick
-- Expose selectedDataPoint
-- Add a new Cypress test case for the toast message on onDataPointClick

* feat: Map Chart Widget

-- Add a new property colorRange
-- Add default values for data and colorRange properties
-- Eliminate unnecessary constant colorRange

* feat: Map Chart Widget

-- update selectedDataPoint meta property unconditionally

* feat: Map Chart Widget

-- Update initial map type config to be consistent with the corresponding property

* feat: Map Chart Widget

-- Add widget icon for entity explorer

* feat: Map Chart Widget

-- Make array elements of data, colorRange properties unique

* feat: Map Chart Widget

-- Prevent re-render when disabling color codes and double-clicking on entities

* feat: Map Chart Widget

-- Declare defaultChartConfigs variable inside component class
-- Replace deprecated substr method with substring

* feat: Map Chart widget

-- Complement validation rules for data property

* feat: Map Chart widget

-- Define rows and cols without using GRID_DENSITY_MIGRATION_V1
-- Change updateDataSet hook by replacing switch statement with object mapping

* feat: Map Chart widget

-- Pull out dataSetMapping from the updateDataSet hook

* feat: Map Chart widget

-- Force click events with regard to onDataPointClick test cases

* feat: Map Chart widget

-- Update fusioncharts and fusionmaps npm packages to the latest version

* feat: Map Chart widget

-- Make contents responsive using CSS styles instead of directly changing width, height attributes of the chart

Co-authored-by: somangshu <somangshu.goswami1508@gmail.com>
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2022-01-07 17:57:45 +08:00
..
AdminsSettingsLocators.json feat: Admin settings page to tinker with env variables (#9687) 2021-12-16 19:47:16 +05:30
ApiEditor.json Feature: API Pane Redesign (#2218) 2021-02-11 18:24:00 +05:30
apiWidgetslocator.json feat: adding ads component for UQI (#8777) 2021-12-27 17:34:45 +05:30
CMSApplocators.json test: testcases for content management system app using echo api (#9420) 2021-11-30 09:28:57 +05:30
commentsLocators.json fix: Show invite option for substring user emails of other shared users (#8962) 2021-11-22 10:33:43 +05:30
commonlocators.json feat: Map Chart widget (#6929) 2022-01-07 17:57:45 +08:00
DatasourcesEditor.json feat: adding ads component for UQI (#8777) 2021-12-27 17:34:45 +05:30
Debugger.json feat: Show contextual search menu for debugger errors (#7078) 2021-09-07 14:45:11 +05:30
DynamicInput.json Improve Codemirror mount performance (#5497) 2021-07-08 12:34:47 +05:30
explorerlocators.json test: Intercept/Real DB for Mongo, MySQL & QueryPane with CRUD flow for Postgres (#9081) 2021-11-18 14:27:51 +00:00
FirstTimeUserOnboarding.json test: first time user onboarding cypress tests (#9171) 2021-11-17 20:58:23 +05:30
FormWidgets.json feat: Switch Group widget (#7590) 2021-12-09 20:02:47 +08:00
GeneratePage.json test: Automated tests for S3 uploads & Mongo Bugs + Flakiness fixes (#9931) 2021-12-29 11:11:30 +05:30
gitSyncLocators.json chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
HelpLocators.json Fix/help modal fab button toggle issue 1681 (#1692) 2020-11-12 16:56:54 +05:30
HomePage.json feat: Appsmith design system changes (#8125) 2021-10-04 21:04:37 +05:30
jsActionLocators.json chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
JSEditor.json test: JSEditor Tests (#8068) 2021-10-07 07:59:16 +05:30
Layout.json Added Cypress tests for tab widget (#4345) 2021-06-22 23:26:45 +05:30
LoginPage.json Feature/edit common widgets 2020-03-20 14:21:24 +00:00
ModalWidget.json Property Pane re design (#3057) 2021-03-15 17:47:56 +05:30
Onboarding.json Onboarding flow (#2311) 2020-12-30 13:01:20 +05:30
Pages.json [Feature] Unified New Nav (#5558) 2021-07-07 09:16:16 +05:30
PgAdminlocators.json test: PgAdminApp Intial (#9139) 2021-11-21 14:00:20 +00:00
publishWidgetspage.json feat: Switch Group widget (#7590) 2021-12-09 20:02:47 +08:00
QueryEditor.json test: Automated tests for S3 uploads & Mongo Bugs + Flakiness fixes (#9931) 2021-12-29 11:11:30 +05:30
SignupPage.json feat: Introduce a welcome banner and a form to fill in role, useCase for new user (#8312) 2021-10-21 11:06:17 +05:30
ViewWidgets.json feat: Map Chart widget (#6929) 2022-01-07 17:57:45 +08:00
welcomePage.json chore: Super user signup form cypress tests (#8665) 2021-10-29 14:40:30 +05:30
Widgets.json feat: Map Chart widget (#6929) 2022-01-07 17:57:45 +08:00