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

update dashboard JS to ES2015 with recommended WPCS style #272

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

stklcode
Copy link
Contributor

Preserve ES5 for the tracking snippet for maximum compatibiltiy. The dashboard requires some modern logic for the Bakcbone API client already so let's migrate our script to ES2015 as well.

We also split the large update routine into multiple methods in preparation for additional visualizations.

This change finally drops IE11 support for the admin dashboard.

Preserve ES5 for the tracking snippet for maximum compatibiltiy. The
dashboard requires some modern logic for the Bakcbone API client already
so let's migrate our script to ES2015 as well.

We also split the large update routine into multiple methods in
preparation for additional visualizations.

This change finally drops IE11 support for the admin dashboard.
@stklcode stklcode added this to the 2.0.0 milestone Sep 24, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Member

@florianbrinkmann florianbrinkmann left a comment

Choose a reason for hiding this comment

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

LGTM

@stklcode stklcode merged commit 8c28d9e into develop Oct 3, 2023
17 checks passed
@stklcode stklcode deleted the feature/es6 branch October 3, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants