Ich bin kürzlich darauf gestoßen und stimme zu, dass dies nicht ideal ist. Ich denke, der einfachste Weg, dies vorübergehend zu verbessern, besteht darin, einen Entwurf mit dem Inhalt des abgelehnten Beitrags zu erstellen und den Nutzer dorthin zu verlinken, damit er ihn bearbeiten und erneut veröffentlichen kann.
Ich habe einen PR eröffnet, um das Verhalten hier zu aktualisieren:
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 „Gefällt mir“