joshuacoles
090ffe93ca
And lang en
Build and Publish Docker Container / build (push) Successful in 5m1s
2024-04-09 17:14:13 +01:00
joshuacoles
3d88280f34
Anddddd fix the method itself
Build and Publish Docker Container / build (push) Failing after 31m25s
2024-02-07 11:22:02 +00:00
joshuacoles
19f6c65442
Always show the redo toggl entries button
Build and Publish Docker Container / build (push) Successful in 5m47s
2024-02-07 11:16:58 +00:00
joshuacoles
4b3204d2f4
Implement catch-up tracking feature
...
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'.
2024-02-07 10:46:47 +00:00
joshuacoles
351694df12
Allow for scraping toggl entries for specific courses only, change default to be active courses and add a new action to allow manual re-scraping in the case of errors.
Build and Publish Docker Container / build (push) Successful in 5m49s
2024-02-07 10:08:01 +00:00
joshuacoles
3f4d630ce2
A few style changes
Build and Publish Docker Container / build (push) Successful in 6m0s
2024-02-05 09:53:47 +00:00
joshuacoles
8f797fe919
Okay just back away from turbo for a bit, I think there was too much
Build and Publish Docker Container / build (push) Successful in 5m22s
2024-02-04 20:46:33 +00:00
joshuacoles
b4b6976cb3
Attempt to make turbo frames work now
Build and Publish Docker Container / build (push) Successful in 5m29s
2024-02-04 20:04:21 +00:00
joshuacoles
e5efd3de75
Remove accidental testing usage of tomorrow
2024-02-04 20:01:15 +00:00
joshuacoles
eceaf91539
Align gaps in header and body, maybe worth combining these grids as some point
2024-02-04 20:00:31 +00:00
joshuacoles
bb7f0a824d
Remove table view from _lecture partial
2024-02-04 19:57:16 +00:00
joshuacoles
c1c7342497
Transition entirely to div version
2024-02-04 19:55:13 +00:00
joshuacoles
ab43d0f7a0
Update lecture view and attendance tracker styling
2024-02-04 19:45:53 +00:00
joshuacoles
39554fb176
Update date parameters and simplify broadcast call
2024-02-04 19:43:43 +00:00
joshuacoles
af3f2ca39d
Add note to look at better method for date to string conversion
2024-02-04 17:41:37 +00:00
joshuacoles
2926cfdbea
Add toggl refetch on loading a page and start to make active cable work
2024-02-04 17:40:09 +00:00
joshuacoles
6e85c4103a
Disable panopto scraping for now
2024-02-04 17:37:30 +00:00
joshuacoles
bee3984a35
Fix issue missing lecture when calling checkin
2024-02-04 17:36:39 +00:00
joshuacoles
28c3fd27be
Move to local toggl-portal to work around bug, also improve error handling and add the two missing sigs
2024-02-04 17:36:13 +00:00
joshuacoles
4c2272b1f0
Fix regression in lecture ordering, add time of lecture on hover, fix lecture duration using hours instead of minutes
...
Build and Publish Docker Container / build (push) Successful in 5m44s
The update includes modifications in the lectures' order by start_time in course model. The lecture duration is now correctly calculated by minutes instead of hours. Additionally, in the lecture view, an online indicator is added for each lecture and popover is implemented to show the lecture start and end times..
2024-02-04 15:37:56 +00:00
joshuacoles
f81005408e
Add functionality to set default live video URL
...
Build and Publish Docker Container / build (push) Successful in 6m21s
A new method has been added to the `CoursesController` which allows admins to fill default live video URLs for online lectures that don't have one. This feature is accessible via a button on the courses admin page. The routing for this new action has also been set up.
2024-02-04 15:14:38 +00:00
joshuacoles
c97041597b
Add renumber lectures button
2024-02-04 15:05:12 +00:00
joshuacoles
0a6a68b519
Add the ability to put actions at the bottom of the show page in administrate
2024-02-04 14:53:22 +00:00
joshuacoles
d4aa63e66a
Add default_live_video_url to the course dashboard
2024-02-04 14:28:21 +00:00
joshuacoles
d5faecdd12
Fix the fill_in_default_live_video_url! method
2024-02-04 14:24:55 +00:00
joshuacoles
e8e143355d
Add online property and live video URL to lecture models, as well as a default value at the course level
2024-02-04 14:23:07 +00:00
joshuacoles
4238e4fe4e
Hide under-developed work items from the main screen
2024-02-04 14:07:03 +00:00
joshuacoles
f0b458f6a1
Improve event summary parsing in course model
...
This commit refines event summary parsing in the course model. Instead of splitting the summary, it uses regular expressions to extract the unit code and short lecture title more accurately. The update also includes better handling of events that don't match this format.
2024-02-04 14:03:13 +00:00
joshuacoles
4485624f79
Add archived to dashboard and change homepage to only show active (ie not archived) courses
2024-02-04 13:35:28 +00:00
joshuacoles
d5d30c96fd
A very messy overview page
Build and Publish Docker Container / build (push) Successful in 5m22s
2023-10-26 14:59:27 +01:00
joshuacoles
a0e526662b
Improve small scale styling a litle
Build and Publish Docker Container / build (push) Successful in 5m15s
2023-10-26 14:49:40 +01:00
joshuacoles
9d9d920eef
Extract lecture actions into its own partial and add course homepage link
2023-10-26 14:28:32 +01:00
joshuacoles
b0d134fabd
Add started text to table
2023-10-26 14:21:33 +01:00
joshuacoles
9c6dea41f1
Extract course table to partial
2023-10-26 12:06:06 +01:00
joshuacoles
9b57b7a646
Add course_focus view
Build and Publish Docker Container / build (push) Successful in 5m13s
2023-10-26 12:03:37 +01:00
joshuacoles
fa9d9d8936
Fix styling of the today table
Build and Publish Docker Container / build (push) Successful in 5m50s
2023-10-26 11:49:52 +01:00
joshuacoles
20cca634b3
Refactor lecture status icons into a partial
2023-10-24 15:11:09 +01:00
joshuacoles
67c9c96ce4
Remove redundant date column, improve sizing
2023-10-20 12:13:24 +01:00
joshuacoles
29638d80af
Remove heading duplication
2023-10-20 12:10:06 +01:00
joshuacoles
3fb897fc8b
MVP today view
Build and Publish Docker Container / build (push) Successful in 5m29s
2023-10-20 12:02:35 +01:00
joshuacoles
cdd8c963ca
Add today basic view
Build and Publish Docker Container / build (push) Successful in 5m59s
2023-10-16 12:19:00 +01:00
joshuacoles
c65136e8b3
Fix sort, how did this even work???
2023-10-16 12:17:38 +01:00
joshuacoles
9653423332
Add defined sort to the lectures index page
2023-10-12 09:58:23 +01:00
joshuacoles
0cb56424a1
Add a 5 minute period before a lecture where you can join
Build and Publish Docker Container / build (push) Successful in 5m46s
2023-10-12 09:40:59 +01:00
joshuacoles
ea8a7a7871
Improve work item dashboard
Build and Publish Docker Container / build (push) Successful in 5m59s
2023-10-09 10:36:55 +01:00
joshuacoles
d045257987
Fix dashboards
2023-10-08 18:52:28 +01:00
joshuacoles
45b5279792
Add homepage to course dashboard
2023-10-08 16:41:27 +01:00
joshuacoles
178559ac67
Add document links to dashboard
2023-10-08 16:40:46 +01:00
joshuacoles
3d078f215f
Add document links to work items
2023-10-08 16:40:16 +01:00
joshuacoles
f712837f91
Improve icons, add homepage links to courses
Build and Publish Docker Container / build (push) Successful in 5m28s
2023-10-08 16:38:40 +01:00