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

Comments: Moderation Hotlinks #19774

Closed
6 tasks done
gwwar opened this issue Nov 14, 2017 · 2 comments
Closed
6 tasks done

Comments: Moderation Hotlinks #19774

gwwar opened this issue Nov 14, 2017 · 2 comments
Assignees
Labels
[Feature] Comments Comments on posts and the admin screen for managing them. [Type] Task

Comments

@gwwar
Copy link
Contributor

gwwar commented Nov 14, 2017

As part of #18321 and a follow up to #19635, let's make sure we can still moderate comments from emails. This means that we can hit a route like /comment/{ siteFragment }/{ commentId }?action={ approve | spam | trash | delete | edit } and we'll see a notice explaining what action has happened along with the normal comment information (content, history, permalink).

For right now we're going ahead with allowing Calypso to trigger requests from the client controller to do this. In the future we may chose to move more of this work to the server.

Some items to watch out for:

  • Timing Issues (with how much data is available)
  • Please discuss to finalize the expected route patterns
  • Make sure that the comment is re-rendered and some notice is given.
  • Edit is a special case, and when this action param is provided, we render the comment in edit mode.

Items:

@gwwar gwwar added [Feature] Comments Comments on posts and the admin screen for managing them. [Type] Task labels Nov 14, 2017
@vindl vindl added this to the Comments M4 milestone Nov 16, 2017
@rodrigoi rodrigoi self-assigned this Dec 5, 2017
@rodrigoi rodrigoi changed the title Comments: email actions Comments: Moderation Hotlinks Dec 19, 2017
@gwwar gwwar removed this from the Comments M4 milestone Jan 15, 2018
@gwwar
Copy link
Contributor Author

gwwar commented Jan 15, 2018

@rodrigoi could you close this one, after the next Jetpack release? Thanks!

@gwwar
Copy link
Contributor Author

gwwar commented Feb 1, 2018

Nice, looks like all items are merged!

@gwwar gwwar closed this as completed Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Comments Comments on posts and the admin screen for managing them. [Type] Task
Projects
None yet
Development

No branches or pull requests

3 participants