lecture-attendance-manager/app/helpers
Joshua Coles a0918ce011 Add total lecture time and improve time representation
In the attendance tracker view, the total times for preparation, in lecture, and review have been humanized for better readability. Also, total time spent on lectures for each week has been included for a quicker overview. A helper method 'humanise_duration' has been added in application helper to convert time into a more readable format. Changes have been done in 'lecture' model for calculation of total time.
2023-10-06 22:38:48 +01:00
..
application_helper.rb Add total lecture time and improve time representation 2023-10-06 22:38:48 +01:00
attendance_tracker_helper.rb Add controller 2023-09-29 17:50:55 +01:00
lecture_helper.rb Add ability to start lecture and redirect to recorded content. 2023-10-04 15:00:23 +01:00