Skip to content
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

Ability to move comments from one discussion to another #207

Open
srallen opened this issue May 15, 2020 · 0 comments
Open

Ability to move comments from one discussion to another #207

srallen opened this issue May 15, 2020 · 0 comments

Comments

@srallen
Copy link

srallen commented May 15, 2020

We've had a request on Talk for a feature to be able to move comments from one discussion to another. There currently does not exist in the UI an ability for mods to do this. Additionally, it's unclear since the API is largely undocumented if there's an API route for this, but as far as the current dev team knows, there is not.

The comments model appears to have an update method: https://github.com/zooniverse/Talk-Api/blob/68bf124633a70f9084258589ff690f43ad3d2a48/app/models/comment.rb#L111-L117

but this doesn't seem to be what we need. There's an update board method that is closer to what is need, but the request is for updating the discussion id:

https://github.com/zooniverse/Talk-Api/blob/68bf124633a70f9084258589ff690f43ad3d2a48/app/models/comment.rb#L119-L121

Similarly, although the original request is about moving existing comments from one existing discussion to another existing discussion, some project builders wish for a true merge functionality which would be two discussion being merged to create a new discussion with the comments from the two previous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant