4b3204d2f4b2b390a0cff3302cb7e1b560237431
Build and Publish Docker Container / build (push) Successful in 5m29s
This update enhances tracking functionality. It adds the ability to track time spent 'catching up' on lectures, with distinctions made within the controllers and views to handle these new 'catch-up' entries. Also implemented a flexible match for lecture titles to include various forms such as 'Lecture 1', 'Lecture 1: Prep' and the 'Catch-up'.
Lecture Attendance Management System
Alterations
Continuum Mechanics
continuum_mechanics = Course.find(nil)
continuum_mechanics.import_from_calendar!
continuum_mechanics.lectures.filter { |lecture| lecture.start_time.monday? }.map {|lecture| lecture.update!(kind: Lecture.kinds[:problems_class]) }
continuum_mechanics.lectures.find_by(start_time: '2023-10-02 08:15:00.000000').destroy!
continuum_mechanics.renumber_lectures!
Languages
Ruby
75.4%
HTML
17.8%
Dockerfile
2%
JavaScript
1.8%
CSS
1.7%
Other
1.3%