Save to Google Drive is a good choice, but the app is too insecure for whoever uses their Drive to store important documents.
Currently, the app:
- Is not verified by Google
- Requires full access and can also delete or copy existing files
Sorry to say, but it is just not viable.
As an alternative, I suggest adding a second (or even more) option to save and load. I suppose the files use a standard format, like JSON, YAML, or XML (I didn't check much of the code yet), so the same format could just be exported or stored elsewhere.
Commonly used options are:
- Export / Import a single (JSON, YAML or XML) file.
- Save to Local Storage
A more complex solution would be to use Firebase, which could also be used to share the intrigue map amongst players.
These are all considering the intention of keeping the app frontend-only.
A noSQL database could be used if there is a backend.
I'll collaborate if I have time in the near future.
Anyway, thanks for the work.
Save to Google Drive is a good choice, but the app is too insecure for whoever uses their Drive to store important documents.
Currently, the app:
Sorry to say, but it is just not viable.
As an alternative, I suggest adding a second (or even more) option to save and load. I suppose the files use a standard format, like JSON, YAML, or XML (I didn't check much of the code yet), so the same format could just be exported or stored elsewhere.
Commonly used options are:
A more complex solution would be to use Firebase, which could also be used to share the intrigue map amongst players.
These are all considering the intention of keeping the app frontend-only.
A noSQL database could be used if there is a backend.
I'll collaborate if I have time in the near future.
Anyway, thanks for the work.