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

Remove voiceover from exp schema #20675

Closed
wants to merge 40 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
f003882
Adds conversions function for exploration migration.
Nik-09 Apr 19, 2024
71a0266
Removes recorded voiceover fields from exploration states backend
Nik-09 Apr 22, 2024
d000747
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Jun 8, 2024
68b14ad
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Jun 9, 2024
a930682
Fixes merge conflict
Nik-09 Jul 8, 2024
17f95f4
Removed recorded voiceover from exploration
Nik-09 Jul 9, 2024
d9e5a91
Removes feature flag
Nik-09 Jul 9, 2024
2214f8b
Removes voice artist models and UI
Nik-09 Jul 10, 2024
7f21430
Removes audio translation service files and uses.
Nik-09 Jul 14, 2024
d62e948
Fixes merge conflict
Nik-09 Jul 15, 2024
e7a8ac4
Fixes backend tests
Nik-09 Jul 15, 2024
16eacbc
Fixes backend tests
Nik-09 Jul 15, 2024
9fb7eca
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Jul 16, 2024
49380f3
Fixes frontend tests
Nik-09 Jul 21, 2024
439c490
Fixes merge conflict and frontend test
Nik-09 Jul 29, 2024
79c333b
Fixes frontend tests
Nik-09 Jul 29, 2024
7de0993
Fixes frontend tests
Nik-09 Aug 1, 2024
a348168
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Aug 1, 2024
827700f
Fixes lint issues
Nik-09 Aug 1, 2024
789cb77
Fixes lint issues
Nik-09 Aug 3, 2024
7519f17
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Aug 3, 2024
77ce7d1
Fixes merge conflict
Nik-09 Aug 7, 2024
23661e3
Fixes typescript checks
Nik-09 Aug 8, 2024
ff67301
Fixes merge conflict
Nik-09 Aug 18, 2024
4acb589
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Sep 4, 2024
8072d16
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Sep 21, 2024
3ea710d
Fixes frontend tests
Nik-09 Sep 23, 2024
a06d486
Fixes merge conflicts
Nik-09 Sep 30, 2024
c8a2218
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Oct 7, 2024
7f34239
Fixes merge conflict
Nik-09 Oct 30, 2024
11942df
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Nov 2, 2024
e89e16c
Fixes frontend tests
Nik-09 Nov 7, 2024
a8ab730
Fixes merge conflict
Nik-09 Nov 11, 2024
fc155ba
Reverts unnecessary changes.
Nik-09 Nov 24, 2024
bd34115
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Nov 24, 2024
95d39fa
Merge branch 'develop' of https://github.com/oppia/oppia into remove_…
Nik-09 Dec 1, 2024
c49c609
Fixes backend and lint checks
Nik-09 Dec 1, 2024
a87e250
Fixes merge conflict
Nik-09 Dec 10, 2024
446684c
Merge branch 'develop' into remove_voiceover_from_exp_schema
seanlip Dec 12, 2024
52a7e17
Fixes merge conflict
Nik-09 Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reverts unnecessary changes.
  • Loading branch information
Nik-09 committed Nov 24, 2024
commit fc155ba7a650052f8ebc9d6f42d25b1b9b4b46e5
26 changes: 13 additions & 13 deletions core/controllers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,23 @@

EDUCATION_BLOG_POST_CONTENT = """
<p>
Education is a constantly evolving landscape, and innovation lies at its core.
This summer, Oppia had the privilege of hosting a group of exceptional minds
through the prestigious Google Summer of Code (GSoC) program. These talented
Education is a constantly evolving landscape, and innovation lies at its core.
This summer, Oppia had the privilege of hosting a group of exceptional minds
through the prestigious Google Summer of Code (GSoC) program. These talented
individuals embarked on a journey to transform learning, one code at a time.
</p>\n
<p>
You should check out main
<oppia-noninteractive-link
text-with-value=\"&amp;quot;website.&amp;quot;\"
You should check out main
<oppia-noninteractive-link
text-with-value=\"&amp;quot;website.&amp;quot;\"
url-with-value=\"&amp;quot;https://www.oppia.org&amp;quot;\">
</oppia-noninteractive-link><br>\n&nbsp;
</p>\n\n
<p>Introduction to Oppia - Youtube Video</p>
<oppia-noninteractive-video
autoplay-with-value=\"false\"
end-with-value=\"0\"
start-with-value=\"0\"
<oppia-noninteractive-video
autoplay-with-value=\"false\"
end-with-value=\"0\"
start-with-value=\"0\"
video_id-with-value=\"&amp;quot;Wmvt-HH5-dI&amp;quot;\">
</oppia-noninteractive-video>
"""
Expand Down Expand Up @@ -427,7 +427,7 @@ def post(self) -> None:
Exception. The num_dummy_exps_to_publish must be provided when
the action is generate_dummy_explorations.
Exception. The num_dummy_translation_opportunities_to_generate
must be provided when the action is
must be provided when the action is
generate_dummy_translation_opportunities.
InvalidInputException. Generate count cannot be less than publish
count.
Expand All @@ -446,7 +446,7 @@ def post(self) -> None:
InvalidInputException. The input provided is not valid.
Exception. The skill_id must be provided when
the action is generate_dummy_question_suggestions.
Exception. The num_dummy_question_suggestions_generate must be
Exception. The num_dummy_question_suggestions_generate must be
provided when the action is generate_dummy_question_suggestions.
"""
assert self.user_id is not None
Expand Down Expand Up @@ -1116,7 +1116,7 @@ def _generate_dummy_translation_opportunities(
'User does not have enough rights to generate data.')
logging.info(
'[ADMIN] %s generated %s number of dummy '
'translation opportunities (explorations)' %
'translation opportunities (explorations)' %
(self.user_id, num_dummy_translation_opportunities_to_generate)
)

Expand Down
2 changes: 1 addition & 1 deletion core/controllers/suggestion_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ def test_raises_exception_if_target_exploration_image_is_not_in_target_explorati
self.assertIn(
'An image in the submitted translation\'s original content '
'named "img.png" cannot be found. Please save it to the '
'backend file system at /exploration/%s/assets/image/ '
'backend file system at /exploration/%s/assets/image/ '
'before submitting this translation again.' % exp_id,
response_dict['error']
)
Expand Down
4 changes: 2 additions & 2 deletions core/domain/exp_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -5162,7 +5162,7 @@ def _convert_states_v55_dict_to_v56_dict(
def _convert_states_v56_dict_to_v57_dict(
cls, states_dict: Dict[str, state_domain.StateDict]
) -> Dict[str, state_domain.StateDict]:
"""Converts from v55 to v56. Version 56 removes and RecordedVoiceovers
"""Converts from v56 to v57. Version 57 removes and RecordedVoiceovers
from State.

Args:
Expand Down Expand Up @@ -5615,7 +5615,7 @@ def _convert_v60_dict_to_v61_dict(
def _convert_v61_dict_to_v62_dict(
cls, exploration_dict: VersionedExplorationDict
) -> VersionedExplorationDict:
"""Converts a v60 exploration dict into a v61 exploration dict.
"""Converts a v61 exploration dict into a v62 exploration dict.
Removes recorded_voiceovers field from state property.

Args:
Expand Down
2 changes: 1 addition & 1 deletion core/domain/question_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ def _convert_state_v55_dict_to_v56_dict(
def _convert_state_v56_dict_to_v57_dict(
cls, question_state_dict: state_domain.StateDict
) -> state_domain.StateDict:
"""Converts from v55 to v56. Version 56 removes and RecordedVoiceovers
"""Converts from v56 to v57. Version 57 removes and RecordedVoiceovers
from State.

Args:
Expand Down