Enhance logging with student details in evaluation

Updated `iterateOverDashboardTable.js` to include student name and ID in log output. Added functions in `evaluateStartPakket.js` to fetch student name and ID from specified selectors. Adjusted `.gitignore` to exclude `.idea` directory.
This commit is contained in:
bdaneels
2024-12-03 15:16:45 +01:00
parent 05a1b85801
commit 6c7aa018cd
5 changed files with 59 additions and 4 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules
vars.js
.idea
.idea
*.xlsx