<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.expertiza.ncsu.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smishra4</id>
	<title>Expertiza_Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.expertiza.ncsu.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smishra4"/>
	<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Special:Contributions/Smishra4"/>
	<updated>2026-08-12T01:46:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Suggestion_comments&amp;diff=116870</id>
		<title>Suggestion comments</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Suggestion_comments&amp;diff=116870"/>
		<updated>2018-04-25T00:28:10Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: Created page with &amp;quot;{| class=&amp;quot;wikitable&amp;quot;  !Name !!Datatype !!Description |-  !id   |int(11)   |Primary key of the entry in table, auto increments by default  |-  !comments |text  |Stores the comment...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name !!Datatype !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Primary key of the entry in table, auto increments by default&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
!comments&lt;br /&gt;
|text &lt;br /&gt;
|Stores the comments for the suggestion&lt;br /&gt;
|- &lt;br /&gt;
!commenter&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|Stores the username of the commenter&lt;br /&gt;
|- &lt;br /&gt;
!vote&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|Stores the vote(Y/N/R/NULL) for the comment on the suggestion&lt;br /&gt;
|- &lt;br /&gt;
!suggestion_id&lt;br /&gt;
|int(11)&lt;br /&gt;
|Stores the suggestion ID&lt;br /&gt;
|- &lt;br /&gt;
!created_at&lt;br /&gt;
|datetime&lt;br /&gt;
|Stores the time at which the row is created&lt;br /&gt;
&lt;br /&gt;
|} &lt;br /&gt;
== E/R diagram of tables referencing suggestion_comments table  ==&lt;br /&gt;
The following table doesn't reference to other tables in the database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables suggestion_comments table is referencing to ==&lt;br /&gt;
The suggestion_comments table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Suggestions&amp;diff=116869</id>
		<title>Suggestions</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Suggestions&amp;diff=116869"/>
		<updated>2018-04-25T00:20:59Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: Created page with &amp;quot;{| class=&amp;quot;wikitable&amp;quot;  !Name !!Datatype !!Description |-  !id   |int(11)   |Primary key of the entry in table, auto increments by default  |-  !assignment_id |int(11)   |ID of the...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name !!Datatype !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Primary key of the entry in table, auto increments by default&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
!assignment_id&lt;br /&gt;
|int(11)  &lt;br /&gt;
|ID of the assignment for which suggestions are published&lt;br /&gt;
|- &lt;br /&gt;
!title&lt;br /&gt;
|varchar(255) &lt;br /&gt;
|Stores the title of the suggestion&lt;br /&gt;
|- &lt;br /&gt;
!description&lt;br /&gt;
|text&lt;br /&gt;
|Stores the description of the suggestion&lt;br /&gt;
|- &lt;br /&gt;
!status&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|Stores the status of the suggestion(Initiated/Approved/Rejected)&lt;br /&gt;
|- &lt;br /&gt;
!unityID&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|Stores the unityID of the user who provides suggestion&lt;br /&gt;
|- &lt;br /&gt;
!signup_preference&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|Stores the signup_preference(Y/N) of the user who provides suggestion&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|} &lt;br /&gt;
== E/R diagram of tables referencing suggestions table  ==&lt;br /&gt;
The following table doesn't reference to other tables in the database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables suggestions table is referencing to ==&lt;br /&gt;
The tag_prompts table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Survey_deployments&amp;diff=116860</id>
		<title>Survey deployments</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Survey_deployments&amp;diff=116860"/>
		<updated>2018-04-25T00:10:54Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: Created page with &amp;quot;{| class=&amp;quot;wikitable&amp;quot;  !Field Name !!Type !!Description |-  !id    |int(11)   |The unique record id, auto-incremented |-  !questionnaire_id    |int(11)    |Stores the ID of the qu...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|The unique record id, auto-incremented&lt;br /&gt;
|- &lt;br /&gt;
!questionnaire_id   &lt;br /&gt;
|int(11)   &lt;br /&gt;
|Stores the ID of the questionaire&lt;br /&gt;
|- &lt;br /&gt;
!start_date   &lt;br /&gt;
|datetime  &lt;br /&gt;
|Stores the start date of the deployment&lt;br /&gt;
|- &lt;br /&gt;
!end_date   &lt;br /&gt;
|datetime  &lt;br /&gt;
|Stores the end date of the deployment&lt;br /&gt;
|- &lt;br /&gt;
!last_reminder   &lt;br /&gt;
|datetime  &lt;br /&gt;
|Stores the last reminder date of the deployment&lt;br /&gt;
|- &lt;br /&gt;
!parent_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Stores the ID of the parent survey ID&lt;br /&gt;
|- &lt;br /&gt;
!global_survey_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Stores the global survey ID&lt;br /&gt;
|- &lt;br /&gt;
!type  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Stores the type of survey&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables referencing survey_deployments table  ==&lt;br /&gt;
This table is not referred by any other table in the database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables survey_deployments table is referencing to ==&lt;br /&gt;
The system_settings table is referenced by the following tables&lt;br /&gt;
[[File:survey_deployments_import.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Survey_deployments_import.png&amp;diff=116859</id>
		<title>File:Survey deployments import.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Survey_deployments_import.png&amp;diff=116859"/>
		<updated>2018-04-25T00:10:16Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: uploaded a new version of &amp;amp;quot;File:Survey deployments import.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Survey_deployments_import.png&amp;diff=116854</id>
		<title>File:Survey deployments import.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Survey_deployments_import.png&amp;diff=116854"/>
		<updated>2018-04-25T00:01:40Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Survey_responses&amp;diff=116853</id>
		<title>Survey responses</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Survey_responses&amp;diff=116853"/>
		<updated>2018-04-24T23:59:58Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: Created page with &amp;quot;{| class=&amp;quot;wikitable&amp;quot;  !Name !!Datatype !!Description |-  !id   |int(11)   |Primary key of the entry in table, auto increments by default  |-  !score |bigint(20) |Stores the score...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name !!Datatype !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Primary key of the entry in table, auto increments by default&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
!score&lt;br /&gt;
|bigint(20)&lt;br /&gt;
|Stores the score of survey responses &lt;br /&gt;
|- &lt;br /&gt;
!comments&lt;br /&gt;
|text&lt;br /&gt;
|Comments of the survey responses&lt;br /&gt;
|- &lt;br /&gt;
!assignment_id&lt;br /&gt;
|bigint(20)  &lt;br /&gt;
|The assignment id for which survey response is stored&lt;br /&gt;
|- &lt;br /&gt;
!question_id&lt;br /&gt;
|bigint(20)&lt;br /&gt;
|The question id of survey response  &lt;br /&gt;
|- &lt;br /&gt;
!survey_id&lt;br /&gt;
|bigint(20)&lt;br /&gt;
|Survey ID of the response&lt;br /&gt;
|- &lt;br /&gt;
!email&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|Stores the email of the user who filled the survey&lt;br /&gt;
|- &lt;br /&gt;
!survey_deployment_id&lt;br /&gt;
|int(11)&lt;br /&gt;
|Stores the survey deployment ID&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables referencing survey_responses table  ==&lt;br /&gt;
This table is not referred by any other table in the database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables survey_responses table is referencing to ==&lt;br /&gt;
The survey_responses table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=System_settings&amp;diff=116848</id>
		<title>System settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=System_settings&amp;diff=116848"/>
		<updated>2018-04-24T23:49:55Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|The unique record id, auto-incremented&lt;br /&gt;
|- &lt;br /&gt;
!site_name   &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Site name as hosted&lt;br /&gt;
|- &lt;br /&gt;
!site_subtitle   &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Description of site&lt;br /&gt;
|- &lt;br /&gt;
!footer_message   &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Footer message for the site&lt;br /&gt;
|- &lt;br /&gt;
!public_role_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Public role for the ID&lt;br /&gt;
|- &lt;br /&gt;
!session_timeout   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Session timeout duration in seconds&lt;br /&gt;
|- &lt;br /&gt;
!default_markup_style_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|ID of markup style&lt;br /&gt;
|- &lt;br /&gt;
!site_default_page_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|ID for default page of site&lt;br /&gt;
|- &lt;br /&gt;
!not_found_page_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|ID of custom page for page not found&lt;br /&gt;
|- &lt;br /&gt;
!permission_denied_page_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|ID for custom permissions denied page&lt;br /&gt;
|- &lt;br /&gt;
!session_expired_page_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|ID for custom sessions expired page&lt;br /&gt;
|- &lt;br /&gt;
!menu_depth   &lt;br /&gt;
|int(11) &lt;br /&gt;
|Length of menu&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables referencing system_settings table  ==&lt;br /&gt;
This table is not referred by any other table in the database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables system_settings table is referencing to ==&lt;br /&gt;
The system_settings table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Ta_mappings&amp;diff=116843</id>
		<title>Ta mappings</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Ta_mappings&amp;diff=116843"/>
		<updated>2018-04-24T23:28:55Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name !!Datatype !!Description &lt;br /&gt;
|- &lt;br /&gt;
!id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Primary key of the entry in table, auto increments by default&lt;br /&gt;
|- &lt;br /&gt;
!ta_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Id of the TA in question; FK into users table.&lt;br /&gt;
|- &lt;br /&gt;
!course_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Respective course; FK into courses table.&lt;br /&gt;
|} &lt;br /&gt;
== E/R diagram of tables referencing ta_mappings table  ==&lt;br /&gt;
The  table is not referencing any other table&lt;br /&gt;
== E/R diagram of tables users table is referencing to ==&lt;br /&gt;
The ta_mappings table is referenced by the following tables&lt;br /&gt;
[[File:ta_mappings_import.png]]&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Ta_mappings_import.png&amp;diff=116842</id>
		<title>File:Ta mappings import.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Ta_mappings_import.png&amp;diff=116842"/>
		<updated>2018-04-24T23:28:46Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Tag_prompt_deployments&amp;diff=116838</id>
		<title>Tag prompt deployments</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Tag_prompt_deployments&amp;diff=116838"/>
		<updated>2018-04-24T23:15:33Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: Created page with &amp;quot;{| class=&amp;quot;wikitable&amp;quot;  !Name !!Datatype !!Description |-  !id   |int(11)   |Primary key of the entry in table, auto increments by default |-  !tag_prompt_id |int(11)   |ID of the ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name !!Datatype !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Primary key of the entry in table, auto increments by default&lt;br /&gt;
|- &lt;br /&gt;
!tag_prompt_id&lt;br /&gt;
|int(11)  &lt;br /&gt;
|ID of the tag prompt&lt;br /&gt;
|- &lt;br /&gt;
!assignment_id&lt;br /&gt;
|int(11)  &lt;br /&gt;
|ID of the assignment for which a tag is created&lt;br /&gt;
|- &lt;br /&gt;
!questionnaire_id&lt;br /&gt;
|int(11)  &lt;br /&gt;
|ID of the questionaire for which tag is created&lt;br /&gt;
|- &lt;br /&gt;
!question_type&lt;br /&gt;
|varchar(255) &lt;br /&gt;
|type of question, depends on whether the based on the format of answer that it expects&lt;br /&gt;
|- &lt;br /&gt;
!answer_length_threshold&lt;br /&gt;
|int(11) &lt;br /&gt;
|Maximumm length of answer expected&lt;br /&gt;
|- &lt;br /&gt;
!created_at&lt;br /&gt;
|datetime&lt;br /&gt;
|Time of creation of row&lt;br /&gt;
|- &lt;br /&gt;
!updated_at&lt;br /&gt;
|datetime&lt;br /&gt;
|Time of updation of row&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables referencing tag_prompt_deployments table  ==&lt;br /&gt;
The following image shows the tables referencing users table&lt;br /&gt;
[[File:tag_prompt_deployments_export.png]]&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables users table is referencing to ==&lt;br /&gt;
The following image shows the tables that tag_prompt_deployments table is referenced by:&lt;br /&gt;
[[File:tag_prompt_deployments_import.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Tag_prompt_deployments_import.png&amp;diff=116834</id>
		<title>File:Tag prompt deployments import.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Tag_prompt_deployments_import.png&amp;diff=116834"/>
		<updated>2018-04-24T23:12:44Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Tag_prompt_deployments_export.png&amp;diff=116833</id>
		<title>File:Tag prompt deployments export.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Tag_prompt_deployments_export.png&amp;diff=116833"/>
		<updated>2018-04-24T23:10:25Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Tag_prompts&amp;diff=116824</id>
		<title>Tag prompts</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Tag_prompts&amp;diff=116824"/>
		<updated>2018-04-24T22:58:34Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: Created page with &amp;quot;{| class=&amp;quot;wikitable&amp;quot;  !Name !!Datatype !!Description |-  !id   |int(11)   |Primary key of the entry in table, auto increments by default  |-  !prompt |varchar(255)   |Prompt of t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name !!Datatype !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Primary key of the entry in table, auto increments by default&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
!prompt&lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Prompt of tag as text&lt;br /&gt;
|- &lt;br /&gt;
!desc&lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Description of tag as text&lt;br /&gt;
|- &lt;br /&gt;
!control_type&lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Type of control as text&lt;br /&gt;
|- &lt;br /&gt;
!created_at&lt;br /&gt;
|datetime&lt;br /&gt;
|Time of creation of row&lt;br /&gt;
|- &lt;br /&gt;
!updated_at&lt;br /&gt;
|datetime&lt;br /&gt;
|Time of updation of row&lt;br /&gt;
&lt;br /&gt;
|} &lt;br /&gt;
== E/R diagram of tables referencing users table  ==&lt;br /&gt;
The following image shows the tables referencing tag_prompts table&lt;br /&gt;
[[File:tag_prompts_export.png]]&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables users table is referencing to ==&lt;br /&gt;
The tag_prompts table is not referenced by any other tables&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Tag_prompts_export.png&amp;diff=116823</id>
		<title>File:Tag prompts export.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Tag_prompts_export.png&amp;diff=116823"/>
		<updated>2018-04-24T22:49:51Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Teams_export.png&amp;diff=116821</id>
		<title>File:Teams export.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Teams_export.png&amp;diff=116821"/>
		<updated>2018-04-24T22:48:56Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: uploaded a new version of &amp;amp;quot;File:Teams export.png&amp;amp;quot;: Reverted to version as of 22:37, 24 April 2018&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Teams_export.png&amp;diff=116820</id>
		<title>File:Teams export.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Teams_export.png&amp;diff=116820"/>
		<updated>2018-04-24T22:48:27Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: uploaded a new version of &amp;amp;quot;File:Teams export.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Teams&amp;diff=116815</id>
		<title>Teams</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Teams&amp;diff=116815"/>
		<updated>2018-04-24T22:37:48Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description &lt;br /&gt;
|-&lt;br /&gt;
!id &lt;br /&gt;
|int(11)  &lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
!name   &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Name of the team&lt;br /&gt;
|- &lt;br /&gt;
!parent_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|ID of assignment that this team is participating in&lt;br /&gt;
|- &lt;br /&gt;
!type   &lt;br /&gt;
|varchar(255)&lt;br /&gt;
  &lt;br /&gt;
|Type of the team&lt;br /&gt;
|- &lt;br /&gt;
!comments_for_advertisement  &lt;br /&gt;
|text&lt;br /&gt;
|text for comments&lt;br /&gt;
|- &lt;br /&gt;
!advertise_for_partner  &lt;br /&gt;
|tinyint(1) &lt;br /&gt;
|Boolean variable to store whether it has to be advertized by partner***&lt;br /&gt;
|- &lt;br /&gt;
!submitted_hyperlinks  &lt;br /&gt;
|text &lt;br /&gt;
|List of submitted hyperlinks&lt;br /&gt;
|- &lt;br /&gt;
!directory_num&lt;br /&gt;
|int(11) &lt;br /&gt;
|directory number where details are stored&lt;br /&gt;
|- &lt;br /&gt;
!grade_for_submission&lt;br /&gt;
|int(11) &lt;br /&gt;
|Stores the grade of submission&lt;br /&gt;
|- &lt;br /&gt;
!comment_for_submission&lt;br /&gt;
|text&lt;br /&gt;
|Stores the comments for the submission&lt;br /&gt;
|} &lt;br /&gt;
== E/R diagram of tables referencing users table  ==&lt;br /&gt;
The following image shows the tables referencing teams table&lt;br /&gt;
[[File:teams_export.png]]&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables users table is referencing to ==&lt;br /&gt;
The teams table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Teams_export.png&amp;diff=116814</id>
		<title>File:Teams export.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Teams_export.png&amp;diff=116814"/>
		<updated>2018-04-24T22:37:09Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Teams_users&amp;diff=116806</id>
		<title>Teams users</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Teams_users&amp;diff=116806"/>
		<updated>2018-04-24T22:25:57Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Teams table maps users to teams; in rare cases, a single individual is on &amp;gt; 1 team for an assignment.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
!team_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|id of the team to which the user belongs to &lt;br /&gt;
|- &lt;br /&gt;
!user_id   &lt;br /&gt;
|int(11)&lt;br /&gt;
  &lt;br /&gt;
|student who belongs to the team&lt;br /&gt;
|} &lt;br /&gt;
== E/R diagram of tables referencing teams_users table  ==&lt;br /&gt;
This table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables teams_users table is referencing to ==&lt;br /&gt;
&lt;br /&gt;
The following image shows the tables referencing teams_users table is referencing to&lt;br /&gt;
[[File:teams_users_export.png]]&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Teams_users_export.png&amp;diff=116805</id>
		<title>File:Teams users export.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Teams_users_export.png&amp;diff=116805"/>
		<updated>2018-04-24T22:12:07Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Track_notifications&amp;diff=116802</id>
		<title>Track notifications</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Track_notifications&amp;diff=116802"/>
		<updated>2018-04-24T22:09:05Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: Created page with &amp;quot;This table is used to store the details of notifications generated == Tree Folders variable documentation ==   {| class=&amp;quot;wikitable&amp;quot;  !Field Name !!Type !!Description  |-  !id    ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This table is used to store the details of notifications generated&lt;br /&gt;
== Tree Folders variable documentation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description &lt;br /&gt;
|- &lt;br /&gt;
!id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|This object's unique ID value. One per object.&lt;br /&gt;
|- &lt;br /&gt;
!notification&lt;br /&gt;
|int(11)&lt;br /&gt;
|Stores notification ID&lt;br /&gt;
|-&lt;br /&gt;
!user_id&lt;br /&gt;
|int(11)&lt;br /&gt;
|User ID for which the notification is created&lt;br /&gt;
|- &lt;br /&gt;
!created_at  &lt;br /&gt;
|datetime  &lt;br /&gt;
|Stores the time when the row is added to the database&lt;br /&gt;
|- &lt;br /&gt;
!updated_at  &lt;br /&gt;
|datetime  &lt;br /&gt;
|Stores the time when the row is updated in the database&lt;br /&gt;
|}&lt;br /&gt;
== E/R diagram of tables referencing track_notifications table  ==&lt;br /&gt;
This table is not referencing any table in the database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables track_notifications table is referencing to ==&lt;br /&gt;
The track_notifications table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Tree_folders&amp;diff=116779</id>
		<title>Tree folders</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Tree_folders&amp;diff=116779"/>
		<updated>2018-04-23T01:42:33Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tree folders define the top level containers for the tree display.&lt;br /&gt;
&lt;br /&gt;
== Tree Folders variable documentation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description &lt;br /&gt;
|- &lt;br /&gt;
!id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|This object's unique ID value. One per object.&lt;br /&gt;
|- &lt;br /&gt;
!name&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|The name displayed for the tree folder&lt;br /&gt;
|-&lt;br /&gt;
!child_type&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|The model type name contained in this folder&lt;br /&gt;
|- &lt;br /&gt;
!parent_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|This object's unique parent ID value.&lt;br /&gt;
|}&lt;br /&gt;
== E/R diagram of tables referencing tree_folders table  ==&lt;br /&gt;
This table is not referencing any table in the database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables tree_folders table is referencing to ==&lt;br /&gt;
The tree_folders table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Tree_folders&amp;diff=116776</id>
		<title>Tree folders</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Tree_folders&amp;diff=116776"/>
		<updated>2018-04-23T01:40:07Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tree folders define the top level containers for the tree display.&lt;br /&gt;
&lt;br /&gt;
== Tree Folders variable documentation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description &lt;br /&gt;
|- &lt;br /&gt;
!id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|This object's unique ID value. One per object.&lt;br /&gt;
|- &lt;br /&gt;
!name&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|The name displayed for the tree folder&lt;br /&gt;
|-&lt;br /&gt;
!child_type&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|The model type name contained in this folder&lt;br /&gt;
|- &lt;br /&gt;
!parent_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|This object's unique parent ID value.&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables referencing tree_folders table  ==&lt;br /&gt;
This table is not referencing any table in the database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables tree_folders table is referencing to ==&lt;br /&gt;
The tree_folders table is not referenced by any other tables&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Tree_folders&amp;diff=116774</id>
		<title>Tree folders</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Tree_folders&amp;diff=116774"/>
		<updated>2018-04-23T01:38:18Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tree folders define the top level containers for the tree display.&lt;br /&gt;
&lt;br /&gt;
== Tree Folders variable documentation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description &lt;br /&gt;
|- &lt;br /&gt;
!id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|This object's unique ID value. One per object.&lt;br /&gt;
|- &lt;br /&gt;
!name&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|The name displayed for the tree folder&lt;br /&gt;
|-&lt;br /&gt;
!child_type&lt;br /&gt;
|varchar(255)&lt;br /&gt;
|The model type name contained in this folder&lt;br /&gt;
|- &lt;br /&gt;
!parent_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|This object's unique parent ID value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=User_pastebins&amp;diff=116759</id>
		<title>User pastebins</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=User_pastebins&amp;diff=116759"/>
		<updated>2018-04-23T01:03:40Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|The unique id for user_pastebins&lt;br /&gt;
|- &lt;br /&gt;
!user_id   &lt;br /&gt;
|int(11)&lt;br /&gt;
|User id of the user who created the pastebin***&lt;br /&gt;
|- &lt;br /&gt;
!short_form   &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Short form of the pastebin&lt;br /&gt;
|- &lt;br /&gt;
!long_form   &lt;br /&gt;
|text &lt;br /&gt;
|Long form of the pastebin&lt;br /&gt;
|- &lt;br /&gt;
!created_at  &lt;br /&gt;
|datetime&lt;br /&gt;
|Stores the date and me of creation of this record&lt;br /&gt;
|- &lt;br /&gt;
!updated_at &lt;br /&gt;
|datetime&lt;br /&gt;
|Stores the date and me of creation of this record&lt;br /&gt;
&lt;br /&gt;
|} &lt;br /&gt;
== E/R diagram of tables referencing user_pastebins table  ==&lt;br /&gt;
This table is not referencing any table in the database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables user_pastebins table is referencing to ==&lt;br /&gt;
The user_pastebins table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=User_pastebins&amp;diff=116758</id>
		<title>User pastebins</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=User_pastebins&amp;diff=116758"/>
		<updated>2018-04-23T01:00:43Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: Created page with &amp;quot;{| class=&amp;quot;wikitable&amp;quot;  !Field Name !!Type !!Description |-  !id    |int(11)   |The unique id for user_pastebins |-  !user_id    |int(11) |User id of the user who created the paste...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|The unique id for user_pastebins&lt;br /&gt;
|- &lt;br /&gt;
!user_id   &lt;br /&gt;
|int(11)&lt;br /&gt;
|User id of the user who created the pastebin***&lt;br /&gt;
|- &lt;br /&gt;
!short_form   &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Short form of the pastebin&lt;br /&gt;
|- &lt;br /&gt;
!long_form   &lt;br /&gt;
|text &lt;br /&gt;
|Long form of the pastebin&lt;br /&gt;
|- &lt;br /&gt;
!created_at  &lt;br /&gt;
|datetime&lt;br /&gt;
|Stores the date and me of creation of this record&lt;br /&gt;
|- &lt;br /&gt;
!updated_at &lt;br /&gt;
|datetime&lt;br /&gt;
|Stores the date and me of creation of this record&lt;br /&gt;
&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Documentation_on_Database_Tables&amp;diff=116754</id>
		<title>Documentation on Database Tables</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Documentation_on_Database_Tables&amp;diff=116754"/>
		<updated>2018-04-23T00:51:40Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page is under construction --&amp;gt;&lt;br /&gt;
'''PROJECT TITLE: Regularize Expertiza DB schema'''&lt;br /&gt;
 &amp;lt;b&amp;gt;PROBLEM DESCRIPTION:&amp;lt;/b&amp;gt;&lt;br /&gt;
  &amp;lt;br&amp;gt;The current Expertiza database has some problems which needs to be rectified.&lt;br /&gt;
  &amp;lt;br&amp;gt;The current Expertiza database has issues similar to what is described below:&lt;br /&gt;
  &amp;lt;br&amp;gt;1. redundant record. For instance, &amp;lt;b&amp;gt;deadline_types&amp;lt;/b&amp;gt; table has two &amp;lt;b&amp;gt;signup&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;team_formation&amp;lt;/b&amp;gt; record.&lt;br /&gt;
  &amp;lt;br&amp;gt;2. some field name is confused. For instance, in &amp;lt;b&amp;gt;users&amp;lt;/b&amp;gt; table &amp;lt;b&amp;gt;assignment_id&amp;lt;/b&amp;gt; becomes &amp;lt;b&amp;gt;parent_id&amp;lt;/b&amp;gt; and in &amp;lt;b&amp;gt;response_maps&amp;lt;/b&amp;gt; &amp;lt;b&amp;gt;assignment_id&amp;lt;/b&amp;gt; becomes &lt;br /&gt;
  &amp;lt;b&amp;gt;reviewed_object_id&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
  '''The scope of our project is to rectify these problems by performing the below steps.'''&lt;br /&gt;
  &amp;lt;br&amp;gt; 1. Go through the Expertiza_development database to find tables that not used any more or redundant records.&lt;br /&gt;
  &amp;lt;br&amp;gt; 2. Write migrations to regularize the Expertiza database and also change code if necessary.&lt;br /&gt;
  &amp;lt;br&amp;gt; 3. Make sure all existing tests are passed and change test code if necessary&lt;br /&gt;
  &amp;lt;br&amp;gt; 4. Modify database wiki page to make it up to date&lt;br /&gt;
&lt;br /&gt;
 '''DATABASE TABLE DESCRIPTION:'''&lt;br /&gt;
  &amp;lt;br&amp;gt;Below is the old detailed description of the tables in the Expertiza DB schema.&amp;lt;br&amp;gt;Our Primary Job is updating the wiki and making it more informative by including all the changes in the Expertiza Db in this wiki.&lt;br /&gt;
&lt;br /&gt;
 '''STEPS TO NAVIGATE TO expertiza_development SCHEMA:'''&lt;br /&gt;
  &amp;lt;br&amp;gt; 1. Open terminal.&lt;br /&gt;
  &amp;lt;br&amp;gt; 2. Change to the &amp;quot;expertiza&amp;quot; folder using the command: $cd expertiza&lt;br /&gt;
  &amp;lt;br&amp;gt; 3. Invoke the rails database console using the command: &amp;quot;$rails dbconsole&amp;quot; and give the password &amp;quot;expertiza&amp;quot; when prompted.&lt;br /&gt;
  &amp;lt;br&amp;gt; 4. List the databases present in the MYSQL server using the command &amp;gt;show databases;&lt;br /&gt;
  &amp;lt;br&amp;gt; 5. Move to the &amp;quot;expertiza_development&amp;quot; database using the command &amp;gt;use expertiza_development&lt;br /&gt;
  &amp;lt;br&amp;gt; 6. List down the tables present in the &amp;quot;expertiza_development&amp;quot; using the command &amp;gt;show tables;&lt;br /&gt;
&lt;br /&gt;
'''FLOWCHART:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Flowchart.PNG]]&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
# '''Assignments'''&lt;br /&gt;
#: [[assignments]]&lt;br /&gt;
#: [[assignment_questionnaires]]&lt;br /&gt;
#: [[deadline_types]]&lt;br /&gt;
#: [[deadline_rights]]&lt;br /&gt;
#: [[due_dates]]&lt;br /&gt;
#: [[late_policies]]&lt;br /&gt;
#: [[participants]]&lt;br /&gt;
#: [[wiki_types]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[assignments_questionnaires]]&lt;br /&gt;
# '''Goldberg'''&lt;br /&gt;
#: [[content_pages]]&lt;br /&gt;
#: [[controller_actions]]&lt;br /&gt;
#: [[markup_styles]]&lt;br /&gt;
#: [[menu_items]]&lt;br /&gt;
#: [[permissions]]&lt;br /&gt;
#: [[plugin_schema_info]]&lt;br /&gt;
#: [[roles]]&lt;br /&gt;
#: [[roles_permissions]]&lt;br /&gt;
#: [[schema_info]]&lt;br /&gt;
#: [[site_controllers]]&lt;br /&gt;
#: [[users]]&lt;br /&gt;
#: [[system_settings]]&lt;br /&gt;
# '''Reviewing'''&lt;br /&gt;
#: [[comments]]&lt;br /&gt;
#: [[mapping_strategies]]&lt;br /&gt;
#: [[responses]]&lt;br /&gt;
#: [[response_maps]]&lt;br /&gt;
#: [[review_strategies]]&lt;br /&gt;
#: [[score_caches]]&lt;br /&gt;
#: [[scores]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[review_feedbacks]]&lt;br /&gt;
#:: [[review_mappings]]&lt;br /&gt;
#:: [[review_of_review_mappings]]&lt;br /&gt;
#:: [[review_of_reviews]]&lt;br /&gt;
#:: [[reviews]]&lt;br /&gt;
#:: [[teammate_reviews]]&lt;br /&gt;
# '''Teammate'''&lt;br /&gt;
#: [[invitations]]&lt;br /&gt;
#: [[teams]]&lt;br /&gt;
#: [[teams_users]]&lt;br /&gt;
# '''Courses'''&lt;br /&gt;
#: [[Courses_table|courses]]&lt;br /&gt;
# '''Hierarchy'''&lt;br /&gt;
#: [[institutions]]&lt;br /&gt;
#: [[languages]]&lt;br /&gt;
# '''Display'''&lt;br /&gt;
#: [[nodes]]	&lt;br /&gt;
#: [[tree_folders]]&lt;br /&gt;
# '''Questionnaires/Rubrics'''&lt;br /&gt;
#: [[question_advices]]&lt;br /&gt;
#: [[questionnaires]]&lt;br /&gt;
#: [[Questions_table|questions]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[questionnaire_types]]&lt;br /&gt;
# '''Surveys'''&lt;br /&gt;
#: [[survey_deployments]]&lt;br /&gt;
#: [[survey_participants]]&lt;br /&gt;
#: [[survey_responses]]&lt;br /&gt;
# '''Other Features'''&lt;br /&gt;
#: [[signed_up_users]]&lt;br /&gt;
#: [[sign_up_topics]]&lt;br /&gt;
#: [[resubmission_times]]&lt;br /&gt;
#: [[ta_mappings]]&lt;br /&gt;
# '''New Tables'''&lt;br /&gt;
&amp;lt;!-- Saraswati Mishra: New tables --&amp;gt;&lt;br /&gt;
#: [[user_pastebins]]&lt;br /&gt;
#: [[versions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*[[Assignments]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Goldberg]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Reviewing]]&lt;br /&gt;
*[[Media:migrate_files_comments.docx|Teammate]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Courses]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Hierarchy]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Display]]&lt;br /&gt;
*[[Media:Questionnaires.pdf| Questionnaires/Rubrics]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Surveys]]&lt;br /&gt;
&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| resubmission_times]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| ta_mappings]]&lt;br /&gt;
&lt;br /&gt;
*[[Sample link]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Back to [[Expertiza_documentation]] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Users&amp;diff=116751</id>
		<title>Users</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Users&amp;diff=116751"/>
		<updated>2018-04-23T00:47:36Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: /* E/R diagram of tables referencing users table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name !!Datatype !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Primary key of the entry in table, auto increments by default&lt;br /&gt;
|- &lt;br /&gt;
!name  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|User name of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!crypted_password  &lt;br /&gt;
|varchar(40)  &lt;br /&gt;
|Password of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!role_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Role which this user corresponds to FK into ROLES table&lt;br /&gt;
|- &lt;br /&gt;
!password_salt  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
!fullname  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Registered full name of the user&lt;br /&gt;
|- &lt;br /&gt;
!email  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Registered email of the respective user.&lt;br /&gt;
|- &lt;br /&gt;
!parent_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Parent of the respective user; correspond to the ID which created this particular user&lt;br /&gt;
|- &lt;br /&gt;
!private_by_default  &lt;br /&gt;
|tinyint(1)  &lt;br /&gt;
|If the user is private by default; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!mru_directory_path  &lt;br /&gt;
|varchar(128)  &lt;br /&gt;
|Default home directory of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!email_on_review  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If the user is emailed on receiving a review; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!email_on_submission  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If emailed on submission; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!email_on_review_of_review  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|Whether to email on receiving review of review; essentially boolean&lt;br /&gt;
|- &lt;br /&gt;
!is_new_user  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If the user is a new user; used to check if user has signed the new user form&lt;br /&gt;
|- &lt;br /&gt;
!master_permssion_granted  &lt;br /&gt;
|tiny_int(4)  &lt;br /&gt;
|If the user has the master user permission is granted&lt;br /&gt;
|- &lt;br /&gt;
!handle  &lt;br /&gt;
|varchar(255) &lt;br /&gt;
|Name of the handle created for the user&lt;br /&gt;
|- &lt;br /&gt;
!digital_certificate  &lt;br /&gt;
|mediumtext &lt;br /&gt;
|Digital certificate generated for the user to protect his password&lt;br /&gt;
|- &lt;br /&gt;
!timezonepref&lt;br /&gt;
|varchar(255) &lt;br /&gt;
|Timezone of the user&lt;br /&gt;
|- &lt;br /&gt;
!public_key&lt;br /&gt;
|mediumtext&lt;br /&gt;
|Public key used for data-encryption by user&lt;br /&gt;
|- &lt;br /&gt;
!copy_of_emails&lt;br /&gt;
|tinyint(1)&lt;br /&gt;
|Number of copies of emails sent&lt;br /&gt;
|- &lt;br /&gt;
!institution_id&lt;br /&gt;
|int(11)&lt;br /&gt;
|id of the institution of the user&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables referencing users table  ==&lt;br /&gt;
The following image shows the tables referencing users table&lt;br /&gt;
[[File:Users_export.png]]&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables users table is referencing to ==&lt;br /&gt;
The users table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Users&amp;diff=116750</id>
		<title>Users</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Users&amp;diff=116750"/>
		<updated>2018-04-23T00:47:06Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name !!Datatype !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Primary key of the entry in table, auto increments by default&lt;br /&gt;
|- &lt;br /&gt;
!name  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|User name of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!crypted_password  &lt;br /&gt;
|varchar(40)  &lt;br /&gt;
|Password of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!role_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Role which this user corresponds to FK into ROLES table&lt;br /&gt;
|- &lt;br /&gt;
!password_salt  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
!fullname  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Registered full name of the user&lt;br /&gt;
|- &lt;br /&gt;
!email  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Registered email of the respective user.&lt;br /&gt;
|- &lt;br /&gt;
!parent_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Parent of the respective user; correspond to the ID which created this particular user&lt;br /&gt;
|- &lt;br /&gt;
!private_by_default  &lt;br /&gt;
|tinyint(1)  &lt;br /&gt;
|If the user is private by default; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!mru_directory_path  &lt;br /&gt;
|varchar(128)  &lt;br /&gt;
|Default home directory of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!email_on_review  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If the user is emailed on receiving a review; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!email_on_submission  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If emailed on submission; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!email_on_review_of_review  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|Whether to email on receiving review of review; essentially boolean&lt;br /&gt;
|- &lt;br /&gt;
!is_new_user  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If the user is a new user; used to check if user has signed the new user form&lt;br /&gt;
|- &lt;br /&gt;
!master_permssion_granted  &lt;br /&gt;
|tiny_int(4)  &lt;br /&gt;
|If the user has the master user permission is granted&lt;br /&gt;
|- &lt;br /&gt;
!handle  &lt;br /&gt;
|varchar(255) &lt;br /&gt;
|Name of the handle created for the user&lt;br /&gt;
|- &lt;br /&gt;
!digital_certificate  &lt;br /&gt;
|mediumtext &lt;br /&gt;
|Digital certificate generated for the user to protect his password&lt;br /&gt;
|- &lt;br /&gt;
!timezonepref&lt;br /&gt;
|varchar(255) &lt;br /&gt;
|Timezone of the user&lt;br /&gt;
|- &lt;br /&gt;
!public_key&lt;br /&gt;
|mediumtext&lt;br /&gt;
|Public key used for data-encryption by user&lt;br /&gt;
|- &lt;br /&gt;
!copy_of_emails&lt;br /&gt;
|tinyint(1)&lt;br /&gt;
|Number of copies of emails sent&lt;br /&gt;
|- &lt;br /&gt;
!institution_id&lt;br /&gt;
|int(11)&lt;br /&gt;
|id of the institution of the user&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables referencing users table  ==&lt;br /&gt;
The following image shows the tables referencing users table&lt;br /&gt;
[[File:Users_export.jpg]]&lt;br /&gt;
&lt;br /&gt;
== E/R diagram of tables users table is referencing to ==&lt;br /&gt;
The users table is not referenced by any other tables&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Users_export.png&amp;diff=116748</id>
		<title>File:Users export.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Users_export.png&amp;diff=116748"/>
		<updated>2018-04-23T00:42:54Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Users&amp;diff=116739</id>
		<title>Users</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Users&amp;diff=116739"/>
		<updated>2018-04-23T00:31:50Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name !!Datatype !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Primary key of the entry in table, auto increments by default&lt;br /&gt;
|- &lt;br /&gt;
!name  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|User name of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!crypted_password  &lt;br /&gt;
|varchar(40)  &lt;br /&gt;
|Password of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!role_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Role which this user corresponds to FK into ROLES table&lt;br /&gt;
|- &lt;br /&gt;
!password_salt  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
!fullname  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Registered full name of the user&lt;br /&gt;
|- &lt;br /&gt;
!email  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Registered email of the respective user.&lt;br /&gt;
|- &lt;br /&gt;
!parent_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Parent of the respective user; correspond to the ID which created this particular user&lt;br /&gt;
|- &lt;br /&gt;
!private_by_default  &lt;br /&gt;
|tinyint(1)  &lt;br /&gt;
|If the user is private by default; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!mru_directory_path  &lt;br /&gt;
|varchar(128)  &lt;br /&gt;
|Default home directory of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!email_on_review  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If the user is emailed on receiving a review; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!email_on_submission  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If emailed on submission; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!email_on_review_of_review  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|Whether to email on receiving review of review; essentially boolean&lt;br /&gt;
|- &lt;br /&gt;
!is_new_user  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If the user is a new user; used to check if user has signed the new user form&lt;br /&gt;
|- &lt;br /&gt;
!master_permssion_granted  &lt;br /&gt;
|tiny_int(4)  &lt;br /&gt;
|If the user has the master user permission is granted&lt;br /&gt;
|- &lt;br /&gt;
!handle  &lt;br /&gt;
|varchar(255) &lt;br /&gt;
|Name of the handle created for the user&lt;br /&gt;
|- &lt;br /&gt;
!digital_certificate  &lt;br /&gt;
|mediumtext &lt;br /&gt;
|Digital certificate generated for the user to protect his password&lt;br /&gt;
|- &lt;br /&gt;
!timezonepref&lt;br /&gt;
|varchar(255) &lt;br /&gt;
|Timezone of the user&lt;br /&gt;
|- &lt;br /&gt;
!public_key&lt;br /&gt;
|mediumtext&lt;br /&gt;
|Public key used for data-encryption by user&lt;br /&gt;
|- &lt;br /&gt;
!copy_of_emails&lt;br /&gt;
|tinyint(1)&lt;br /&gt;
|Number of copies of emails sent&lt;br /&gt;
|- &lt;br /&gt;
!institution_id&lt;br /&gt;
|int(11)&lt;br /&gt;
|id of the institution of the user&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Users&amp;diff=116734</id>
		<title>Users</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Users&amp;diff=116734"/>
		<updated>2018-04-23T00:19:48Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Name !!Datatype !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Primary key of the entry in table, auto increments by default&lt;br /&gt;
|- &lt;br /&gt;
!name  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|User name of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!crypted_password  &lt;br /&gt;
|varchar(40)  &lt;br /&gt;
|Password of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!role_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Role which this user corresponds to FK into ROLES table&lt;br /&gt;
|- &lt;br /&gt;
!password_salt  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
!fullname  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Registered full name of the user&lt;br /&gt;
|- &lt;br /&gt;
!email  &lt;br /&gt;
|varchar(255)  &lt;br /&gt;
|Registered email of the respective user.&lt;br /&gt;
|- &lt;br /&gt;
!parent_id  &lt;br /&gt;
|int(11)  &lt;br /&gt;
|Parent of the respective user; correspond to the ID which created this particular user&lt;br /&gt;
|- &lt;br /&gt;
!private_by_default  &lt;br /&gt;
|tinyint(1)  &lt;br /&gt;
|If the user is private by default; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!mru_directory_path  &lt;br /&gt;
|varchar(128)  &lt;br /&gt;
|Default home directory of the respective user&lt;br /&gt;
|- &lt;br /&gt;
!email_on_review  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If the user is emailed on receiving a review; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!email_on_submission  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If emailed on submission; essentially Boolean&lt;br /&gt;
|- &lt;br /&gt;
!email_on_review_of_review  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|Whether to email on receiving review of review; essentially boolean&lt;br /&gt;
|- &lt;br /&gt;
!is_new_user  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If the user is a new user; used to check if user has signed the new user form&lt;br /&gt;
|- &lt;br /&gt;
!master_permssion_granted  &lt;br /&gt;
|tiny_int(1)  &lt;br /&gt;
|If the user has the master user permission is granted&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Documentation_on_Database_Tables&amp;diff=116726</id>
		<title>Documentation on Database Tables</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Documentation_on_Database_Tables&amp;diff=116726"/>
		<updated>2018-04-23T00:06:02Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page is under construction --&amp;gt;&lt;br /&gt;
'''PROJECT TITLE: Regularize Expertiza DB schema'''&lt;br /&gt;
 &amp;lt;b&amp;gt;PROBLEM DESCRIPTION:&amp;lt;/b&amp;gt;&lt;br /&gt;
  &amp;lt;br&amp;gt;The current Expertiza database has some problems which needs to be rectified.&lt;br /&gt;
  &amp;lt;br&amp;gt;The current Expertiza database has issues similar to what is described below:&lt;br /&gt;
  &amp;lt;br&amp;gt;1. redundant record. For instance, &amp;lt;b&amp;gt;deadline_types&amp;lt;/b&amp;gt; table has two &amp;lt;b&amp;gt;signup&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;team_formation&amp;lt;/b&amp;gt; record.&lt;br /&gt;
  &amp;lt;br&amp;gt;2. some field name is confused. For instance, in &amp;lt;b&amp;gt;users&amp;lt;/b&amp;gt; table &amp;lt;b&amp;gt;assignment_id&amp;lt;/b&amp;gt; becomes &amp;lt;b&amp;gt;parent_id&amp;lt;/b&amp;gt; and in &amp;lt;b&amp;gt;response_maps&amp;lt;/b&amp;gt; &amp;lt;b&amp;gt;assignment_id&amp;lt;/b&amp;gt; becomes &lt;br /&gt;
  &amp;lt;b&amp;gt;reviewed_object_id&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
  '''The scope of our project is to rectify these problems by performing the below steps.'''&lt;br /&gt;
  &amp;lt;br&amp;gt; 1. Go through the Expertiza_development database to find tables that not used any more or redundant records.&lt;br /&gt;
  &amp;lt;br&amp;gt; 2. Write migrations to regularize the Expertiza database and also change code if necessary.&lt;br /&gt;
  &amp;lt;br&amp;gt; 3. Make sure all existing tests are passed and change test code if necessary&lt;br /&gt;
  &amp;lt;br&amp;gt; 4. Modify database wiki page to make it up to date&lt;br /&gt;
&lt;br /&gt;
 '''DATABASE TABLE DESCRIPTION:'''&lt;br /&gt;
  &amp;lt;br&amp;gt;Below is the old detailed description of the tables in the Expertiza DB schema.&amp;lt;br&amp;gt;Our Primary Job is updating the wiki and making it more informative by including all the changes in the Expertiza Db in this wiki.&lt;br /&gt;
&lt;br /&gt;
 '''STEPS TO NAVIGATE TO expertiza_development SCHEMA:'''&lt;br /&gt;
  &amp;lt;br&amp;gt; 1. Open terminal.&lt;br /&gt;
  &amp;lt;br&amp;gt; 2. Change to the &amp;quot;expertiza&amp;quot; folder using the command: $cd expertiza&lt;br /&gt;
  &amp;lt;br&amp;gt; 3. Invoke the rails database console using the command: &amp;quot;$rails dbconsole&amp;quot; and give the password &amp;quot;expertiza&amp;quot; when prompted.&lt;br /&gt;
  &amp;lt;br&amp;gt; 4. List the databases present in the MYSQL server using the command &amp;gt;show databases;&lt;br /&gt;
  &amp;lt;br&amp;gt; 5. Move to the &amp;quot;expertiza_development&amp;quot; database using the command &amp;gt;use expertiza_development&lt;br /&gt;
  &amp;lt;br&amp;gt; 6. List down the tables present in the &amp;quot;expertiza_development&amp;quot; using the command &amp;gt;show tables;&lt;br /&gt;
&lt;br /&gt;
'''FLOWCHART:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Flowchart.PNG]]&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
# '''Assignments'''&lt;br /&gt;
#: [[assignments]]&lt;br /&gt;
#: [[assignment_questionnaires]]&lt;br /&gt;
#: [[deadline_types]]&lt;br /&gt;
#: [[deadline_rights]]&lt;br /&gt;
#: [[due_dates]]&lt;br /&gt;
#: [[late_policies]]&lt;br /&gt;
#: [[participants]]&lt;br /&gt;
#: [[wiki_types]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[assignments_questionnaires]]&lt;br /&gt;
# '''Goldberg'''&lt;br /&gt;
#: [[content_pages]]&lt;br /&gt;
#: [[controller_actions]]&lt;br /&gt;
#: [[markup_styles]]&lt;br /&gt;
#: [[menu_items]]&lt;br /&gt;
#: [[permissions]]&lt;br /&gt;
#: [[plugin_schema_info]]&lt;br /&gt;
#: [[roles]]&lt;br /&gt;
#: [[roles_permissions]]&lt;br /&gt;
#: [[schema_info]]&lt;br /&gt;
#: [[site_controllers]]&lt;br /&gt;
#: [[users]]&lt;br /&gt;
#: [[system_settings]]&lt;br /&gt;
# '''Reviewing'''&lt;br /&gt;
#: [[comments]]&lt;br /&gt;
#: [[mapping_strategies]]&lt;br /&gt;
#: [[responses]]&lt;br /&gt;
#: [[response_maps]]&lt;br /&gt;
#: [[review_strategies]]&lt;br /&gt;
#: [[score_caches]]&lt;br /&gt;
#: [[scores]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[review_feedbacks]]&lt;br /&gt;
#:: [[review_mappings]]&lt;br /&gt;
#:: [[review_of_review_mappings]]&lt;br /&gt;
#:: [[review_of_reviews]]&lt;br /&gt;
#:: [[reviews]]&lt;br /&gt;
#:: [[teammate_reviews]]&lt;br /&gt;
# '''Teammate'''&lt;br /&gt;
#: [[invitations]]&lt;br /&gt;
#: [[teams]]&lt;br /&gt;
#: [[teams_users]]&lt;br /&gt;
# '''Courses'''&lt;br /&gt;
#: [[Courses_table|courses]]&lt;br /&gt;
# '''Hierarchy'''&lt;br /&gt;
#: [[institutions]]&lt;br /&gt;
#: [[languages]]&lt;br /&gt;
# '''Display'''&lt;br /&gt;
#: [[nodes]]	&lt;br /&gt;
#: [[tree_folders]]&lt;br /&gt;
# '''Questionnaires/Rubrics'''&lt;br /&gt;
#: [[question_advices]]&lt;br /&gt;
#: [[questionnaires]]&lt;br /&gt;
#: [[Questions_table|questions]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[questionnaire_types]]&lt;br /&gt;
# '''Surveys'''&lt;br /&gt;
#: [[survey_deployments]]&lt;br /&gt;
#: [[survey_participants]]&lt;br /&gt;
#: [[survey_responses]]&lt;br /&gt;
# '''Other Features'''&lt;br /&gt;
#: [[signed_up_users]]&lt;br /&gt;
#: [[sign_up_topics]]&lt;br /&gt;
#: [[resubmission_times]]&lt;br /&gt;
#: [[ta_mappings]]&lt;br /&gt;
# '''New Tables'''&lt;br /&gt;
&amp;lt;!-- Saraswati Mishra: New tables --&amp;gt;&lt;br /&gt;
#: [[versions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*[[Assignments]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Goldberg]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Reviewing]]&lt;br /&gt;
*[[Media:migrate_files_comments.docx|Teammate]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Courses]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Hierarchy]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Display]]&lt;br /&gt;
*[[Media:Questionnaires.pdf| Questionnaires/Rubrics]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Surveys]]&lt;br /&gt;
&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| resubmission_times]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| ta_mappings]]&lt;br /&gt;
&lt;br /&gt;
*[[Sample link]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Back to [[Expertiza_documentation]] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Versions&amp;diff=116725</id>
		<title>Versions</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Versions&amp;diff=116725"/>
		<updated>2018-04-23T00:02:22Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: Created page with &amp;quot;{| class=&amp;quot;wikitable&amp;quot;  !Field Name !!Type !!Description |-  !id    |int(11)   |The unique record id |-  !item_type    |varchar(255) |Types of items |-  !item_id    |int(11)   |id ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Field Name !!Type !!Description&lt;br /&gt;
|- &lt;br /&gt;
!id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|The unique record id&lt;br /&gt;
|- &lt;br /&gt;
!item_type   &lt;br /&gt;
|varchar(255)&lt;br /&gt;
|Types of items&lt;br /&gt;
|- &lt;br /&gt;
!item_id   &lt;br /&gt;
|int(11)  &lt;br /&gt;
|id of types of items used like 'Assignment','User' or 'Team'&lt;br /&gt;
|- &lt;br /&gt;
!event   &lt;br /&gt;
|varchar(255)&lt;br /&gt;
|description of the event, whether data was created/updated or deleted&lt;br /&gt;
|- &lt;br /&gt;
!whodunnit   &lt;br /&gt;
|varchar(255)&lt;br /&gt;
|id of the person who has done the work&lt;br /&gt;
|- &lt;br /&gt;
!object   &lt;br /&gt;
|varchar(255)&lt;br /&gt;
|description of the object that has been updated&lt;br /&gt;
|- &lt;br /&gt;
!created_at   &lt;br /&gt;
|datetime&lt;br /&gt;
|Auto-generated column that stores the date and time of the column when it is updated&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Documentation_on_Database_Tables&amp;diff=116722</id>
		<title>Documentation on Database Tables</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Documentation_on_Database_Tables&amp;diff=116722"/>
		<updated>2018-04-22T23:38:03Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page is under construction --&amp;gt;&lt;br /&gt;
'''PROJECT TITLE: Regularize Expertiza DB schema'''&lt;br /&gt;
 &amp;lt;b&amp;gt;PROBLEM DESCRIPTION:&amp;lt;/b&amp;gt;&lt;br /&gt;
  &amp;lt;br&amp;gt;The current Expertiza database has some problems which needs to be rectified.&lt;br /&gt;
  &amp;lt;br&amp;gt;The current Expertiza database has issues similar to what is described below:&lt;br /&gt;
  &amp;lt;br&amp;gt;1. redundant record. For instance, &amp;lt;b&amp;gt;deadline_types&amp;lt;/b&amp;gt; table has two &amp;lt;b&amp;gt;signup&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;team_formation&amp;lt;/b&amp;gt; record.&lt;br /&gt;
  &amp;lt;br&amp;gt;2. some field name is confused. For instance, in &amp;lt;b&amp;gt;users&amp;lt;/b&amp;gt; table &amp;lt;b&amp;gt;assignment_id&amp;lt;/b&amp;gt; becomes &amp;lt;b&amp;gt;parent_id&amp;lt;/b&amp;gt; and in &amp;lt;b&amp;gt;response_maps&amp;lt;/b&amp;gt; &amp;lt;b&amp;gt;assignment_id&amp;lt;/b&amp;gt; becomes &lt;br /&gt;
  &amp;lt;b&amp;gt;reviewed_object_id&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
  '''The scope of our project is to rectify these problems by performing the below steps.'''&lt;br /&gt;
  &amp;lt;br&amp;gt; 1. Go through the Expertiza_development database to find tables that not used any more or redundant records.&lt;br /&gt;
  &amp;lt;br&amp;gt; 2. Write migrations to regularize the Expertiza database and also change code if necessary.&lt;br /&gt;
  &amp;lt;br&amp;gt; 3. Make sure all existing tests are passed and change test code if necessary&lt;br /&gt;
  &amp;lt;br&amp;gt; 4. Modify database wiki page to make it up to date&lt;br /&gt;
&lt;br /&gt;
 '''DATABASE TABLE DESCRIPTION:'''&lt;br /&gt;
  &amp;lt;br&amp;gt;Below is the old detailed description of the tables in the Expertiza DB schema.&amp;lt;br&amp;gt;Our Primary Job is updating the wiki and making it more informative by including all the changes in the Expertiza Db in this wiki.&lt;br /&gt;
&lt;br /&gt;
 '''STEPS TO NAVIGATE TO expertiza_development SCHEMA:'''&lt;br /&gt;
  &amp;lt;br&amp;gt; 1. Open terminal.&lt;br /&gt;
  &amp;lt;br&amp;gt; 2. Change to the &amp;quot;expertiza&amp;quot; folder using the command: $cd expertiza&lt;br /&gt;
  &amp;lt;br&amp;gt; 3. Invoke the rails database console using the command: &amp;quot;$rails dbconsole&amp;quot; and give the password &amp;quot;expertiza&amp;quot; when prompted.&lt;br /&gt;
  &amp;lt;br&amp;gt; 4. List the databases present in the MYSQL server using the command &amp;gt;show databases;&lt;br /&gt;
  &amp;lt;br&amp;gt; 5. Move to the &amp;quot;expertiza_development&amp;quot; database using the command &amp;gt;use expertiza_development&lt;br /&gt;
  &amp;lt;br&amp;gt; 6. List down the tables present in the &amp;quot;expertiza_development&amp;quot; using the command &amp;gt;show tables;&lt;br /&gt;
&lt;br /&gt;
'''FLOWCHART:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Flowchart.PNG]]&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
# '''Assignments'''&lt;br /&gt;
#: [[assignments]]&lt;br /&gt;
#: [[assignment_questionnaires]]&lt;br /&gt;
#: [[deadline_types]]&lt;br /&gt;
#: [[deadline_rights]]&lt;br /&gt;
#: [[due_dates]]&lt;br /&gt;
#: [[late_policies]]&lt;br /&gt;
#: [[participants]]&lt;br /&gt;
#: [[wiki_types]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[assignments_questionnaires]]&lt;br /&gt;
# '''Goldberg'''&lt;br /&gt;
#: [[content_pages]]&lt;br /&gt;
#: [[controller_actions]]&lt;br /&gt;
#: [[markup_styles]]&lt;br /&gt;
#: [[menu_items]]&lt;br /&gt;
#: [[permissions]]&lt;br /&gt;
#: [[plugin_schema_info]]&lt;br /&gt;
#: [[roles]]&lt;br /&gt;
#: [[roles_permissions]]&lt;br /&gt;
#: [[schema_info]]&lt;br /&gt;
#: [[site_controllers]]&lt;br /&gt;
#: [[users]]&lt;br /&gt;
#: [[system_settings]]&lt;br /&gt;
# '''Reviewing'''&lt;br /&gt;
#: [[comments]]&lt;br /&gt;
#: [[mapping_strategies]]&lt;br /&gt;
#: [[responses]]&lt;br /&gt;
#: [[response_maps]]&lt;br /&gt;
#: [[review_strategies]]&lt;br /&gt;
#: [[score_caches]]&lt;br /&gt;
#: [[scores]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[review_feedbacks]]&lt;br /&gt;
#:: [[review_mappings]]&lt;br /&gt;
#:: [[review_of_review_mappings]]&lt;br /&gt;
#:: [[review_of_reviews]]&lt;br /&gt;
#:: [[reviews]]&lt;br /&gt;
#:: [[teammate_reviews]]&lt;br /&gt;
# '''Teammate'''&lt;br /&gt;
#: [[invitations]]&lt;br /&gt;
#: [[teams]]&lt;br /&gt;
#: [[teams_users]]&lt;br /&gt;
# '''Courses'''&lt;br /&gt;
#: [[Courses_table|courses]]&lt;br /&gt;
# '''Hierarchy'''&lt;br /&gt;
#: [[institutions]]&lt;br /&gt;
#: [[languages]]&lt;br /&gt;
# '''Display'''&lt;br /&gt;
#: [[nodes]]	&lt;br /&gt;
#: [[tree_folders]]&lt;br /&gt;
# '''Questionnaires/Rubrics'''&lt;br /&gt;
#: [[question_advices]]&lt;br /&gt;
#: [[questionnaires]]&lt;br /&gt;
#: [[Questions_table|questions]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[questionnaire_types]]&lt;br /&gt;
# '''Surveys'''&lt;br /&gt;
#: [[survey_deployments]]&lt;br /&gt;
#: [[survey_participants]]&lt;br /&gt;
#: [[survey_responses]]&lt;br /&gt;
# '''Other Features'''&lt;br /&gt;
#: [[signed_up_users]]&lt;br /&gt;
#: [[sign_up_topics]]&lt;br /&gt;
#: [[resubmission_times]]&lt;br /&gt;
#: [[ta_mappings]]&lt;br /&gt;
&amp;lt;!-- Saraswati Mishra: New tables --&amp;gt;&lt;br /&gt;
#: [[versions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*[[Assignments]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Goldberg]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Reviewing]]&lt;br /&gt;
*[[Media:migrate_files_comments.docx|Teammate]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Courses]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Hierarchy]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Display]]&lt;br /&gt;
*[[Media:Questionnaires.pdf| Questionnaires/Rubrics]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Surveys]]&lt;br /&gt;
&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| resubmission_times]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| ta_mappings]]&lt;br /&gt;
&lt;br /&gt;
*[[Sample link]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Back to [[Expertiza_documentation]] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=Documentation_on_Database_Tables&amp;diff=116721</id>
		<title>Documentation on Database Tables</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Documentation_on_Database_Tables&amp;diff=116721"/>
		<updated>2018-04-22T23:35:54Z</updated>

		<summary type="html">&lt;p&gt;Smishra4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page is under construction --&amp;gt;&lt;br /&gt;
'''PROJECT TITLE: Regularize Expertiza DB schema'''&lt;br /&gt;
 &amp;lt;b&amp;gt;PROBLEM DESCRIPTION:&amp;lt;/b&amp;gt;&lt;br /&gt;
  &amp;lt;br&amp;gt;The current Expertiza database has some problems which needs to be rectified.&lt;br /&gt;
  &amp;lt;br&amp;gt;The current Expertiza database has issues similar to what is described below:&lt;br /&gt;
  &amp;lt;br&amp;gt;1. redundant record. For instance, &amp;lt;b&amp;gt;deadline_types&amp;lt;/b&amp;gt; table has two &amp;lt;b&amp;gt;signup&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;team_formation&amp;lt;/b&amp;gt; record.&lt;br /&gt;
  &amp;lt;br&amp;gt;2. some field name is confused. For instance, in &amp;lt;b&amp;gt;users&amp;lt;/b&amp;gt; table &amp;lt;b&amp;gt;assignment_id&amp;lt;/b&amp;gt; becomes &amp;lt;b&amp;gt;parent_id&amp;lt;/b&amp;gt; and in &amp;lt;b&amp;gt;response_maps&amp;lt;/b&amp;gt; &amp;lt;b&amp;gt;assignment_id&amp;lt;/b&amp;gt; becomes &lt;br /&gt;
  &amp;lt;b&amp;gt;reviewed_object_id&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
  '''The scope of our project is to rectify these problems by performing the below steps.'''&lt;br /&gt;
  &amp;lt;br&amp;gt; 1. Go through the Expertiza_development database to find tables that not used any more or redundant records.&lt;br /&gt;
  &amp;lt;br&amp;gt; 2. Write migrations to regularize the Expertiza database and also change code if necessary.&lt;br /&gt;
  &amp;lt;br&amp;gt; 3. Make sure all existing tests are passed and change test code if necessary&lt;br /&gt;
  &amp;lt;br&amp;gt; 4. Modify database wiki page to make it up to date&lt;br /&gt;
&lt;br /&gt;
 '''DATABASE TABLE DESCRIPTION:'''&lt;br /&gt;
  &amp;lt;br&amp;gt;Below is the old detailed description of the tables in the Expertiza DB schema.&amp;lt;br&amp;gt;Our Primary Job is updating the wiki and making it more informative by including all the changes in the Expertiza Db in this wiki.&lt;br /&gt;
&lt;br /&gt;
 '''STEPS TO NAVIGATE TO expertiza_development SCHEMA:'''&lt;br /&gt;
  &amp;lt;br&amp;gt; 1. Open terminal.&lt;br /&gt;
  &amp;lt;br&amp;gt; 2. Change to the &amp;quot;expertiza&amp;quot; folder using the command: $cd expertiza&lt;br /&gt;
  &amp;lt;br&amp;gt; 3. Invoke the rails database console using the command: &amp;quot;$rails dbconsole&amp;quot; and give the password &amp;quot;expertiza&amp;quot; when prompted.&lt;br /&gt;
  &amp;lt;br&amp;gt; 4. List the databases present in the MYSQL server using the command &amp;gt;show databases;&lt;br /&gt;
  &amp;lt;br&amp;gt; 5. Move to the &amp;quot;expertiza_development&amp;quot; database using the command &amp;gt;use expertiza_development&lt;br /&gt;
  &amp;lt;br&amp;gt; 6. List down the tables present in the &amp;quot;expertiza_development&amp;quot; using the command &amp;gt;show tables;&lt;br /&gt;
&lt;br /&gt;
'''FLOWCHART:'''&lt;br /&gt;
&lt;br /&gt;
[[File:Flowchart.PNG]]&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
# '''Assignments'''&lt;br /&gt;
#: [[assignments]]&lt;br /&gt;
#: [[assignment_questionnaires]]&lt;br /&gt;
#: [[deadline_types]]&lt;br /&gt;
#: [[deadline_rights]]&lt;br /&gt;
#: [[due_dates]]&lt;br /&gt;
#: [[late_policies]]&lt;br /&gt;
#: [[participants]]&lt;br /&gt;
#: [[wiki_types]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[assignments_questionnaires]]&lt;br /&gt;
# '''Goldberg'''&lt;br /&gt;
#: [[content_pages]]&lt;br /&gt;
#: [[controller_actions]]&lt;br /&gt;
#: [[markup_styles]]&lt;br /&gt;
#: [[menu_items]]&lt;br /&gt;
#: [[permissions]]&lt;br /&gt;
#: [[plugin_schema_info]]&lt;br /&gt;
#: [[roles]]&lt;br /&gt;
#: [[roles_permissions]]&lt;br /&gt;
#: [[schema_info]]&lt;br /&gt;
#: [[site_controllers]]&lt;br /&gt;
#: [[users]]&lt;br /&gt;
#: [[system_settings]]&lt;br /&gt;
# '''Reviewing'''&lt;br /&gt;
#: [[comments]]&lt;br /&gt;
#: [[mapping_strategies]]&lt;br /&gt;
#: [[responses]]&lt;br /&gt;
#: [[response_maps]]&lt;br /&gt;
#: [[review_strategies]]&lt;br /&gt;
#: [[score_caches]]&lt;br /&gt;
#: [[scores]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[review_feedbacks]]&lt;br /&gt;
#:: [[review_mappings]]&lt;br /&gt;
#:: [[review_of_review_mappings]]&lt;br /&gt;
#:: [[review_of_reviews]]&lt;br /&gt;
#:: [[reviews]]&lt;br /&gt;
#:: [[teammate_reviews]]&lt;br /&gt;
# '''Teammate'''&lt;br /&gt;
#: [[invitations]]&lt;br /&gt;
#: [[teams]]&lt;br /&gt;
#: [[teams_users]]&lt;br /&gt;
# '''Courses'''&lt;br /&gt;
#: [[Courses_table|courses]]&lt;br /&gt;
# '''Hierarchy'''&lt;br /&gt;
#: [[institutions]]&lt;br /&gt;
#: [[languages]]&lt;br /&gt;
# '''Display'''&lt;br /&gt;
#: [[nodes]]	&lt;br /&gt;
#: [[tree_folders]]&lt;br /&gt;
# '''Questionnaires/Rubrics'''&lt;br /&gt;
#: [[question_advices]]&lt;br /&gt;
#: [[questionnaires]]&lt;br /&gt;
#: [[Questions_table|questions]]&lt;br /&gt;
#: ''Deprecated Tables''&lt;br /&gt;
#:: [[questionnaire_types]]&lt;br /&gt;
# '''Surveys'''&lt;br /&gt;
#: [[survey_deployments]]&lt;br /&gt;
#: [[survey_participants]]&lt;br /&gt;
#: [[survey_responses]]&lt;br /&gt;
# '''Other Features'''&lt;br /&gt;
#: [[signed_up_users]]&lt;br /&gt;
#: [[sign_up_topics]]&lt;br /&gt;
#: [[resubmission_times]]&lt;br /&gt;
#: [[ta_mappings]]&lt;br /&gt;
&amp;lt;!-- Saraswati Mishra: New tables --&amp;gt;&lt;br /&gt;
#: [[wiki_types]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*[[Assignments]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Goldberg]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Reviewing]]&lt;br /&gt;
*[[Media:migrate_files_comments.docx|Teammate]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Courses]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Hierarchy]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Display]]&lt;br /&gt;
*[[Media:Questionnaires.pdf| Questionnaires/Rubrics]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| Surveys]]&lt;br /&gt;
&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| resubmission_times]]&lt;br /&gt;
*[[Media:Underconstruction.pdf‎| ta_mappings]]&lt;br /&gt;
&lt;br /&gt;
*[[Sample link]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Back to [[Expertiza_documentation]] Main page.&lt;/div&gt;</summary>
		<author><name>Smishra4</name></author>
	</entry>
</feed>