WSU-4110 / LAN-party-frontend

Frontend repo for the LAN party app
0 stars 0 forks source link

FR1. Find parties #1

Open BetOnJeanette opened 3 years ago

BetOnJeanette commented 3 years ago

FR1. Find parties

Goal: user interface will allow gamers to see upcoming events and register for them based on their location.

Stakeholders: Gamers / Event organizers

Gamers can look at the map and list interface for upcoming events, based on either their GPS location. Or based on a location they specify (they might be travelling for the event). The gamer should be able to also register for the event quickly when they find one they are interested in.

Origin: The entire point for the app is to bring gamers together so they can play, this is just our best idea in terms of user interface to facilitate it easily.

Version: 1.0 | Date: 09/11/2019 | Priority: 1

ThaddG commented 3 years ago

Upon further inspection and with a better understanding of what we're working with and how efficient we are with our schedules, I think it would be best to move this to sprint 2.

ThaddG commented 3 years ago

So, since this is a LAN app, we'll have to filter out the events to a certain mile radius or something similar. I have the party form sending latitude and longitude to the database so maybe we can implement a geofence. That sounds like the way to go unless we find something simpler.

codemonkeman commented 3 years ago

We should focus on one search metric for the current sprint (2) like the GPS location, until we really figure out how the DB is gonna handle other metadata on the events like the games and number of competitors.