codepath17-g7 / chatspot

1 stars 2 forks source link

Add radius to each node #14

Open roostertech opened 7 years ago

roostertech commented 7 years ago

User would only auto join (around me) to a node within the radius

hakeemsyd commented 7 years ago

@roostertech we don't need to do this given that we have longitude and latitude. I added geodist library in backend code which lets you calculate distance.

roostertech commented 7 years ago

The idea is each node might have vary-ing radius of influence. Such as local grocery store, or a stadium. User should only join the room once they enter that radius.

hakeemsyd commented 7 years ago

user joins the closest place according to what we discussed before. i think we are adding complexity here without much value, unless this unlocks some new feature, i would vote not doing this.