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

Removes audio translation editor from editor tab and enables translation tab. #5413

Merged
merged 7 commits into from Aug 11, 2018

Conversation

DubeySandeep
Copy link
Member

@DubeySandeep DubeySandeep commented Aug 1, 2018

Explanation

This PR removes audio translations editor driective from editor tab and enables translation tab.

This will get merged after #5279 and #5378. (Done!)
This PR fixes #5452, fixes #4521

Checklist

  • The PR title starts with "Fix #bugnum: ", followed by a short, clear summary of the changes.
  • The PR explanation includes the words "Fixes #bugnum: ...".
  • The linter/Karma presubmit checks have passed.
    • These should run automatically, but if not, you can manually trigger them locally using python scripts/pre_commit_linter.py and bash scripts/run_frontend_tests.sh.
  • The PR is made from a branch that's not called "develop".
  • The PR follows the style guide.
  • The PR is assigned to an appropriate reviewer.
    • If you're a new contributor, please ask on Gitter for someone to assign a reviewer.
    • If you're not sure who the appropriate reviewer is, please assign to the issue's "owner" -- see the "talk-to" label on the issue.

@DubeySandeep DubeySandeep changed the title Removed audio translation editor from editors tab and enables translation tab. Removes audio translation editor from editor tab and enables translation tab. Aug 1, 2018
@codecov-io
Copy link

codecov-io commented Aug 2, 2018

Codecov Report

Merging #5413 into develop will increase coverage by 0.18%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #5413      +/-   ##
===========================================
+ Coverage    46.23%   46.41%   +0.18%     
===========================================
  Files          502      499       -3     
  Lines        29352    29197     -155     
  Branches      4463     4440      -23     
===========================================
- Hits         13571    13553      -18     
+ Misses       15781    15644     -137
Impacted Files Coverage Δ
.../pages/state_editor/StateContentEditorDirective.js 76.74% <ø> (+3.66%) ⬆️
...ates/dev/head/components/OutcomeEditorDirective.js 1.03% <ø> (+0.05%) ⬆️
...mplates/dev/head/components/HintEditorDirective.js 2.63% <ø> (+0.3%) ⬆️
...es/exploration_editor/EditorNavigationDirective.js 2.27% <ø> (-2.08%) ⬇️
...d/components/SolutionExplanationEditorDirective.js 2.94% <0%> (+0.61%) ⬆️
...dev/head/components/share/SharingLinksDirective.js 4.34% <0%> (-0.66%) ⬇️
extensions/objects/templates/FractionEditor.js 5.55% <0%> (-0.33%) ⬇️
..._editor/feedback_tab/ThreadStatusDisplayService.js 100% <0%> (ø) ⬆️
.../templates/dev/head/services/AudioPlayerService.js 15.49% <0%> (ø) ⬆️
extensions/objects/templates/ListOfTabsEditor.js
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c0ac4f...695b758. Read the comment docs.

@oppiabot
Copy link

oppiabot bot commented Aug 4, 2018

Hi @DubeySandeep. Due to recent changes in the "develop" branch, this PR now has a merge conflict. Please follow this link if you need help resolving the conflict, so that the PR can be merged. Thanks!

@DubeySandeep
Copy link
Member Author

Added @aks681 for review the changes in question editor.

@@ -474,7 +474,7 @@ var constants = {

"USE_NEW_SUGGESTION_FRAMEWORK": false,

"ENABLE_NEW_STRUCTURES": false,
"ENABLE_NEW_STRUCTURES": true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! I forgot to disable this!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@omerharshit
Copy link

omerharshit commented Aug 8, 2018 via email

Copy link
Contributor

@tjiang11 tjiang11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you merge develop into this?

Looks great, one small thing I think should be changed. In the modal that asks if the editor wants to mark all the translation as needs update. Maybe we should make the text more clear now since the translations aren't in the editor.

I think it would be fine to append at the end of the modal's body, something like: "This informs audio translators to record new audio that reflects any changes in text."

@DubeySandeep
Copy link
Member Author

@tjiang11, Done! PTAL!

Copy link
Contributor

@tjiang11 tjiang11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm!

@tjiang11 tjiang11 merged commit c53b0bb into oppia:develop Aug 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Frontend errors due to the audio translations editor
5 participants