Skip to content

Commit

Permalink
removed an old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Matthis committed Jun 28, 2024
1 parent 6d2b6a9 commit 2363064
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,6 @@ var config = null;
var calendar = updateCalendar();
var is_active = null;

/**
* [ ] Task A: Updating the textbox
* [ ] A1: Fetch the calendar from the correct Endpoint
* [ ] A2: Parse the calendar according to the capturing status (either start or end date)
* [ ] A3: Set the correct time remaining until end/next
* [ ] Task B: Retrieving the authentication details, the agent and the url --> Backend
* [ ] B1: read & parse yaml (?) Or is there a better way to do things?
* [ ] B2: make a request with fetch
* [x] Task C: Update the Calendar every two minutes (or something like that), not every 2 seconds
* [ ] Task D:
*
*
* Kommentare von Lars:
* - Falls in der nächsten (Viertel-)Stunde startet, so und so viel Minuten sonst einfach mit Datum
* - YAML im Backend auslesen und Opencast anfragen (alle 5 Minuten oder so)
* - Aus boolean ein json objekt machen ? Sonst zweiten Endpunkt machen
* - Statusfeld etwas nach oben verschieben, damit Display besser aussieht --> bessere Verteilung
*/

/**
* Load configuration and initialize timer
*/
Expand Down

0 comments on commit 2363064

Please sign in to comment.