CSC/ECE 517 Fall 2020 - E2079. Improve Search Facility In Expertiza: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(setup)
 
No edit summary
Line 1: Line 1:
There are many places where searches are performed, or should be able to be performed, in Expertiza.
== ''' Introduction ''' ==
The [http://expertiza.ncsu.edu/ Expertiza] project takes advantage of peer-review among students to allow them to learn from each other.
 
== ''' Problem Statement ''' ==
 
 
Various metrics will be tracked including
 
 
=== Current Implementation ===
#[https://github.com/expertiza/expertiza/pull/1607 E1989]
== ''' Proposed Solution ''' ==
=== Design pattern ===
 
=== ''' Flowchart ''' ===
 
== ''' Code Changes ''' ==
 
==  ''' Test Plan ''' ==
=== Automated Testing Using RSpec ===
 
=== Manual UI Testing ===
 
== ''' Helpful Links ''' ==
 
== ''' Identified Issues ''' ==
 
== ''' Team Information ''' ==
 
 
Mentor: Sanket Pai (sgpai2)
<br>Professor: Dr. Edward F. Gehringer (efg)
 
===References===
 
#[https://github.com/expertiza/expertiza Expertiza on GitHub]
#[https://relishapp.com/rspec RSpec Documentation]

Revision as of 15:50, 22 October 2020

Introduction

The Expertiza project takes advantage of peer-review among students to allow them to learn from each other.

Problem Statement

Various metrics will be tracked including


Current Implementation

  1. E1989

Proposed Solution

Design pattern

Flowchart

Code Changes

Test Plan

Automated Testing Using RSpec

Manual UI Testing

Helpful Links

Identified Issues

Team Information

Mentor: Sanket Pai (sgpai2)
Professor: Dr. Edward F. Gehringer (efg)

References

  1. Expertiza on GitHub
  2. RSpec Documentation