feat: analytics for course creation journey

This commit is contained in:
Jannat Patel
2023-05-11 15:29:11 +05:30
parent c760fd5776
commit 1e610f7fbb
7 changed files with 16 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
frappe.ready(() => {
frappe.telemetry.capture("on_course_creation_page", "lms");
$(".tags").click((e) => {
e.preventDefault();
$("#tags-input").focus();

View File

@@ -1,4 +1,5 @@
frappe.ready(() => {
frappe.telemetry.capture("on_course_outline_page", "lms");
$(".btn-add-chapter").click((e) => {
show_chapter_modal(e);
});