Skip to content

feat(Application): Change "component" to "activity"#2276

Open
hirokiterashima wants to merge 1 commit intodevelopfrom
rename-component-to-activity-in-ui
Open

feat(Application): Change "component" to "activity"#2276
hirokiterashima wants to merge 1 commit intodevelopfrom
rename-component-to-activity-in-ui

Conversation

@hirokiterashima
Copy link
Member

@hirokiterashima hirokiterashima commented Feb 25, 2026

To make our UI more user-friendly, we're moving away from using the term "component", and replacing it with "activity". These changes are mostly in the authoring tool.

Examples of changes:

  • "add component" -> "add activity"
  • "component width" -> "activity width"
  • "connected components" -> "connected activities"

Changes

  • Change instances of "component" to "activity" and "components" to "activities", while keeping the letter-casing (e.g., Component -> Activity)
  • Note that the code still uses the term "component" everywhere (e.g. node.addComponent())

Test

  • Make sure that you don't see the term "component" anywhere as a teacher and student. Test the authoring tool in particular, because this was where it was heavily used.

@hirokiterashima hirokiterashima self-assigned this Feb 25, 2026
@hirokiterashima hirokiterashima added the enhancement New feature of any size or improvement (UI, performance, security) label Feb 25, 2026
@hirokiterashima hirokiterashima changed the title feat(Application): Rename "component" to "acitivty" feat(Application): Rename "component" to "activity" Feb 25, 2026
@qltysh
Copy link

qltysh bot commented Feb 25, 2026

Qlty

Coverage Impact

Unable to calculate total coverage change because base branch coverage was not found.

Modified Files with Diff Coverage (6)

RatingFile% DiffUncovered Line #s
New file Coverage rating: B
...-components/edit-concept-map-connected-components.component.ts100.0%
New file Coverage rating: F
...ingTool/milestones-authoring/milestones-authoring.component.ts100.0%
New file Coverage rating: F
.../authoringTool/node/node-authoring/node-authoring.component.ts100.0%
New file Coverage rating: A
...ponents/edit-multiple-choice-connected-components.component.ts100.0%
New file Coverage rating: A
...nected-components/edit-match-connected-components.component.ts100.0%
New file Coverage rating: A
...ol/node/add-component-button/add-component-button.component.ts100.0%
Total100.0%
🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@hirokiterashima hirokiterashima marked this pull request as ready for review February 25, 2026 17:32
@hirokiterashima hirokiterashima changed the title feat(Application): Rename "component" to "activity" feat(Application): Change "component" to "activity" Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature of any size or improvement (UI, performance, security)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant