dashboards-maps icon indicating copy to clipboard operation
dashboards-maps copied to clipboard

Improve code structure in Repo

Open navneet1v opened this issue 2 years ago • 0 comments

With the merging of custom_import_maps and maps-layers plugin the code in the src and test folders are not abstracted in right form. Not only this the init code is also not abstracted properly. The ask of this issue is to enhance the code quality of this repo to have correct sub folders in the plugin for different maps enhancements.

Example: The file: custom_import_map/public/plugin.tsx can have 2 separate init functions for the 2 different features.

This will allow new users to add new functionalities and maintaining the code easy in future.

navneet1v avatar Jan 06 '23 08:01 navneet1v