CSC/ECE 517 Spring 2018- Project E1804: OSS project Yellow: Topic management: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
== Introduction ==
== Introduction ==


'''Expertiza Background'''
=== '''Expertiza Background''' ===


Expertiza is a web-based framework designed in Ruby on Rails to serve as a medium for students and professors to interact, provide feedback, and manage their assignments. It facilitates all of the electronic turn-ins and provides a good place to review your peers' work.
Expertiza is a web-based framework designed in Ruby on Rails to serve as a medium for students and professors to interact, provide feedback, and manage their assignments. It facilitates all of the electronic turn-ins and provides a good place to review your peers' work.


'''Problem Statement'''
=== '''Problem Statement''' ===
To enhance topic management for instructors and students.
To enhance topic management for instructors and students.
* Issue 971: Change create topic UI to AJAX
* Issue 971: Change create topic UI to AJAX
::dsadas
::
* Issue 926: Sort topics by topic number in assignment#edit
::
* Issue 718: Allow instructions to give feedback when accepting or rejecting suggestions
::


'''Our Goals'''
=== '''Our Goals''' ===


'''Files Edited'''
=== Files Edited ===
 
* app/spec/controllers/assignments_controller_spec.rb
* app/spec/controllers/sign_up_sheet_controller_spec.rb


== Issue 971 ==
== Issue 971 ==
== Issue 926 ==
== Issue 718 ==

Revision as of 19:48, 26 March 2018

This page provides a description of the Expertiza project.

Introduction

Expertiza Background

Expertiza is a web-based framework designed in Ruby on Rails to serve as a medium for students and professors to interact, provide feedback, and manage their assignments. It facilitates all of the electronic turn-ins and provides a good place to review your peers' work.

Problem Statement

To enhance topic management for instructors and students.

  • Issue 971: Change create topic UI to AJAX
  • Issue 926: Sort topics by topic number in assignment#edit
  • Issue 718: Allow instructions to give feedback when accepting or rejecting suggestions

Our Goals

Files Edited

  • app/spec/controllers/assignments_controller_spec.rb
  • app/spec/controllers/sign_up_sheet_controller_spec.rb

Issue 971

Issue 926

Issue 718