Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Important: When completing a frontend migration, please update the below list re

### SUMMARY:

Choose a reason for hiding this comment

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

The SUMMARY has two “components migrated” counts. Could we label each count with the branch/context (e.g., “9.x:” vs “10.0.x:”) so readers don’t have to infer what 89/183 vs 125/185 refers to?

Copy link
Author

Choose a reason for hiding this comment

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

Hi @rubalpreet-singh-123, I'm unable to replicate the two counts you mentioned. Could you have been reviewing the file in 'diff' mode, displaying the previous code and current in the same view? This is what displays for me rendered.
image

and view as diff:
image


- `89 / 183` components migrated
- `19` components no longer in the doubtfire-lms/9.x branch
- `125 / 185` components migrated

- `21` components no longer in the doubtfire-lms/9.x branch

### NO LONGER IN doubtfire-lms/9.x

Expand All @@ -41,6 +42,7 @@ Important: When completing a frontend migration, please update the below list re
- [x] ./src/app/common/modals/progress-modal/progress-modal.coffee
- [x] ./src/app/errors/states/not-found/not-found.coffee
- [x] ./src/app/groups/tutor-group-manager/tutor-group-manager.coffee

Choose a reason for hiding this comment

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

This component seems to be duplicated in same section. Could you take a look at this and remove one of them for consistency?

Copy link
Author

Choose a reason for hiding this comment

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

@mannat2634 Great catch thanks! I've removed the duplicate.

- [x] ./src/app/common/services/media-service.coffee

### MIGRATED:

Expand Down Expand Up @@ -157,17 +159,6 @@ Important: When completing a frontend migration, please update the below list re
- [x] ./src/app/projects/states/tutorials/tutorials.coffee
- [x] ./src/app/admin/modals/modals.coffee
- [x] ./src/app/common/services/date-service.coffee
- [ ] ./src/app/tasks/task-ilo-alignment/modals/task-ilo-alignment-modal/task-ilo-alignment-modal.coffee (Removed in 10.0.x)
- [ ] ./src/app/tasks/task-ilo-alignment/modals/task-ilo-alignment.coffee (Removed in 10.0.x)
- [ ] ./src/app/tasks/task-ilo-alignment/task-ilo-alignment-editor/task-ilo-alignment-editor.coffee (Removed in 10.0.x)
- [ ] ./src/app/tasks/task-ilo-alignment/task-ilo-alignment-rater/task-ilo-alignment-rater.coffee (Removed in 10.0.x)
- [ ] ./src/app/tasks/task-ilo-alignment/task-ilo-alignment-viewer/task-ilo-alignment-viewer.coffee (Removed in 10.0.x)
- [ ] ./src/app/tasks/task-ilo-alignment/task-ilo-alignment.coffee (Removed in 10.0.x)
- [ ] ./src/app/projects/project-outcome-alignment/project-outcome-alignment.coffee (Removed in 10.0.x)
- [ ] ./src/app/units/modals/unit-ilo-edit-modal/unit-ilo-edit-modal.coffee (Removed in 10.0.x)
- [ ] ./src/app/units/states/edit/directives/unit-ilo-editor/unit-ilo-editor.coffee (Removed in 10.0.x)
- [ ] ./src/app/projects/states/outcomes/outcomes.coffee (Removed in 10.0.x)
- [ ] ./src/app/projects/states/portfolio/directives/portfolio-tasks-step/portfolio-tasks-step.coffee (Removed in 10.0.x)
- [x] ./src/app/units/states/rollover/directives/directives.coffee
- [x] ./src/app/units/states/rollover/directives/unit-dates-selector/unit-dates-selector.coffee
- [x] ./src/app/units/states/rollover/rollover.coffee
Expand All @@ -179,6 +170,21 @@ Important: When completing a frontend migration, please update the below list re
- [ ] ./src/app/visualisations/alignment-bullet-chart.coffee (ILO Alignments removed)
- [x] ./src/app/groups/group-member-contribution-assigner/group-member-contribution-assigner.coffee
- [x] ./src/app/groups/groups.coffee
- [x] ./src/app/projects/states/dashboard/directives/progress-dashboard/progress-dashboard.coffee (9.x)

Choose a reason for hiding this comment

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

For better consistency, should we standardize the use of branch/version tags for components that have been fully migrated? Like we have some clear tags (Removed in 10.0.x) but some ambigious (9.x). Like, what does the version name mean? We see (IN 10.0.x) and (9.x) used, but no clarification on what the absence of a tag implies (e.g., is it a new, non-migrated file, or a fully refactored one?).

Since this list is primarily about migration status, a clearer, consistent rule for these inline notes would be helpful for future updates.

Copy link
Author

Choose a reason for hiding this comment

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

@mannat2634 Thanks that makes sense, I've removed the 9.x reference as suggested to avoid the ambiguity.

Choose a reason for hiding this comment

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

@mannat2634 Thanks that makes sense, I've removed the 9.x reference as suggested to avoid the ambiguity.

Thanks for quick fixes. Changes seem fine to me. I don't find any further comments/improvements on this.
Thank you!


### TO REMOVE IN 10.0.x

- [ ] ./src/app/projects/project-outcome-alignment/project-outcome-alignment.coffee (Removed in 10.0.x)
- [ ] ./src/app/projects/states/outcomes/outcomes.coffee
- [ ] ./src/app/projects/states/portfolio/directives/portfolio-tasks-step/portfolio-tasks-step.coffee
- [ ] ./src/app/tasks/task-ilo-alignment/modals/task-ilo-alignment.coffee (Removed in 10.0.x)
- [ ] ./src/app/tasks/task-ilo-alignment/modals/task-ilo-alignment-modal/task-ilo-alignment-modal.coffee (Removed in 10.0.x)
- [ ] ./src/app/tasks/task-ilo-alignment/task-ilo-alignment.coffee (Removed in 10.0.x)
- [ ] ./src/app/tasks/task-ilo-alignment/task-ilo-alignment-editor/task-ilo-alignment-editor.coffee (Removed in 10.0.x)
- [ ] ./src/app/tasks/task-ilo-alignment/task-ilo-alignment-rater/task-ilo-alignment-rater.coffee (Removed in 10.0.x)
- [ ] ./src/app/tasks/task-ilo-alignment/task-ilo-alignment-viewer/task-ilo-alignment-viewer.coffee (Removed in 10.0.x)
- [ ] ./src/app/units/modals/unit-ilo-edit-modal/unit-ilo-edit-modal.coffee (Removed in 10.0.x)
- [ ] ./src/app/units/states/edit/directives/unit-ilo-editor/unit-ilo-editor.coffee (Removed in 10.0.x)

### TODO:

Expand All @@ -189,7 +195,6 @@ Important: When completing a frontend migration, please update the below list re
- [ ] ./src/app/common/modals/modals.coffee
- [ ] ./src/app/common/services/analytics-service.coffee
- [ ] ./src/app/common/services/listener-service.coffee
- [ ] ./src/app/common/services/media-service.coffee
- [ ] ./src/app/common/services/outcome-service.coffee
- [ ] ./src/app/common/services/recorder-service.coffee
- [ ] ./src/app/common/services/services.coffee
Expand All @@ -205,7 +210,6 @@ Important: When completing a frontend migration, please update the below list re
- [ ] ./src/app/projects/projects.coffee
- [ ] ./src/app/projects/states/dashboard/dashboard.coffee
- [ ] ./src/app/projects/states/dashboard/directives/directives.coffee
- [ ] ./src/app/projects/states/dashboard/directives/progress-dashboard/progress-dashboard.coffee
- [ ] ./src/app/projects/states/dashboard/directives/task-dashboard/task-dashboard.coffee
- [ ] ./src/app/projects/states/feedback/feedback.coffee
- [ ] ./src/app/projects/states/groups/groups.coffee (State only -> "project-groups")
Expand Down