최근에 이 문제를 겪었는데, 현재 상태가 이상적이지 않다는 데 동의합니다. 당분간 이 문제를 개선할 수 있는 가장 간단한 방법은 거절된 게시물의 내용을 초안으로 생성한 후, 사용자가 해당 초안으로 이동하여 수정하고 다시 게시할 수 있도록 링크를 제공하는 것이라고 생각합니다.
이 동작을 업데이트하기 위해 PR을 열었습니다:
main ← ux-requested-changes-draft
opened 09:39PM - 01 Apr 26 UTC
Currently when a post is queued for review, and the reviewer requests edits — we… send a message to the poster that looks like this...
>
> Hi username,
>
> We’ve reviewed your post in [example topic](#) and have some feedback for you.
>
> Reason: Does not meet posting guidelines
>
> Feedback: Moderator feedback goes here
>
> You can edit your original post below and re-submit to make the suggested changes.
> ___
> this is the original post content
> ___
> Thanks,
> Sitename Moderators
The problem with this is that "you can edit your original post below" isn't actually true — it's just the content of the post so you can copy and paste it into the composer and try again.
This change creates a new draft of the rejected content and links to the posting user's drafts, so they can more easily edit it and resubmit. This is a clearer flow than the current message.
The new message looks like this
> Hi username,
>
> We’ve reviewed your post in [example topic](#) and have some feedback for you.
>
> Reason: Does not meet posting guidelines
>
> Feedback: Moderator feedback goes here
>
> A draft has been saved with your original content. You can find it in your [drafts](/my/activity/drafts), make the suggested changes, and resubmit.
>
> > this is the original post content
>
> Thanks,
> Sitename Moderators
1개의 좋아요