-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(analytics): add analytics and xapi-reporter (#1196)
* feat(analytics): add reporter and analytics * test(data): add test data * test(h5proutes): increase timeout limit * ci(reporter): run npm ci for reporter-client * ci(reporter): fix workflow * deps(reporter): update package-lock.json * ci(build-win): fix reporter build * fix(htmlexport): add missing include-reporter-dialog * fix(launchpad): clicking on the card now opens the tool * fix(menu): display different menus for h5peditor and analytics * fix(analytics): use search for student names in placeholder * fix(analytics): display title & content type in list * fix(reporter): remove files from report-files * feat(reporter): include timestamp in xAPI statements * fix(analytics): show an error when importing data from different content * fix(client): add noreferrer to links * ci(reporter): build reporter-client * ci(reporter): remove reporter unit-test * fix(analytics): make search case insensitive * fix(analytics): show human readable library name in non-composed content * fix(analytics): blackout window after canceling import * fix(reporter): add padding to content * fix(reporter): handleSubmit when enter key is pressed * fix(analytics): allow file + multiple selection when importing analytic * chore(deps): update package lock
- Loading branch information
1 parent
1866bd8
commit daa02d2
Showing
258 changed files
with
39,860 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,9 @@ npm-debug.log* | |
build | ||
coverage | ||
dist | ||
data/ | ||
|
||
# libraries | ||
!test/build | ||
|
||
# vscode | ||
.vscode | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.