diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9115011 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Dependencies +node_modules/ + +# Build output +dist/ +build/ + +# Logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Environment variables +.env +.env.local +.env.*.local + +# IDE/editor settings +.vscode/ +.idea/ +.DS_Store +Thumbs.db diff --git a/index.html b/index.html new file mode 100644 index 0000000..d27f1dd --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + +
+ + +See what's happening today at Acme Corp
+{deadline.title}
+{deadline.type}
+{deadline.dueTime}
+{item.content}
+{editingEmployee.programme}
+{editingEmployee.course}
+ {editingEmployee.progress !== undefined && ( + + )} +Interactive chart would be rendered here
++ Line/Bar chart showing enrolments, completions, and assessments over time +
++ Submissions are reviewed by KLC Super-Admins before appearing publicly. + +
+Organisation profile settings would be displayed here
+Billing and subscription management would be displayed here
+Roles and permissions management would be displayed here
+