CSC/ECE 517 Spring 2024 - E2410. View for Results of Bidding

From Expertiza_Wiki
Revision as of 17:27, 24 March 2024 by Cpwalinj (talk | contribs)
Jump to navigation Jump to search

Introduction

Expertiza is an open source project based on Ruby on Rails framework. It is a web application where students can submit and peer-review learning objects (articles, code, web sites, etc). It is used in select courses at NC State and by professors at several other colleges and universities. It also supports team projects, and the submission of almost any document type, including URLs and wiki pages. Expertiza enables the instructor to create new and customize existing assignments. It also enables the instructor to create a list of topics the students can sign up for as part of a project. Students can form teams in Expertiza to work on various projects and assignments. Expertiza supports submission across various document types, including the URLs and wiki pages.

Background:

The topics page of the bidding shows bidding process and if assigned team for each project. There is no way for the instructor to know what percentage of teams got their first choice of project and which teams have bid on the projects.

Previous Work

Accomplishment

This project has added a "Bid Summary", which enables the instructor to see various stats of the bidding, like the percentage of teams that got their first choice of project, the number of teams that put the particular project as their first, second and third choice and the individual teams which bid on the particular project.

Files involved: The files that have been worked on are:

  • ./app/controllers/assignments_controller.rb

  • ./app/controllers/lottery_controller.rb

  • ./app/models/assignment.rb

  • ./app/models/bid.rb

  • ./app/views/assignments/_bid_summary_partial.html.erb

  • ./app/views/assignments/bidding_details.html.erb

  • ./app/views/assignments/edit/_topics.html.erb
  • ./config/routes.rb
  • ./app/models/team.rb


Code Changes

Use Case Diagram:

Current Flow:

On the assignments


Demo Video

You can watch this demo videofor a detailed demonstration of the project.

Reference

Team

Mentor:

  • Anvitha Reddy Gutha (agutha@ncsu.edu)

Members:

  • Shiva Vara Prasad Kandhagatla (skandha@ncsu.edu)
  • Sai Santhosh Garlapati (sgarlap@ncsu.edu)
  • Chinmay Walinjkar (cpwalinj@ncsu.edu)