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

update translation testing, models #4851

Merged

Conversation

moonlight-komorebi
Copy link
Contributor

@moonlight-komorebi moonlight-komorebi commented Nov 11, 2021

Summary

  • updated testing scripts to include new project_id column in translation and jobs tables
  • updated models to match

Did some testing to see how we could make changes to production and work with changing code in the feature branch. As long as the project_id column can be null, we can add the new columns w/o impacting the current workflows. A constraint on the column would be nice, but is more difficult to work around.

Resolves: #2538

* new project_id column will help us identify which project to send
  translations to, and which project a job will live under.
* with this information, we can use multiple projects which is how we
  will handle machine vs human translation -- one project for each.
@moonlight-komorebi moonlight-komorebi requested a review from a team as a code owner November 11, 2021 17:37
@moonlight-komorebi moonlight-komorebi requested review from rudouglas and LizBaker and removed request for a team November 11, 2021 17:37
@github-actions github-actions bot added this to Hero to triage in Docs PRs and Issues Nov 11, 2021
@github-actions
Copy link

Hi @nr-kkenney 👋
Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days.

Gatsby Cloud will automatically generate a preview of your request, and will comment with a link when the preview is ready (usually 20 to 30 minutes).

@moonlight-komorebi moonlight-komorebi changed the title 2538 translation testing update translation testing, models Nov 11, 2021
@moonlight-komorebi moonlight-komorebi linked an issue Nov 11, 2021 that may be closed by this pull request
4 tasks
@x8a x8a added the eng issues related to site functionality that requires engineering label Nov 11, 2021
@dbarnesbrownNR dbarnesbrownNR removed this from Hero to triage in Docs PRs and Issues Nov 11, 2021
@moonlight-komorebi moonlight-komorebi merged commit 915e8b8 into feature/machine-translation Nov 12, 2021
@moonlight-komorebi moonlight-komorebi deleted the 2538_translation_testing branch November 12, 2021 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eng issues related to site functionality that requires engineering
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Machine Translation] Create project_id column in Test Postgres tables
3 participants