<?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=Svkumar2</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=Svkumar2"/>
	<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Special:Contributions/Svkumar2"/>
	<updated>2026-06-23T15:50:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138407</id>
		<title>CSC/ECE 517 Spring 2021 - E2106. Fix view in student task/list page</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138407"/>
		<updated>2021-03-27T03:48:30Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details project documentation for the CSC/ECE 517 Spring 2021, &amp;quot;E2106 Fix view in student task/list page&amp;quot; project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
The student_task/list page is the page displayed to a student after logging in into expertiza. It has mainly two div(s), one to show the upcoming tasks along with some important information, another div is to display all the assignments and their information in which the student is participating. We have to modify the view to remove extraneous information and make it clearer and more concise.&lt;br /&gt;
&lt;br /&gt;
=== Mentor ===&lt;br /&gt;
&lt;br /&gt;
Saurabh Shingte, svshingt@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
* Sharath Kumar (svkumar2@ncsu.edu)&lt;br /&gt;
* Nikhil Sundaraswamy (nsundar@ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Modify the view to remove extraneous information and make it clearer and more concise&lt;br /&gt;
* Add checkbox to Publishing Rights column, when checked the permission_granted boolean variable is set to true&lt;br /&gt;
* In general, no column needs to be shown if there are no values in it.  This would apply to “Badges” if no assignments in the list contain badges.&lt;br /&gt;
* Also, it doesn’t make sense to have a column for Review Grade, and not for the grade for submitted work (“Submission Grade”).&lt;br /&gt;
* We should consider the cases where a student might be enrolled in assignments from more than one course. In this case, assignments should be grouped by course, with the course name given before the listing of the first assignment. (This allows for the column for course to be removed, making the display more compact.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Functionality Testing ==&lt;br /&gt;
LogIn to Expertiza as any of the students mentioned below. Without the changes the original view is as shown below.&lt;br /&gt;
&lt;br /&gt;
*instructor6&lt;br /&gt;
&lt;br /&gt;
* student7487&lt;br /&gt;
&lt;br /&gt;
* student7490&lt;br /&gt;
&lt;br /&gt;
* student7496&lt;br /&gt;
&lt;br /&gt;
Password for logging in for any student/instructor is : password&lt;br /&gt;
&lt;br /&gt;
Once logged into the page click on &amp;quot;Assignments&amp;quot; tab. A modified view is observed as compared to the earlier view&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_original_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 1 we added CSS style properties and removed the unnecessary space between two divs by using HTML comment.&lt;br /&gt;
&lt;br /&gt;
[[File:changes_in_list_html_erb_file.png]]&lt;br /&gt;
&lt;br /&gt;
The modified view is as shown below&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_modified_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 2, we did the following modifications&lt;br /&gt;
&lt;br /&gt;
* In app/assests/javascripts/submissions.js, we have added an ajax call to update the permission_granted boolean variable in Participant table&lt;br /&gt;
&lt;br /&gt;
[[File:submission_js_new.png]]&lt;br /&gt;
&lt;br /&gt;
* In app/controller/student_task_controller.rb, we are defining a method named permission_granted which routes the action from checkbox event&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_controller.png]]&lt;br /&gt;
&lt;br /&gt;
* app/views/student_task/list.html.erb, we have added code to include an information banner on Publishing Rights column and checkboxes&lt;br /&gt;
&lt;br /&gt;
[[File:publishing_rights_info_banner.png]]&lt;br /&gt;
&lt;br /&gt;
* In config/routes.rb, we have added a functionality to route the checkbox event to permission_granted action in student_task_controller.rb&lt;br /&gt;
&lt;br /&gt;
[[File:routes_rb.png]]&lt;br /&gt;
&lt;br /&gt;
After all proposed modifications, we see the below shown view&lt;br /&gt;
&lt;br /&gt;
[[File:expertiza_capture.png]]&lt;br /&gt;
&lt;br /&gt;
== Test Plan ==&lt;br /&gt;
&lt;br /&gt;
Since this project involved mostly UI changes it was not necessary to write test cases for the same. So there is '''no test plan'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*  https://expertiza.csc.ncsu.edu/index.php/CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/sharathKV/expertiza&lt;br /&gt;
&lt;br /&gt;
*  http://152.7.99.46:8080/&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/expertiza/expertiza/pull/1903&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138403</id>
		<title>CSC/ECE 517 Spring 2021 - E2106. Fix view in student task/list page</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138403"/>
		<updated>2021-03-27T03:43:10Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details project documentation for the CSC/ECE 517 Spring 2021, &amp;quot;E2106 Fix view in student task/list page&amp;quot; project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
The student_task/list page is the page displayed to a student after logging in into expertiza. It has mainly two div(s), one to show the upcoming tasks along with some important information, another div is to display all the assignments and their information in which the student is participating. We have to modify the view to remove extraneous information and make it clearer and more concise.&lt;br /&gt;
&lt;br /&gt;
=== Mentor ===&lt;br /&gt;
&lt;br /&gt;
Saurabh Shingte, svshingt@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
* Sharath Kumar (svkumar2@ncsu.edu)&lt;br /&gt;
* Nikhil Sundaraswamy (nsundar@ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Modify the view to remove extraneous information and make it clearer and more concise&lt;br /&gt;
* Add checkbox to Publishing Rights column, when checked the permission_granted boolean variable is set to true&lt;br /&gt;
* In general, no column needs to be shown if there are no values in it.  This would apply to “Badges” if no assignments in the list contain badges.&lt;br /&gt;
* Also, it doesn’t make sense to have a column for Review Grade, and not for the grade for submitted work (“Submission Grade”).&lt;br /&gt;
* We should consider the cases where a student might be enrolled in assignments from more than one course. In this case, assignments should be grouped by course, with the course name given before the listing of the first assignment. (This allows for the column for course to be removed, making the display more compact.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Functionality Testing ==&lt;br /&gt;
LogIn to Expertiza as any of the students mentioned below. Without the changes the original view is as shown below.&lt;br /&gt;
&lt;br /&gt;
*instructor6&lt;br /&gt;
&lt;br /&gt;
* student7487&lt;br /&gt;
&lt;br /&gt;
* student7490&lt;br /&gt;
&lt;br /&gt;
* student7496&lt;br /&gt;
&lt;br /&gt;
Password for logging in for any student/instructor is : password&lt;br /&gt;
&lt;br /&gt;
Once logged into the page click on &amp;quot;Assignments&amp;quot; tab. A modified view is observed as compared to the earlier view&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_original_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 1 we added CSS style properties and removed the unnecessary space between two divs by using HTML comment.&lt;br /&gt;
&lt;br /&gt;
[[File:changes_in_list_html_erb_file.png]]&lt;br /&gt;
&lt;br /&gt;
The modified view is as shown below&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_modified_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 2, we did the following modifications&lt;br /&gt;
&lt;br /&gt;
* In app/assests/javascripts/submissions.js, we have added an ajax call to update the permission_granted boolean variable in Participant table&lt;br /&gt;
&lt;br /&gt;
[[File:submission_js_new.png]]&lt;br /&gt;
&lt;br /&gt;
* In app/controller/student_task_controller.rb, we are defining a method named permission_granted which routes the action from checkbox event&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_controller.png]]&lt;br /&gt;
&lt;br /&gt;
* app/views/student_task/list.html.erb, we have added code to include an information banner on Publishing Rights column and checkboxes&lt;br /&gt;
&lt;br /&gt;
[[File:publishing_rights_info_banner.png]]&lt;br /&gt;
&lt;br /&gt;
* In config/routes.rb, we have added a functionality to route the checkbox event to permission_granted action in student_task_controller.rb&lt;br /&gt;
&lt;br /&gt;
[[File:routes_rb.png]]&lt;br /&gt;
&lt;br /&gt;
After all proposed modifications, we see the below shown view&lt;br /&gt;
&lt;br /&gt;
[[File:expertiza_capture.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Test Plan ==&lt;br /&gt;
&lt;br /&gt;
Since this project involved mostly UI changes it was not necessary to write test cases for the same. So there is '''no test plan'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*  https://expertiza.csc.ncsu.edu/index.php/CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/sharathKV/expertiza&lt;br /&gt;
&lt;br /&gt;
*  http://152.7.99.46:8080/&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/expertiza/expertiza/pull/1903&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138399</id>
		<title>CSC/ECE 517 Spring 2021 - E2106. Fix view in student task/list page</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138399"/>
		<updated>2021-03-27T03:34:47Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details project documentation for the CSC/ECE 517 Spring 2021, &amp;quot;E2106 Fix view in student task/list page&amp;quot; project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
The student_task/list page is the page displayed to a student after logging in into expertiza. It has mainly two div(s), one to show the upcoming tasks along with some important information, another div is to display all the assignments and their information in which the student is participating. We have to modify the view to remove extraneous information and make it clearer and more concise.&lt;br /&gt;
&lt;br /&gt;
=== Mentor ===&lt;br /&gt;
&lt;br /&gt;
Saurabh Shingte, svshingt@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
* Sharath Kumar (svkumar2@ncsu.edu)&lt;br /&gt;
* Nikhil Sundaraswamy (nsundar@ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Modify the view to remove extraneous information and make it clearer and more concise&lt;br /&gt;
* Add checkbox to Publishing Rights column, when checked the permission_granted boolean variable is set to true&lt;br /&gt;
* In general, no column needs to be shown if there are no values in it.  This would apply to “Badges” if no assignments in the list contain badges.&lt;br /&gt;
* Also, it doesn’t make sense to have a column for Review Grade, and not for the grade for submitted work (“Submission Grade”).&lt;br /&gt;
* We should consider the cases where a student might be enrolled in assignments from more than one course. In this case, assignments should be grouped by course, with the course name given before the listing of the first assignment. (This allows for the column for course to be removed, making the display more compact.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Functionality Testing ==&lt;br /&gt;
LogIn to Expertiza as any of the students mentioned below. Without the changes the original view is as shown below.&lt;br /&gt;
&lt;br /&gt;
*instructor6&lt;br /&gt;
&lt;br /&gt;
* student7487&lt;br /&gt;
&lt;br /&gt;
* student7490&lt;br /&gt;
&lt;br /&gt;
* student7496&lt;br /&gt;
&lt;br /&gt;
Password for logging in for any student/instructor is : password&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_original_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 1 we added CSS style properties and removed the unnecessary space between two divs by using HTML comment.&lt;br /&gt;
&lt;br /&gt;
[[File:changes_in_list_html_erb_file.png]]&lt;br /&gt;
&lt;br /&gt;
The modified view is as shown below&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_modified_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 2, we did the following modifications&lt;br /&gt;
&lt;br /&gt;
* In app/assests/javascripts/submissions.js, we have added an ajax call to update the permission_granted boolean variable in Participant table&lt;br /&gt;
&lt;br /&gt;
[[File:submission_js_new.png]]&lt;br /&gt;
&lt;br /&gt;
* In app/controller/student_task_controller.rb, we are defining a method named permission_granted which routes the action from checkbox event&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_controller.png]]&lt;br /&gt;
&lt;br /&gt;
* app/views/student_task/list.html.erb, we have added code to include an information banner on Publishing Rights column and checkboxes&lt;br /&gt;
&lt;br /&gt;
[[File:publishing_rights_info_banner.png]]&lt;br /&gt;
&lt;br /&gt;
* In config/routes.rb, we have added a functionality to route the checkbox event to permission_granted action in student_task_controller.rb&lt;br /&gt;
&lt;br /&gt;
[[File:routes_rb.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Modified Files ==&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*  https://expertiza.csc.ncsu.edu/index.php/CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/sharathKV/expertiza&lt;br /&gt;
&lt;br /&gt;
*  http://152.7.99.46:8080/&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/expertiza/expertiza/pull/1903&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js_new.png&amp;diff=138397</id>
		<title>File:Submission js new.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js_new.png&amp;diff=138397"/>
		<updated>2021-03-27T03:28:26Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138396</id>
		<title>CSC/ECE 517 Spring 2021 - E2106. Fix view in student task/list page</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138396"/>
		<updated>2021-03-27T03:27:54Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details project documentation for the CSC/ECE 517 Spring 2021, &amp;quot;E2106 Fix view in student task/list page&amp;quot; project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
The student_task/list page is the page displayed to a student after logging in into expertiza. It has mainly two div(s), one to show the upcoming tasks along with some important information, another div is to display all the assignments and their information in which the student is participating. We have to modify the view to remove extraneous information and make it clearer and more concise.&lt;br /&gt;
&lt;br /&gt;
=== Mentor ===&lt;br /&gt;
&lt;br /&gt;
Saurabh Shingte, svshingt@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
* Sharath Kumar (svkumar2@ncsu.edu)&lt;br /&gt;
* Nikhil Sundaraswamy (nsundar@ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Modify the view to remove extraneous information and make it clearer and more concise&lt;br /&gt;
* Add checkbox to Publishing Rights column, when checked the permission_granted boolean variable is set to true&lt;br /&gt;
* In general, no column needs to be shown if there are no values in it.  This would apply to “Badges” if no assignments in the list contain badges.&lt;br /&gt;
* Also, it doesn’t make sense to have a column for Review Grade, and not for the grade for submitted work (“Submission Grade”).&lt;br /&gt;
* We should consider the cases where a student might be enrolled in assignments from more than one course. In this case, assignments should be grouped by course, with the course name given before the listing of the first assignment. (This allows for the column for course to be removed, making the display more compact.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Functionality Testing ==&lt;br /&gt;
LogIn to Expertiza as any of the students mentioned below. Without the changes the original view is as shown below.&lt;br /&gt;
&lt;br /&gt;
* student7487&lt;br /&gt;
&lt;br /&gt;
* student7490&lt;br /&gt;
&lt;br /&gt;
* student7496&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_original_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 1 we added CSS style properties and removed the unnecessary space between two divs by using HTML comment.&lt;br /&gt;
&lt;br /&gt;
[[File:changes_in_list_html_erb_file.png]]&lt;br /&gt;
&lt;br /&gt;
The modified view is as shown below&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_modified_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 2, we did the following modifications&lt;br /&gt;
&lt;br /&gt;
* In app/assests/javascripts/submissions.js, we have added an ajax call to update the permission_granted boolean variable in Participant table&lt;br /&gt;
&lt;br /&gt;
[[File:submission_js_new.png]]&lt;br /&gt;
&lt;br /&gt;
* In app/controller/student_task_controller.rb, we are defining a method named permission_granted which routes the action from checkbox event&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_controller.png]]&lt;br /&gt;
&lt;br /&gt;
* app/views/student_task/list.html.erb, we have added code to include an information banner on Publishing Rights column and checkboxes&lt;br /&gt;
&lt;br /&gt;
[[File:publishing_rights_info_banner.png]]&lt;br /&gt;
&lt;br /&gt;
* In config/routes.rb, we have added a functionality to route the checkbox event to permission_granted action in student_task_controller.rb&lt;br /&gt;
&lt;br /&gt;
[[File:routes_rb.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:: Work in Progress ::&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138395</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138395"/>
		<updated>2021-03-27T03:26:40Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Submission js.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138394</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138394"/>
		<updated>2021-03-27T03:23:44Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Submission js.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138393</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138393"/>
		<updated>2021-03-27T03:22:53Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Submission js.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138392</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138392"/>
		<updated>2021-03-27T03:22:12Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Submission js.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138391</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138391"/>
		<updated>2021-03-27T03:21:46Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Submission js.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138390</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138390"/>
		<updated>2021-03-27T03:19:43Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Submission js.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Changes_in_list_html_erb_file.png&amp;diff=138389</id>
		<title>File:Changes in list html erb file.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Changes_in_list_html_erb_file.png&amp;diff=138389"/>
		<updated>2021-03-27T03:17:36Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Changes in list html erb file.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Changes_in_list_html_erb_file.png&amp;diff=138388</id>
		<title>File:Changes in list html erb file.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Changes_in_list_html_erb_file.png&amp;diff=138388"/>
		<updated>2021-03-27T03:12:57Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Changes in list html erb file.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138260</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138260"/>
		<updated>2021-03-20T03:33:57Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Submission js.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138259</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138259"/>
		<updated>2021-03-20T03:31:58Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Submission js.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_original_view.png&amp;diff=138257</id>
		<title>File:Student task original view.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_original_view.png&amp;diff=138257"/>
		<updated>2021-03-20T03:31:47Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Student task original view.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_modified_view.png&amp;diff=138256</id>
		<title>File:Student task modified view.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_modified_view.png&amp;diff=138256"/>
		<updated>2021-03-20T03:31:36Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Student task modified view.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_controller.png&amp;diff=138255</id>
		<title>File:Student task controller.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_controller.png&amp;diff=138255"/>
		<updated>2021-03-20T03:31:23Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Student task controller.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Routes_rb.png&amp;diff=138253</id>
		<title>File:Routes rb.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Routes_rb.png&amp;diff=138253"/>
		<updated>2021-03-20T03:31:09Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Routes rb.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updates to routes.rb file&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Publishing_rights_info_banner.png&amp;diff=138252</id>
		<title>File:Publishing rights info banner.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Publishing_rights_info_banner.png&amp;diff=138252"/>
		<updated>2021-03-20T03:30:58Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Publishing rights info banner.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Changes_in_list_html_erb_file.png&amp;diff=138250</id>
		<title>File:Changes in list html erb file.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Changes_in_list_html_erb_file.png&amp;diff=138250"/>
		<updated>2021-03-20T03:30:46Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Changes in list html erb file.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138246</id>
		<title>CSC/ECE 517 Spring 2021 - E2106. Fix view in student task/list page</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138246"/>
		<updated>2021-03-20T03:26:16Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details project documentation for the CSC/ECE 517 Spring 2021, &amp;quot;E2106 Fix view in student task/list page&amp;quot; project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
The student_task/list page is the page displayed to a student after logging in into expertiza. It has mainly two div(s), one to show the upcoming tasks along with some important information, another div is to display all the assignments and their information in which the student is participating. We have to modify the view to remove extraneous information and make it clearer and more concise.&lt;br /&gt;
&lt;br /&gt;
=== Mentor ===&lt;br /&gt;
&lt;br /&gt;
Saurabh Shingte, svshingt@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
* Sharath Kumar (svkumar2@ncsu.edu)&lt;br /&gt;
* Nikhil Sundaraswamy (nsundar@ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Modify the view to remove extraneous information and make it clearer and more concise&lt;br /&gt;
* Add checkbox to Publishing Rights column, when checked the permission_granted boolean variable is set to true&lt;br /&gt;
* In general, no column needs to be shown if there are no values in it.  This would apply to “Badges” if no assignments in the list contain badges.&lt;br /&gt;
* Also, it doesn’t make sense to have a column for Review Grade, and not for the grade for submitted work (“Submission Grade”).&lt;br /&gt;
* We should consider the cases where a student might be enrolled in assignments from more than one course. In this case, assignments should be grouped by course, with the course name given before the listing of the first assignment. (This allows for the column for course to be removed, making the display more compact.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Functionality Testing ==&lt;br /&gt;
LogIn to Expertiza as any of the students mentioned below. Without the changes the original view is as shown below.&lt;br /&gt;
&lt;br /&gt;
* student7487&lt;br /&gt;
&lt;br /&gt;
* student7490&lt;br /&gt;
&lt;br /&gt;
* student7496&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_original_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 1 we added CSS style properties and removed the unnecessary space between two divs by using HTML comment.&lt;br /&gt;
&lt;br /&gt;
[[File:changes_in_list_html_erb_file.png]]&lt;br /&gt;
&lt;br /&gt;
The modified view is as shown below&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_modified_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 2, we did the following modifications&lt;br /&gt;
&lt;br /&gt;
* In app/assests/javascripts/submissions.js, we have added an ajax call to update the permission_granted boolean variable in Participant table&lt;br /&gt;
&lt;br /&gt;
[[File:submission_js.png]]&lt;br /&gt;
&lt;br /&gt;
* In app/controller/student_task_controller.rb, we are defining a method named permission_granted which routes the action from checkbox event&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_controller.png]]&lt;br /&gt;
&lt;br /&gt;
* app/views/student_task/list.html.erb, we have added code to include an information banner on Publishing Rights column and checkboxes&lt;br /&gt;
&lt;br /&gt;
[[File:publishing_rights_info_banner.png]]&lt;br /&gt;
&lt;br /&gt;
* In config/routes.rb, we have added a functionality to route the checkbox event to permission_granted action in student_task_controller.rb&lt;br /&gt;
&lt;br /&gt;
[[File:routes_rb.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:: Work in Progress ::&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138245</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138245"/>
		<updated>2021-03-20T03:25:21Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Submission js.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Routes_rb.png&amp;diff=138244</id>
		<title>File:Routes rb.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Routes_rb.png&amp;diff=138244"/>
		<updated>2021-03-20T03:24:12Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Routes rb.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updates to routes.rb file&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Publishing_rights_info_banner.png&amp;diff=138242</id>
		<title>File:Publishing rights info banner.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Publishing_rights_info_banner.png&amp;diff=138242"/>
		<updated>2021-03-20T03:23:35Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_controller.png&amp;diff=138241</id>
		<title>File:Student task controller.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_controller.png&amp;diff=138241"/>
		<updated>2021-03-20T03:23:21Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138240</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138240"/>
		<updated>2021-03-20T03:22:36Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Svkumar2 uploaded a new version of File:Submission js.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138239</id>
		<title>File:Submission js.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Submission_js.png&amp;diff=138239"/>
		<updated>2021-03-20T03:21:46Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138238</id>
		<title>CSC/ECE 517 Spring 2021 - E2106. Fix view in student task/list page</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138238"/>
		<updated>2021-03-20T03:21:18Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details project documentation for the CSC/ECE 517 Spring 2021, &amp;quot;E2106 Fix view in student task/list page&amp;quot; project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
The student_task/list page is the page displayed to a student after logging in into expertiza. It has mainly two div(s), one to show the upcoming tasks along with some important information, another div is to display all the assignments and their information in which the student is participating. We have to modify the view to remove extraneous information and make it clearer and more concise.&lt;br /&gt;
&lt;br /&gt;
=== Mentor ===&lt;br /&gt;
&lt;br /&gt;
Saurabh Shingte, svshingt@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
* Sharath Kumar (svkumar2@ncsu.edu)&lt;br /&gt;
* Nikhil Sundaraswamy (nsundar@ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Modify the view to remove extraneous information and make it clearer and more concise&lt;br /&gt;
* Add checkbox to Publishing Rights column, when checked the permission_granted boolean variable is set to true&lt;br /&gt;
* In general, no column needs to be shown if there are no values in it.  This would apply to “Badges” if no assignments in the list contain badges.&lt;br /&gt;
* Also, it doesn’t make sense to have a column for Review Grade, and not for the grade for submitted work (“Submission Grade”).&lt;br /&gt;
* We should consider the cases where a student might be enrolled in assignments from more than one course. In this case, assignments should be grouped by course, with the course name given before the listing of the first assignment. (This allows for the column for course to be removed, making the display more compact.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Functionality Testing ==&lt;br /&gt;
LogIn to Expertiza as any of the students mentioned below. Without the changes the original view is as shown below.&lt;br /&gt;
&lt;br /&gt;
* student7487&lt;br /&gt;
&lt;br /&gt;
* student7490&lt;br /&gt;
&lt;br /&gt;
* student7496&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_original_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 1 we added CSS style properties and removed the unnecessary space between two divs by using HTML comment.&lt;br /&gt;
&lt;br /&gt;
[[File:changes_in_list_html_erb_file.png]]&lt;br /&gt;
&lt;br /&gt;
The modified view is as shown below&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_modified_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 2, we did the following modifications&lt;br /&gt;
&lt;br /&gt;
* In app/assests/javascripts/submissions.js, we have added an ajax call to update the permission_granted boolean variable in Participant table&lt;br /&gt;
&lt;br /&gt;
[[File:submission_js.png]]&lt;br /&gt;
&lt;br /&gt;
* In app/controller/student_task_controller.rb, we are defining a method named permission_granted which routes the action from checkbox event&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_controller.png]]&lt;br /&gt;
&lt;br /&gt;
* app/views/student_task/list.html.erb, we have added code to include an information banner on Publishing Rights column and checkboxes&lt;br /&gt;
&lt;br /&gt;
[[File:publishing_rights_info_banner.png]]&lt;br /&gt;
&lt;br /&gt;
* In config/routes.rb, we have added a functionality to route the checkbox event to permission_granted action in student_task_controller.rb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:: Work in Progress ::&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138223</id>
		<title>CSC/ECE 517 Spring 2021 - E2106. Fix view in student task/list page</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138223"/>
		<updated>2021-03-20T02:58:36Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: /* Functionality Testing Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details project documentation for the CSC/ECE 517 Spring 2021, &amp;quot;E2106 Fix view in student task/list page&amp;quot; project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
The student_task/list page is the page displayed to a student after logging in into expertiza. It has mainly two div(s), one to show the upcoming tasks along with some important information, another div is to display all the assignments and their information in which the student is participating. We have to modify the view to remove extraneous information and make it clearer and more concise.&lt;br /&gt;
&lt;br /&gt;
=== Mentor ===&lt;br /&gt;
&lt;br /&gt;
Saurabh Shingte, svshingt@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
* Sharath Kumar (svkumar2@ncsu.edu)&lt;br /&gt;
* Nikhil Sundaraswamy (nsundar@ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Modify the view to remove extraneous information and make it clearer and more concise&lt;br /&gt;
* In general, no column needs to be shown if there are no values in it.  This would apply to “Badges” if no assignments in the list contain badges.&lt;br /&gt;
* Also, it doesn’t make sense to have a column for Review Grade, and not for the grade for submitted work (“Submission Grade”).&lt;br /&gt;
* We should consider the cases where a student might be enrolled in assignments from more than one course. In this case, assignments should be grouped by course, with the course name given before the listing of the first assignment. (This allows for the column for course to be removed, making the display more compact.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Functionality Testing ==&lt;br /&gt;
LogIn to Expertiza as any of the students mentioned below. Without the changes the original view is as shown below.&lt;br /&gt;
&lt;br /&gt;
* student7487&lt;br /&gt;
&lt;br /&gt;
* student7490&lt;br /&gt;
&lt;br /&gt;
* student7496&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_original_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 1 we added CSS style properties and removed the unnecessary space between two divs by using HTML comment. The modified view is as shown below the code snippet.&lt;br /&gt;
&lt;br /&gt;
[[File:changes_in_list_html_erb_file.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_modified_view.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:: Work in Progress ::&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138222</id>
		<title>CSC/ECE 517 Spring 2021 - E2106. Fix view in student task/list page</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138222"/>
		<updated>2021-03-20T02:58:01Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details project documentation for the CSC/ECE 517 Spring 2021, &amp;quot;E2106 Fix view in student task/list page&amp;quot; project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
The student_task/list page is the page displayed to a student after logging in into expertiza. It has mainly two div(s), one to show the upcoming tasks along with some important information, another div is to display all the assignments and their information in which the student is participating. We have to modify the view to remove extraneous information and make it clearer and more concise.&lt;br /&gt;
&lt;br /&gt;
=== Mentor ===&lt;br /&gt;
&lt;br /&gt;
Saurabh Shingte, svshingt@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
* Sharath Kumar (svkumar2@ncsu.edu)&lt;br /&gt;
* Nikhil Sundaraswamy (nsundar@ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
* Modify the view to remove extraneous information and make it clearer and more concise&lt;br /&gt;
* In general, no column needs to be shown if there are no values in it.  This would apply to “Badges” if no assignments in the list contain badges.&lt;br /&gt;
* Also, it doesn’t make sense to have a column for Review Grade, and not for the grade for submitted work (“Submission Grade”).&lt;br /&gt;
* We should consider the cases where a student might be enrolled in assignments from more than one course. In this case, assignments should be grouped by course, with the course name given before the listing of the first assignment. (This allows for the column for course to be removed, making the display more compact.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Functionality Testing Details ==&lt;br /&gt;
LogIn to Expertiza as any of the students mentioned below. Without the changes the original view is as shown below.&lt;br /&gt;
&lt;br /&gt;
* student7487&lt;br /&gt;
&lt;br /&gt;
* student7490&lt;br /&gt;
&lt;br /&gt;
* student7496&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_original_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 1 we added CSS style properties and removed the unnecessary space between two divs by using HTML comment. The modified view is as shown below the code snippet.&lt;br /&gt;
&lt;br /&gt;
[[File:changes_in_list_html_erb_file.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_modified_view.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:: Work in Progress ::&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Changes_in_list_html_erb_file.png&amp;diff=138221</id>
		<title>File:Changes in list html erb file.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Changes_in_list_html_erb_file.png&amp;diff=138221"/>
		<updated>2021-03-20T02:46:56Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_modified_view.png&amp;diff=138220</id>
		<title>File:Student task modified view.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_modified_view.png&amp;diff=138220"/>
		<updated>2021-03-20T02:46:43Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_original_view.png&amp;diff=138219</id>
		<title>File:Student task original view.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Student_task_original_view.png&amp;diff=138219"/>
		<updated>2021-03-20T02:46:13Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138218</id>
		<title>CSC/ECE 517 Spring 2021 - E2106. Fix view in student task/list page</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_517_Spring_2021_-_E2106._Fix_view_in_student_task/list_page&amp;diff=138218"/>
		<updated>2021-03-20T02:45:10Z</updated>

		<summary type="html">&lt;p&gt;Svkumar2: Created page with &amp;quot;This page details project documentation for the CSC/ECE 517 Spring 2021, &amp;quot;E2106 Fix view in student task/list page&amp;quot; project.   == Background ==  The student_task/list page is...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details project documentation for the CSC/ECE 517 Spring 2021, &amp;quot;E2106 Fix view in student task/list page&amp;quot; project.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
The student_task/list page is the page displayed to a student after logging in into expertiza. It has mainly two div(s), one to show the upcoming tasks along with some important information, another div is to display all the assignments and their information in which the student is participating. We have to modify the view to remove extraneous information and make it clearer and more concise.&lt;br /&gt;
&lt;br /&gt;
=== Mentor ===&lt;br /&gt;
&lt;br /&gt;
Saurabh Shingte, svshingt@ncsu.edu&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
* Sharath Kumar (svkumar2@ncsu.edu)&lt;br /&gt;
* Nikhil Sundaraswamy (nsundar@ncsu.edu)&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
1. Modify the view to remove extraneous information and make it clearer and more concise&lt;br /&gt;
2. In general, no column needs to be shown if there are no values in it.  This would apply to “Badges” if no assignments in the list contain badges.&lt;br /&gt;
3. Also, it doesn’t make sense to have a column for Review Grade, and not for the grade for submitted work (“Submission Grade”).&lt;br /&gt;
4. We should consider the cases where a student might be enrolled in assignments from more than one course. In this case, assignments should be grouped by course, with the course name given before the listing of the first assignment. (This allows for the column for course to be removed, making the display more compact.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Functionality Testing Details ==&lt;br /&gt;
LogIn to Expertiza as any of the students mentioned below. Without the changes the original view is as shown below.&lt;br /&gt;
&lt;br /&gt;
* student7487&lt;br /&gt;
&lt;br /&gt;
* student7490&lt;br /&gt;
&lt;br /&gt;
* student7496&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_original_view.png]]&lt;br /&gt;
&lt;br /&gt;
To address issue 1 we added CSS style properties and removed the unnecessary space between two divs by using HTML comment. The modified view is as shown below the code snippet.&lt;br /&gt;
&lt;br /&gt;
[[File:changes_in_list_html_erb_file.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:student_task_modified_view.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:: Work in Progress ::&lt;/div&gt;</summary>
		<author><name>Svkumar2</name></author>
	</entry>
</feed>