Sandeep Dubey
Sandeep Dubey
## Overview 1. This PR does the following: Migrates exploration and question to use the new translation structure ## Essential Checklist - [ ] The PR title starts with "Fix...
Currently, we show all the content which doesn't have translations or the existing translation needs an update to the contributors and ask them to translate it, it would be great...
We expect all the backend API calls should happen through a service but currently there exist multiple directives that make http request. This issue focuses on refactoring directives such that...
Currently, a user can create an exploration using empty state card which never creates a useful exploration for learners, so adding a validation check to ensure that subtitledHtml never saves...
Change the suggestion domain class properties name to match the corresponding model properties name
Currently, a few properties of the suggestion domain class has a different name than the corresponding GeneralSuggestion models which create confusion for users. A few examples: 1. Instead of `self.id`...
Currently, the initial value for the version number is hardcoded in the domain layer for all the entities which make it open for any entity to add incorrect initial version...
Can we populate audioModel with blob and use it as a player if audio already available? I wanted to use the same player if audio available otherwise I'll ask to...
## Description: This issue aims to move individual page compilations from using Webpack (as AngularJS modules) to lazy-loaded Angular modules. This migration ensures each page has its own Angular module...
## Overview 1. This PR fixes or fixes part of #[fill_in_number_here]. 2. This PR does the following: [Explain here what your PR does and why] 3. (For bug-fixing PRs only)...
## Overview This PR fixes #2341 by replacing the [forked/edited django-autoslug](https://github.com/liqd/django-autoslug) (introduced via #2188) with its original upstream. This is possible now as the changes made on the forked repo...