CSC/ECE 517 Spring 2015/oss E1509 lds: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Structure and Introduction to Expertiza)
No edit summary
Line 1: Line 1:
= E1509. Refactoring SignUpController and SignUpSheetController =
= E1509. Refactoring SignUpController and SignUpSheetController =


This page talks about an open source project based on Expertiza. As a part of contribution to Expertiza, this project aims to refactor SignUpController and SignUpSheetControllers......
This page talks about an open source project based on Expertiza. As a part of contribution to Expertiza, this project aims to refactor SignUpController and SignUpSheetControllers.


== Introduction to Expertiza ==
== Introduction to Expertiza ==


[http://expertiza.ncsu.edu/ Expertiza] is a web application developed by Ruby on Rails framework. It serves at a peer review system for professors and students at NC State and some other colleges and universities. Students can do and submit different assignments; then peer review selects the best work in each category, and assembles it to create a single unit.<ref>http://expertiza.ncsu.edu/ Expertiza</ref>. In this way, reusable learning objects (articles, code, web sites, etc) are created.  
[http://expertiza.ncsu.edu/ Expertiza] is a web application developed by Ruby on Rails framework. It serves at a peer review system for professors and students at NC State and some other colleges and universities. Students can do and submit different assignments; then peer review selects the best work in each category, and assembles it to create a single unit.<ref>http://expertiza.ncsu.edu/ Expertiza</ref>. In this way, reusable learning objects (articles, code, web sites, etc) are created. The Expertiza project is supported by the National Science Foundation. And it is an open source application and the source code can be cloned on [https://github.com/expertiza/expertiza Github] .  
The Expertiza project is supported by the National Science Foundation. And it is an open source application and the source code can be cloned on [https://github.com/expertiza/expertiza Github] .  




Line 17: Line 16:


==What’s wrong with it==
==What’s wrong with it==
= Reference =

Revision as of 01:47, 21 March 2015

E1509. Refactoring SignUpController and SignUpSheetController

This page talks about an open source project based on Expertiza. As a part of contribution to Expertiza, this project aims to refactor SignUpController and SignUpSheetControllers.

Introduction to Expertiza

Expertiza is a web application developed by Ruby on Rails framework. It serves at a peer review system for professors and students at NC State and some other colleges and universities. Students can do and submit different assignments; then peer review selects the best work in each category, and assembles it to create a single unit.<ref>http://expertiza.ncsu.edu/ Expertiza</ref>. In this way, reusable learning objects (articles, code, web sites, etc) are created. The Expertiza project is supported by the National Science Foundation. And it is an open source application and the source code can be cloned on Github .


Problem Statement

Classes involved

What it does

What’s wrong with it

Reference