Release v2.0.0-beta.1
Pre-release
Pre-release
·
40 commits
to main
since this release
Geo50x is now Geofinder and accessible via https://geofinder.io.
NOTE: New player registration is disabled. The website is currently for testing and educational purposes only.
New Features
- GAMEPLAY
- The answer key of a location is no longer a point coordinate but a polygon drawn around the building proper. So validating a player submission is now done by determining if their "point click" is inside the polygon.
- For incorrect submissions, distance is now calculated from the "point click" to the nearest edge of the polygon.
- DATABASE
- Migrated from SQLite to Postgres to take advantage of PostGIS functionalities, including the ability to work with shapefiles.
- PLAYER PROFILE
- Provides basic profile info
- Provides basic aggregate data on player's search results
- Provides UI for player to change their nickname, country and password
- ADMIN UI
- User Management
- Provides basic aggregate data on all players
- Provides UI to edit nickname, country and password of any player (all other user management are still done directly on the database)
- Locations Management
- Provides playability status for all locations
- Provides UI to create/update a location's answer key as a GIS shapefile
- User Management