mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-08-07 04:09:17 +02:00
feat:#22 refactor to cache room schedule and webworker config
This commit is contained in:
@@ -29,6 +29,7 @@ type RoomOccupancy struct {
|
||||
|
||||
type RoomOccupancyList struct {
|
||||
Start time.Time `bson:"start"`
|
||||
Updated time.Time `bson:"updated"`
|
||||
Granularity int `bson:"granularity"`
|
||||
Blocks int `bson:"blocks"`
|
||||
Rooms []RoomOccupancy `bson:"rooms"`
|
||||
|
Reference in New Issue
Block a user