CSC/ECE 517 Fall 2016/E1688. Send feedback to support + tree display improvement: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Intro edit)
(Intro edit)
Line 1: Line 1:
=='''Introduction'''==
=='''Introduction'''==
== '''Introduction to Expertiza''' ==
== '''Introduction to Expertiza''' ==
Expertiza is an online system that is used by students to view/submit assignments and review others' work. Expertiza also provides tools to visualize the scores and gauge the improvements made during the course semester. It also facilitates and monitors team projects. It is targeted at educational and non-profit organizations.


It is an open-source project with the source code available as a public repository on GitHub. It is developed using Ruby on Rails and is increasingly becoming robust thanks to the innumerable bugs being fixed by the community. The project has a micro-blog on SourceForge where the developer community report bugs and document updates.
1. Expertiza is an open source software to create reusable learning objects through peer review supporting team projects and submission of project documents. In the final project, there are two major changes that will help in improving user experience.
 
=='''Purpose'''==
 
The two main purpose of this project are:
 
 
A single “actions” icon with a pop up panel in place of the currently existing “action” icons on tree display.
The purpose of this enhancement is to reduce the wastage of space on the Manage Assignments page.
 
Hide all assignment nodes on tree display.
The purpose of this enhancement is to give a way for the user to hide all assignment nodes on tree display.


==='''What needs to be done'''===
==='''What needs to be done'''===

Revision as of 16:13, 9 November 2016

Introduction

Introduction to Expertiza

1. Expertiza is an open source software to create reusable learning objects through peer review supporting team projects and submission of project documents. In the final project, there are two major changes that will help in improving user experience.

Purpose

The two main purpose of this project are:


A single “actions” icon with a pop up panel in place of the currently existing “action” icons on tree display. The purpose of this enhancement is to reduce the wastage of space on the Manage Assignments page.

Hide all assignment nodes on tree display. The purpose of this enhancement is to give a way for the user to hide all assignment nodes on tree display.

What needs to be done