Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRefactor prod validators to be split into individual validators #10415
Comments
|
@vojtechjelinek PTAL to confirm if this looks fine, Thanks! |
* Refactor activity validators * Fix import * Fix import * Address review comments * Fix braces
|
Assigning @savithakj to the |
* refractored oppportunity validators * fixed linter error * refractored oppportunity validators * fixed linter error * removed collection_models * reverting local linter error based changes * reverted local linter error changes
|
I would like to try to work on the classifier model; thanks. @ankita240796, @DubeySandeep |
|
@rlhouser I have assigned you |
|
I would like to try to work on the recommendations model. Thanks @ankita240796 @DubeySandeep |
|
@sunny1401 I have assigned you. |
|
Can I try to work on audit? |
|
@sf11047 absolutely! Assigned the task to you. Let us know if you have any questions! |
|
@vcamari2-bit sorry! Audit just got assigned -- do you want to take a stab at one of the other modules? |
|
Sure. How about config or email? |
|
@vcamari2-bit - Go for config! |
|
Hi! I would like to work on the job module! As a part of GHC OSD |
|
@shujingl-2020 awesome! Assigning you to the job module. DM me with questions! |
|
Hi! Could I work on the email module? |
|
@pseyla absolutely! |
|
Hey, can I work on the exploration module as part of GHC OSD? |
|
Hey, Can I get feedback module? I am a part of GHC OSD. |
|
Hi, can I work on Suggestion as a part of GHC OSD? |
|
@Salset @kiranmayee-dobbali @ajin46 yes yes and yes! Let us know if you have any questions |
Overview
This PR fixes or fixes part of oppia#10415.
This PR does the following: Refactors config classifier validator to a separate file.
Overview
This PR fixes or fixes part of oppia#10415.
This PR does the following: Refactors config classifier validator to a separate file.
|
Hi, I'd like to work on the story model. |
|
@purvimisal I've assigned you to it! Let us know if you have any questions. |
|
@ankita240796 I've assigned the skill model to myself. |
|
hello, i would like to work on collection module, can anyone assign me that |
|
@KhushiGangopadhyay I've assigned you! Let us know if you have any questions. |
|
Hey, I would like to work on stats_model (statistics). Thank you! |
|
@arora-ria I've assigned you! Let us know if you have any questions. |
|
I would like to work on the improvements, if possible. @vojtechjelinek |
Refactor prod_validators.py such that there is one validator module per model module in
core/storage/.List of model categories
Steps to refactor
activityinto a new file named as<model-type>_validators.pyfor exampleactivity_validators.pyfromprod_validators.py. Make sure you name the validators file exactly as<folder-name-in-above-list>_validators.pyprod_validators_test.pyto<model-type>_validators_test.py.Example PR: #10416 #10360