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
Export comments #1461
Comments
|
What comments should be exported? Comments that the user had made? Comments on posts made by the user? If it's the later what are the expectations a user might have about their content being exported by somebody else. Are there UI affordances or documentation that needs to be updated to highlight this? |
|
Hi @abraham, you only export your own content, so it would be the comments of the user requesting the export. Same as with the articles. The UI definitely needs to be updated: |
|
Most of the fields here are "for the user" and a couple are "for the platform" These stand out as "for the platform" fields that should not be included. |
|
@benhalpern agreed, only one detail, the export for posts contains the reactions counts: https://github.com/thepracticaldev/dev.to/blob/master/app/services/exporter/articles.rb#L39 (and line 44) |
|
Resolved with #1471 |

Is your feature request related to a problem? Please describe.
Now that dev.to has the option to export posts I think it's time to think about adding comments to the zip file.
I'm opening this issue to see if comments should be added and if so, how and with which attributes
Describe the solution you'd like
Comments have their own attributes but they're also part of a tree structure. Should the notion of the parent be part of the export? In which way?
It should also be decided which attributes are part of the exported JSON.
These are the attributes of the comment:
The text was updated successfully, but these errors were encountered: