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.
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.