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

Multiple tasks / same target? #44

Open
ysavourel opened this issue Aug 26, 2018 · 1 comment
Open

Multiple tasks / same target? #44

ysavourel opened this issue Aug 26, 2018 · 1 comment
Labels
question Further information is requested

Comments

@ysavourel
Copy link

Currently one given asset can be associated with one or more tasks.

But nowhere (I think) we specify that each task needs to be for a different target language.
So it means we can have several tasks for the same target:

  • can the be the same type of task? (probably not)
  • do they have to be done in a given order or can they be done in parallel?
  • if they are to be done sequentially, how do we know the sequence? (relying on the taskId seems dangerous)
  • does it even make sense to have several tasks for the same target per asset?

In other words, it seem we need to specify constraints. And i guess it goes back to the need for a prose documentation with all those bits of information.

@Alino Alino added the question Further information is requested label Aug 26, 2018
@Alino
Copy link
Member

Alino commented Sep 1, 2018

can the be the same type of task? (probably not)

In the current implementation, it's possible. There is no limitation for this.

do they have to be done in a given order or can they be done in parallel?

right now, there is no forced order.

does it even make sense to have several tasks for the same target per asset?

I think yes if the type of the Task is different. Probably some types of Tasks can coexist for the same target language on the same Asset.

Potential Task types:

  • Translation,
  • Localization,
  • Internationalization
  • Adaptation
  • Linguistic editing
  • Technical editing
  • Proofreading
  • Copyediting
  • MT post-editing
  • Reconciliation
  • Review
  • Review with LQA
  • Terminology work
  • Linguistic verification
  • Technical verification
  • Service linguistic task
  • Retyping handwritten text
  • Content creation
  • Scoping
  • Desktop publishing

Your questions should be considered by the group, I think you are making a good point especially with the need for correct sequence of the Tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants