TUM-Dev / gocast

TUMs lecture streaming service.
https://live.rbg.tum.de/
MIT License
180 stars 42 forks source link

Feature/add lecture time change #1168

Open mono424 opened 10 months ago

mono424 commented 10 months ago

Motivation and Context

No possibility to change date and time of a lecture.

Description

Steps for Testing

Prerequisites:

  1. Log in
  2. Navigate to a Course Management Page
  3. Change Date Time of a Lecture
  4. Reload Page
  5. Check if Time Date is still changed
  6. Check if other settings can be changed too.

Screenshots

https://github.com/TUM-Dev/gocast/assets/17506411/8aeb079d-7fa6-4130-b1b3-127d210f9fa1

Bildschirmfoto 2023-09-27 um 22 03 55

github-actions[bot] commented 10 months ago

Your Testserver will be ready at https://1168.test.live.mm.rbg.tum.de in a few minutes.

Logins | Kurs1 | Kurs2 | Kurs3 | Kurs4 | | ---------------------------------------- | ------------------------- | ------------------------- | ------------------------- | | public | public | loggedin | enrolled | | prof1 | prof1 | prof2 | prof1
prof2 | | student1
student2
student3 | student1
student2 | student2
student3 | student1
student2 |
joschahenningsen commented 10 months ago

@mono424 thanks! Do you have time to resolve the conflicts?

mono424 commented 10 months ago

@mono424 thanks! Do you have time to resolve the conflicts?

Sure currently not at a computer but will do today!

mono424 commented 10 months ago

@mono424 thanks! Do you have time to resolve the conflicts?

Merged and also fixed an issue: On metadata chagnes I have sent the different requests in parallel resulting in the backend overwriting the changes other changes because it loads the model first and writes then the updated model for some reason. Now making it in one after another :)

mono424 commented 10 months ago

@mono424 thanks! Do you have time to resolve the conflicts?

Merged and also fixed an issue: On metadata chagnes I have sent the different requests in parallel resulting in the backend overwriting the changes other changes because it loads the model first and writes then the updated model for some reason. Now making it in one after another :)

mono424 commented 9 months ago

@joschahenningsen Any update on this ? :)