web-stories-wp icon indicating copy to clipboard operation
web-stories-wp copied to clipboard

Export story as JSON setting for users to provide for support troubleshooting

Open adamdunnage opened this issue 2 years ago • 3 comments

Feature Description

It would be useful to add an option for web stories users to export a story as a JSON file to provide to support for debugging.

This would simply be an export function and would not allow users to export/import story data. This would allow us in the support forums to request this data from the user to help with our troubleshooting of their story issues.

The feature would work much like other plugins with an export settings feature.

Alternatives Considered

  1. This could be included in the Site Health Information rather than adding an option for the user to download a JSON file.

  2. An alternative to this would be to continue using the process we have in place which is less efficient but does work. This improvement would eliminate many steps in the process making everything much more efficient.

Additional Context

N/A

adamdunnage avatar Apr 29 '22 09:04 adamdunnage

Related: #4357

The feature would work much like other plugins with an export settings feature. This could be included in the Site Health Information rather than adding an option for the user to download a JSON file.

Just noting that the difference there is that these are for site-wide debugging information, not for exporting a single piece of content.

swissspidy avatar Apr 29 '22 10:04 swissspidy

I was just thinking, would a small Chrome extension perhaps help with this too? Then the user can share their story URL, you open the story and the Chrome extension would allow you to download the story data for it.

swissspidy avatar May 05 '22 13:05 swissspidy

I was just thinking, would a small Chrome extension perhaps help with this too? Then the user can share their story URL, you open the story and the Chrome extension would allow you to download the story data for it.

That could certainly help in this process and I guess takes away the reliance on the user having to get that information to pass on to us.

adamdunnage avatar May 05 '22 13:05 adamdunnage

This functionality is especially useful when there's an editor crash, so we could add this as a button below the error crash message.

swissspidy avatar Oct 02 '22 10:10 swissspidy