[Card] Research/test schedule card #112

Closed
opened 2026-04-02 08:00:28 +00:00 by a24vinla · 4 comments
Collaborator

Please document all findings for future discussion
Parent Issues: #106 #27

Please document all findings for future discussion Parent Issues: #106 #27
Collaborator

Should the card be clickable and redirect to a side with more detailed information about the schedule?

Should the card be clickable and redirect to a side with more detailed information about the schedule?
Collaborator
[json data from timeedit](https://cloud.timeedit.net/his/web/pss/schedule/schema.json?i=601v5X1667Z0QY64Q1555XZ40W016X630040Yy867YYQ8g42Y2X5427Q7)
Collaborator

structure for each scheduled event. Following is a json example.

{"id":"323627","startdate":"2026-04-10","starttime":"08:15","enddate":"2026-04-10","endtime":"17:00","columns":["E104","Projekt i software engineering G1F, 15hp","","DVSUG24h","","Övrigt","Projektarbete"]},

Important the in the beginning of the JSON file following data occurs.

{"columnheaders":["Lokal","Kursbenämning","Grupp","Program","Lärare","Undervisning/aktivitet, Tentamenstyp","Kommentar"],"info":{"reservationlimit":1000,"reservationcount":64},"reservations":[

When working with the data this needs to be taken in to consideration.

Each "event"/Lecture is encapsulated by

 { }. 

Structure of specific information:

 "Titel":"Value",  

Example

"startdate":"2026-04-17",
structure for each scheduled event. Following is a json example. ```JSON {"id":"323627","startdate":"2026-04-10","starttime":"08:15","enddate":"2026-04-10","endtime":"17:00","columns":["E104","Projekt i software engineering G1F, 15hp","","DVSUG24h","","Övrigt","Projektarbete"]}, ``` **Important** the in the beginning of the JSON file following data occurs. ```JSON {"columnheaders":["Lokal","Kursbenämning","Grupp","Program","Lärare","Undervisning/aktivitet, Tentamenstyp","Kommentar"],"info":{"reservationlimit":1000,"reservationcount":64},"reservations":[ ``` When working with the data this needs to be taken in to consideration. Each "event"/Lecture is encapsulated by ```JSON { }. ``` Structure of specific information: ```JSON "Titel":"Value", ``` Example ```JSON "startdate":"2026-04-17", ```
Collaborator

Pull request done

Pull request done
a22erigr referenced this issue from a commit 2026-04-03 09:36:57 +00:00
b25marem referenced this issue from a commit 2026-05-15 08:55:59 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#112
No description provided.