aidandagnall / lab_monitor_client

MIT License
19 stars 1 forks source link

Move room image to server #25

Open aidandagnall opened 2 years ago

aidandagnall commented 2 years ago

Is your feature request related to a problem? Please describe. Currently the A32 image is hard-coded. This means we can't extend easily to other images, rooms, etc.

Describe the solution you'd like The server could provide a URL to an image, provided in the RoomDTO. This means a new update wouldn't need to be pushed for new room images, and allows people to turn on or off images for different rooms.

Describe alternatives you've considered Could alternatively store images locally, but this makes it less extendable to other buildings/rooms/campuses etc.