fix: ui improvements in batch feedback and evaluator slots

This commit is contained in:
Jannat Patel
2026-03-26 15:59:02 +05:30
parent 71c13d634c
commit 5b50701b3b
5 changed files with 65 additions and 22 deletions
+2 -1
View File
@@ -335,7 +335,8 @@ def get_evaluator_details(evaluator: str):
doc = frappe.new_doc("Course Evaluator")
doc.evaluator = evaluator
doc.insert()
for slot in doc.schedule:
print(slot.start_time, slot.end_time)
return {
"slots": doc.as_dict(),
"calendar": calendar.name,