worldia / textmaster-api

Simple PHP client for the Textmaster API
1 stars 5 forks source link

How to request a revision on a document 'in review' ? #64

Closed Pitoune closed 8 years ago

Pitoune commented 8 years ago

I am not sure how to ask for a revision when a document is in status 'in_review'. Should I create a support message ? Is there a way to reject a translation with a message of what is not correct ?

aponsin commented 8 years ago

Yes, I agree it is not necessarily very clear. But indeed you have to create a "support message" ressource when you document is in review in order to be able to "send it back" to the author (resulting in an "incomplete" status). And within the support message attributes you can specify the reason why this document is being "rejected". I hope this clears things.

Pitoune commented 8 years ago

OK I got it. I would try it on document 573d96b6d876f6000b376316 from project 573d96b5ac09e9000b5194c1. But the document is still in quality_control. Could you put it in_review ?

aponsin commented 8 years ago

Done !

I have also prevented any future documents from getting into quality_control on your account to make testing easier.

Alex

On Mon, May 23, 2016 at 4:56 PM, Pierre Ducoudray notifications@github.com wrote:

OK I got it. I would try it on document 573d96b6d876f6000b376316 from project 573d96b5ac09e9000b5194c1. But the document is still in quality_control. Could you put it in_review ?

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/worldia/textmaster-api/issues/64#issuecomment-221004017

Pitoune commented 8 years ago

Thanks !