Documentation on Database Tables: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
# <b>PROBLEM DESCRIPTION:</b> | # <b>PROBLEM DESCRIPTION:</b> | ||
<br>The current Expertiza database has some problems which needs to be rectified.The scope of our project is to rectify these problems by performing the below steps. | <br>The current Expertiza database has some problems which needs to be rectified.The scope of our project is to rectify these problems by performing the below steps. | ||
<br> 1. Go through the Expertiza_development database to find tables that not used any more or redundant records | <br> 1. Go through the Expertiza_development database to find tables that not used any more or redundant records. | ||
<br> 2. Write migrations to regularize the Expertiza database and also change code if necessary. | |||
<br> 3. Make sure all existing tests are passed and change test code if necessary | |||
<br> 4. Modify database wiki page to make it up to date | |||
Revision as of 19:49, 8 April 2018
- PROJECT TITLE: Regularize Expertiza DB schema
- PROBLEM DESCRIPTION:
The current Expertiza database has some problems which needs to be rectified.The scope of our project is to rectify these problems by performing the below steps.
1. Go through the Expertiza_development database to find tables that not used any more or redundant records.
2. Write migrations to regularize the Expertiza database and also change code if necessary.
3. Make sure all existing tests are passed and change test code if necessary
4. Modify database wiki page to make it up to date
- Assignments
- Goldberg
- Reviewing
- Teammate
- Courses
- Hierarchy
- Display
- Questionnaires/Rubrics
- question_advices
- questionnaires
- questions
- Deprecated Tables
- Surveys
- Other Features
Back to Expertiza_documentation Main page.