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

CLDR-16844 Preliminary refactoring for Dashboard #3874

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

btangmu
Copy link
Member

@btangmu btangmu commented Jul 17, 2024

-New module cldrDashContext.mjs, mostly code moved from cldrGui.mjs

-Encapsulate some constant strings such as OPEN_DASH_BUTTON_CLASS

-Rename cldrDash.mjs to cldrDashData.mjs for clarity

-Rename TestCldrDash.mjs to TestCldrDashData.mjs

-Remove unused parameter tr from cldrTable.getSingleRowUrl

-Remove some debugging console.log calls from DashboardWidget.vue

-Comments

CLDR-16844

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

@btangmu btangmu self-assigned this Jul 17, 2024
-New module cldrDashContext.mjs, mostly code moved from cldrGui.mjs

-Encapsulate some constant strings such as OPEN_DASH_BUTTON_CLASS

-Rename cldrDash.mjs to cldrDashData.mjs for clarity

-Rename TestCldrDash.mjs to TestCldrDashData.mjs

-Remove unused parameter tr from cldrTable.getSingleRowUrl

-Remove some debugging console.log calls from DashboardWidget.vue

-Comments
@jira-pull-request-webhook
Copy link

Hooray! The files in the branch are the same across the force-push. 😃

~ Your Friendly Jira-GitHub PR Checker Bot

@btangmu btangmu marked this pull request as ready for review July 19, 2024 15:02
@btangmu btangmu requested a review from srl295 July 19, 2024 15:02
import * as cldrNotify from "./cldrNotify.mjs";
import * as cldrVue from "./cldrVue.mjs";

import DashboardWidget from "../views/DashboardWidget.vue";
Copy link
Member

Choose a reason for hiding this comment

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

this is a new structure for the esm dir..

@@ -14,17 +14,13 @@ import * as cldrStatus from "./cldrStatus.mjs";
import * as cldrSurvey from "./cldrSurvey.mjs";
import * as cldrVue from "./cldrVue.mjs";

import DashboardWidget from "../views/DashboardWidget.vue";
Copy link
Member

Choose a reason for hiding this comment

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

ok, not new!

@btangmu btangmu merged commit 63c30e8 into unicode-org:main Jul 23, 2024
13 checks passed
@btangmu btangmu deleted the t16844_d branch July 23, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants