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

[FEAT] Download game information (specifically lat/lon of locations visited) #105

Closed
agausmann opened this issue Feb 18, 2021 · 2 comments · Fixed by #115
Closed

[FEAT] Download game information (specifically lat/lon of locations visited) #105

agausmann opened this issue Feb 18, 2021 · 2 comments · Fixed by #115
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Projects

Comments

@agausmann
Copy link

agausmann commented Feb 18, 2021

Is your feature request related to a problem? Please describe.

I think it would be cool to keep a history of the places I've "visited" via GeoGuess, so I can go back and visit them again.

Describe the solution you'd like

I want to keep a table (probably a CSV) with the datetimes and locations of all of the points across all of my games. I'll manipulate the data myself, but I would like an easy way to get that data from GeoGuess. There's already a "History" button that reads from a "history" key in the browser's local storage and displays the data graphically, and I'd like to have an easy way (via the webpage UI) to dump the data from those games so I can add it to my table.

Describe alternatives you've considered

It would be neat if GeoGuess had more extensive history support, like going back and looking at the places in street view again. However, that feature is not related to downloading the raw data, and a major motivation for this feature request is being able to archive the data myself, instead of leaving it in the browser's local storage.

@agausmann agausmann added the enhancement New feature or request label Feb 18, 2021
@BilelJegham BilelJegham added the good first issue Good for newcomers label Feb 18, 2021
@BilelJegham
Copy link
Member

BilelJegham commented Feb 18, 2021

You can already replay a game with link
image

However, you are right, have CSV export for all game points can be great to build the player stats page (#37).

@BilelJegham BilelJegham added this to Needs triage in RoadMap via automation Feb 18, 2021
@BilelJegham BilelJegham moved this from Needs triage to Medium priority (v0.5) in RoadMap Feb 18, 2021
@BilelJegham BilelJegham self-assigned this Feb 22, 2021
@BilelJegham
Copy link
Member

Added in the pull request #115

Can you check the csv format ?

export_2021-02-24T21_37_43.372Z.zip

https://deploy-preview-115--geoguess2.netlify.app/

RoadMap automation moved this from Medium priority (v0.5) to Closed Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
RoadMap
Closed
Development

Successfully merging a pull request may close this issue.

2 participants