davidje13 / Refacto

A remote retro facilitation tool.
https://retro.davidje13.com/
GNU General Public License v3.0
23 stars 6 forks source link

Add JSON export / import #13

Closed davidje13 closed 5 years ago

davidje13 commented 5 years ago

The settings page should offer a JSON export for the current retro. This should contain all retro data and settings (but not state or password information), and all archive data. This data should be unencrypted.

This data should be considered human-friendly, and should be consumable by other applications. Specifically, all times should be ISO formatted strings and no internal IDs should be included.

The retro list page should offer a way to import this data back in. After loading the data, it must be possible to change the slug before submitting, to avoid collisions.