Migrate the project-tasks-list component from CoffeeScript and Angular.js to TypeScript and Angular. The component is used to display the tasks associated with a student's project. The action can be performed under aconvenor and aadmin account privileges.
How Has This Been Tested?
First, log in as aconvenor.
Under the Administration section, select Portfolios.
After choosing a specific portfolio of a student, select the View Progress tab.
In that, there is a list of unit tasks under Tasks List.
Before:
After:
Testing Checklist:
[x] Tested in latest Chrome
[x] Tested in latest Safari
[x] Tested in latest Firefox
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code in hard-to-understand areas
[x] I have made corresponding changes to the documentation
Description
Migrate the
project-tasks-list
component from CoffeeScript and Angular.js to TypeScript and Angular. The component is used to display the tasks associated with a student's project. The action can be performed underaconvenor
andaadmin
account privileges.How Has This Been Tested?
aconvenor
.Before:
After:
Testing Checklist:
Checklist: