Documentation on Database Tables: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<!--This page is under construction --> | <!--This page is under construction --> | ||
[[Image:pg_development.png|thumb|right|200px|Expertiza partial database diagram]] | [[Image:pg_development.png|thumb|right|200px|Expertiza partial database diagram]] | ||
'''PROJECT TITLE: Regularize Expertiza DB schema''' | |||
<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. | ||
Line 9: | Line 9: | ||
<br> 4. Modify database wiki page to make it up to date | <br> 4. Modify database wiki page to make it up to date | ||
'''DATABASE TABLE DESCRIPTION:''' | |||
Revision as of 20:01, 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
DATABASE TABLE DESCRIPTION:
- Assignments
- Goldberg
- Reviewing
- Teammate
- Courses
- Hierarchy
- Display
- Questionnaires/Rubrics
- question_advices
- questionnaires
- questions
- Deprecated Tables
- Surveys
- Other Features
Back to Expertiza_documentation Main page.