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

Prompt user of saved map state #1343

Closed
7malikk opened this issue Feb 1, 2023 · 1 comment · Fixed by #1351
Closed

Prompt user of saved map state #1343

7malikk opened this issue Feb 1, 2023 · 1 comment · Fixed by #1351
Labels

Comments

@7malikk
Copy link
Collaborator

7malikk commented Feb 1, 2023

Please describe the desired behavior.
Describe the solution you'd like.
Include a prompt message informing the user that a JSON file has been detected in the response of supplied URL and also inquiring if the user would like to recover the saved map.

Place a filter for JSON files here
If items in each JSON file meet these requirements:

jsonFile.hasOwnProperty('nodes')  && jsonFile.nodes.length > 0 === true
jsonFile.hasOwnProperty('src') === true

If the files meet these requirements then trigger the aforementioned prompt

Upon the close of the prompt, invoke the map reconstruction

@7malikk 7malikk added the feature label Feb 1, 2023
@7malikk
Copy link
Collaborator Author

7malikk commented Feb 1, 2023

@jywarren Hello, per our discussion yesterday here is an issue on a part of it.

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