-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add optional place labels and logo
- Loading branch information
Showing
7 changed files
with
97 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,31 @@ | ||
[ | ||
{ | ||
"building": "Your Building Name", | ||
"building_code": "Your Building Code", | ||
"building_status": "available", | ||
"coords": [0, 0], | ||
"distance": 0, | ||
"distance_unit": "mi", | ||
"rooms": [ | ||
{ | ||
"roomNumber": "Your Room Number", | ||
"slots": [ | ||
{ | ||
"EndTime": "Your End Time", | ||
"StartTime": "Your Start Time", | ||
"Status": "Your Status" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
{ | ||
"logo": "**Optional** Your Logo URL", | ||
"data": [ | ||
{ | ||
"building": "Your Building Name", | ||
"building_code": "Your Building Code", | ||
"building_status": "available", | ||
"coords": [0, 0], | ||
"distance": 0, | ||
"distance_unit": "mi", | ||
"labels": [ | ||
{ | ||
"label": "Your Label", | ||
"color": "**Optional** Your Color (HEX VALUE)" | ||
} | ||
], | ||
"rooms": [ | ||
{ | ||
"roomNumber": "Your Room Number", | ||
"slots": [ | ||
{ | ||
"EndTime": "Your End Time", | ||
"StartTime": "Your Start Time", | ||
"Status": "Your Status" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "./map.types"; | ||
export * from "./map.types"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters