Open gadse opened 3 years ago
My analysis:
How about: For exporting, we have an "Export..." button on the character sheet (and maybe also on the overview). Clicking it opens a "Save file..." dialog where the user can decide where the JSON file gets stored. He may then send the JSON file to someone else / use it as a backup / ... For importing, we have an "Import..." button on the character overview page. Clicking it opens an "Open file..." dialog where the user can select the previously imported file. If a character with the same ID already exists, the user gets a corresponding message and may decide whether to overwrite the existing character, cancel the import, or import the character as a new character (with a new ID generated).
I like your proposal @Phoenox :)
As a player or GM, I'd like to "pack up" a character and send it over to somebody else to import it, to facilitate the exchange of ideas.
As a developer, I see the following options: