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

chore(Authoring): Convert project authoring to Angular #1371

Merged
merged 6 commits into from
Jul 31, 2023

Conversation

geoffreykwan
Copy link
Member

@geoffreykwan geoffreykwan commented Jul 28, 2023

Changes

Converted project authoring to Angular.

Test

Make sure everything in the project authoring still works including but not limited to

  • Styling
  • All the different views
  • Adding activities and steps
  • Moving activities and steps
  • The step editing view
  • The step editing advanced views
  • When in the step editing view, change step using forward and back buttons as well as the step drop down

Closes #1366

@geoffreykwan geoffreykwan self-assigned this Jul 28, 2023
@geoffreykwan geoffreykwan marked this pull request as ready for review July 28, 2023 22:30
Copy link
Member

@hirokiterashima hirokiterashima left a comment

Choose a reason for hiding this comment

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

Functionality seems to work as before. I have some comments:

  1. import-step/choose-location page (used when choosing the location for an imported step, automated assessment or interactive simulation) seems to have lost the indentation for the steps?
Screenshot 2023-07-31 at 9 13 39 AM
  1. Add private/protected modifiers for ProjectAuthoringComponent class variables?

  2. See inline comments

Comment on lines 62 to 68
private ConfigService: ConfigService,
private CopyNodesService: CopyNodesService,
private DeleteNodeService: DeleteNodeService,
private MoveNodesService: MoveNodesService,
private ProjectService: TeacherProjectService,
private TeacherDataService: TeacherDataService
) {
this.$translate = $filter('translate');
}

$onInit() {
this.items = this.ProjectService.idToOrder;
private TeacherDataService: TeacherDataService,
private upgrade: UpgradeModule
Copy link
Member

Choose a reason for hiding this comment

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

Lower case variable names, change TeacherDataServicer to dataService?

@geoffreykwan geoffreykwan merged commit 322b4ff into develop Jul 31, 2023
1 of 2 checks passed
@geoffreykwan geoffreykwan deleted the issue-1366-convert-project-authoring branch July 31, 2023 22:26
@hirokiterashima
Copy link
Member

🎉 This PR is included in version 5.107.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

chore(Authoring): Convert ProjectAuthoringComponent to Angular
2 participants