Week 8: Station Detection and Displaying Data

March 30, 2025

Thoughts of the week

This week, I finished implementing the data displayed when a user is within range of a beacon. The logic is if the beacon threshold is never met, don't let the user have a button to click on. If the user gets in range, but then walks away, gray the button out, but don't let them click on it. If the user is in range and the threshold is met, let them view the workouts at the beacon.

Images

beacon in range
A beacon in range.
beacons data
Clicked on viewing the stations data.
a beacon has been visited
A beacon has been visited before, but not in range.

Next Steps

Start implementing loading the data in from the MongoDB database.