Skip to content

Commit

Permalink
Modified and implemented new backend services required for Contributo…
Browse files Browse the repository at this point in the history
…r Admin Dashboard: GSoC M1.5 (oppia#18560)

* failing tests

* restored changed file

* added new services required for contributor admin dashboard

* added services for translation updates

* added services to update question stats

* added tests for sevices in suggestion services

* covered backend test coverage

* fixed lint errors

* fixed lint errors

* fixed lint errors

* fixed mypy errors

* fixed mypy errors

* added test to backend shrads file

* Update core/domain/contributor_admin_dashboard_services_test.py

Co-authored-by: Jay Vivarekar <[email protected]>

* Update core/domain/contributor_admin_dashboard_services.py

Co-authored-by: Jay Vivarekar <[email protected]>

* changes requested by chris

* removed reduntant variable

* Update core/domain/contributor_admin_dashboard_services.py

Co-authored-by: Aasif Faizal <[email protected]>

* Update core/domain/contributor_admin_dashboard_services.py

Co-authored-by: Aasif Faizal <[email protected]>

* Update core/domain/contributor_admin_dashboard_services.py

Co-authored-by: Aasif Faizal <[email protected]>

* Update core/domain/suggestion_services.py

Co-authored-by: Aasif Faizal <[email protected]>

* made 99 as constant

* changed name of fie

* changed name in codeowner file

* added test to backend shards

* added comments for assertion

* moved code to a different function

* fixed pylint errors

* added docstring for the function

* fixed pylint errors

* fixed pylint errors

* changed implementaion method for mypy checks

* changed implementaion method for mypy checks

---------

Co-authored-by: Jay Vivarekar <[email protected]>
Co-authored-by: Aasif Faizal <[email protected]>
  • Loading branch information
3 people authored Jul 14, 2023
1 parent f05222c commit 3d1d9af
Show file tree
Hide file tree
Showing 8 changed files with 2,785 additions and 119 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@
/core/templates/domain/suggestion/ @oppia/contributor-experience-team
/core/templates/services/suggestion-modal.service*.ts @oppia/contributor-experience-team
/core/templates/services/suggestions.service*.ts @oppia/contributor-experience-team
/core/domain/contribution_stats_services*.py @oppia/contributor-experience-team


# Feedback project.
Expand Down
Loading

0 comments on commit 3d1d9af

Please sign in to comment.