Update home authored by Francis Normand's avatar Francis Normand
......@@ -37,6 +37,31 @@ The features available to a given user are represented by a [OnePager](https://g
| | [User Profile](https://gitlab.com/thundercat-transition/project-thundercat/-/wikis/onepagers/User-Profile) | [TA Tools: Un-Assign Test](https://gitlab.com/thundercat-transition/project-thundercat/-/wikis/onepagers/TA-Tools:-Unassign) | | | | |
| | | [Websockets](https://gitlab.com/thundercat-transition/project-thundercat/-/wikis/onepagers/Websockets) | | | | |
## CAT to CAMM Relation
Here's the list of the models/tables that CAMM needs to sync the data:
**User Mangement Models:**
- user_management_models_user
- user_management_models_userextendedprofile
- user_management_models_userextendedprofileminority
**Custom Models:**
- custom_models_assignedtest
**CMS Models:**
- cms_models_scoringpassfail
- cms_models_scoringmethod
**Ref Tables (views):**
- oltf_classification_vw
- ref_table_views_cateducation
- cat_employer_sts_vw
- ref_table_views_catminority
- oltf_province_vw
**Note that in case of any changes made to those models/tables, the CAMM team should be notified, so we don't break any logic related to the data sync process.**
## Katalon Tests
| [Use Cases]() |
|---------------|
......
......