Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ dist/
.angulardoc.json
.nx
.idea
package-lock.json
package-lock.json
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A modern, lightweight learning management system.

SUMMARY:

73 / 132 components migrated
74 / 132 components migrated

MIGRATED:

Expand Down Expand Up @@ -91,7 +91,9 @@ MIGRATED:
- [x] ./src/app/common/services/alert.service.ts
- [x] ./src/app/sessions/states/sign-in/sign-in.component.ts
- [x] ./src/app/account/edit-profile/edit-profile.component.ts
- [x] ./src/app/groups/group-set-selector/group-set-selector.component.ts
- [x] ./src/app/admin/modals/create-unit-modal/create-unit-modal.coffee
- [x] ./src/app/common/services/date.service.ts

TODO:

Expand Down Expand Up @@ -164,7 +166,6 @@ TODO:
- [ ] ./src/app/groups/group-set-manager/group-set-manager.coffee
- [ ] ./src/app/groups/group-member-contribution-assigner/group-member-contribution-assigner.coffee
- [ ] ./src/app/groups/group-member-list/group-member-list.coffee
- [ ] ./src/app/groups/group-set-selector/group-set-selector.coffee
- [ ] ./src/app/groups/tutor-group-manager/tutor-group-manager.coffee
- [ ] ./src/app/groups/groups.coffee
- [ ] ./src/app/units/modals/unit-student-enrolment-modal/unit-student-enrolment-modal.coffee
Expand Down Expand Up @@ -209,7 +210,6 @@ TODO:
- [ ] ./src/app/common/file-uploader/file-uploader.coffee
- [ ] ./src/app/common/common.coffee
- [ ] ./src/app/common/services/grade-service.coffee
- [ ] ./src/app/common/services/date-service.coffee
- [ ] ./src/app/common/services/alert-service.coffee
- [ ] ./src/app/common/services/media-service.coffee
- [ ] ./src/app/common/services/recorder-service.coffee
Expand Down
Loading