Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Knowing where your friend is on the campus #4

Open
peey opened this issue Dec 27, 2018 · 1 comment
Open

Problem: Knowing where your friend is on the campus #4

peey opened this issue Dec 27, 2018 · 1 comment
Labels

Comments

@peey
Copy link
Contributor

peey commented Dec 27, 2018

Description: People want to mutually share their approximate location in campus, if you're in campus, with someone. This could a problem because often you want to contact someone urgently and you don't know if they're in a class, a meeting or sleeping.

Challenges:

  • Privacy is a big concern. It should be addressed by giving the user a lot of control.
    • You should be able to control granularity of the location (precise gps point vs lecture hall vs building)
    • You should be able to control who you're sharing with
    • You should be able to turn off sharing guilt-free. For instance, if there's no difference between phone being turned off and explicitly turning off sharing then that's good, if your status indicator screams that you've explicitly turned off sharing then that's bad.
  • Apart from what users of the app can and can't do, since location is sensitive data, the app itself must be secure. User data should be protected. You shouldn't be storing more than you have to at the server.
  • Battery life is a big concern. If your app requires GPS to be turned on all the time, it may not be used.

Potential Ideas:

  • @shwetankshrey wanted to make something resembling Marauder's Map
  • Some people had the idea of using the WiFi access point to determine where you are in the campus.

Known Ideas / Implementations:

  • None

Resources:

  • None
@peey peey changed the title Problem: Knowing where your friend is in the campus Problem: Knowing where your friend is on the campus Dec 27, 2018
@peey peey added the problem label Dec 27, 2018
@CrypticGuy
Copy link

CrypticGuy commented Jan 15, 2019

IT Helpdesk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants