UTDallasEPICS / utd-oos-bottle-counter

2 stars 1 forks source link

Add Building onto Map UI #154

Closed mohammadmehrab closed 5 hours ago

mohammadmehrab commented 1 week ago

Currently, we have three hardcoded building points on our map. We also have a method that can retrieve all the unique buildings in our database.

However, when adding a new fountain with a new building (Ex: if you added a fountain in SCI), then it can't automatically add a new building point for SCI onto the map. This is because it doesn't have any coordinate information for the new building, since the user is never prompted to input any coordinate information.

This leads to an issue, where the fountains are in the database, but can't be seen on our map since their building doesn't have its own point.

This can be fixed in two ways:

I will implement the first solution, and the other solution can be a stretch goal for the future.