freshworks/marketplace-sample-apps

[Enhancement] - Remove jQuery from enhanced_data_storage_app

ravirajsubramanian opened this issue · 0 comments

Description of the enhancement:
The jQuery library has been imported and used in Freshworks-Samples/App-Development-Features/Advanced-Features/data_storage/enhanced_data_storage_app. Since jQuery is a heavy-lift for this simple application and jQuery is not safe-by-default, it can be removed altogether and replaced with Vanilla JavaScript and CSS wherever it is used.

For which Freshworks product?

  • Freshdesk
  • Freshchat
  • Freshsales
  • Freshservice
  • Freshcaller
  • Freshteam

Describe the solution you'd like

  • Remove jQuery imports from HTML file
  • Replace jQuery with Vanilla JavaScript and CSS