CSC/ECE 517 Spring 2019 - Project E1928. Allow reviewers to bid on what to review.

From Expertiza_Wiki
Revision as of 02:30, 4 April 2019 by Asubram7 (talk | contribs) (Created page with "'''Project Description:''' The process of assigning reviews to users can be improved from the current first-come first-serve basis. One way would be to allow students to bid on r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Project Description: The process of assigning reviews to users can be improved from the current first-come first-serve basis. One way would be to allow students to bid on reviews they are interested in. In this project, we replace the current algorithm with a bidding policy, by implementing the 'Top Trading Cycles' algorithm. We will also create a front end UI for the users that would help them bid on topics.

Previous work:

Work from the previous project E1856 was not merged because of the following issues:

1)Color-coding feature was not implemented.

2)Ordered by IDs of teams who did the topics (not a reasonable ordering).

3)The content of some newly-added file are very similar with existing ones.

4)The UI was not clean.

5)There is only one list while topic bidding interface has two lists

In this project we aim to address all these issues and add some more features.