anushibin007 / room-inator

Cool static page to list room details
https://anushibin007.github.io/room-inator/
0 stars 3 forks source link

Separate JSON files for buildings #3

Closed anushibin007 closed 5 months ago

anushibin007 commented 6 months ago
[
    {
        "id": "ind-hyd-southbuilding",
        "c": "India",
        "l": "Hyderabad",
        "b": "South Building",
        "i": [
            "https://picsum.photos/1024/1024",
            "https://picsum.photos/1024/1024",
            "https://picsum.photos/1024/1024",
            "https://picsum.photos/1024/1024"
        ],
        "d": "./RoomsDB.json"
    }
]
{
        "id": "meeting-room-1",
        "f": 3,
        "n": "Meeting Room 1",
        "s": 10,
        "i": [
            "https://picsum.photos/1024/1024",
            "https://picsum.photos/1024/1024",
            "https://picsum.photos/1024/1024",
            "https://picsum.photos/1024/1024"
        ],
        "wb": false,
        "pr": false,
        "di": ["Enter Floor 3", "The first room to your left is Meeting Room 1"]
    }
anushibin007 commented 5 months ago

CLOSED: We are having a dedicated backend that runs SQL queries and returns responses over REST. So, we don't need to maintain these separate JSON files anymore.