CSC/ECE 517 Spring 2024 - E2410. View for Results of Bidding: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
'''Files involved:'''
'''Files involved:'''
The files that have been worked on are:
The files that have been worked on are:
*./app/controllers/assignments_controller.rb
[[File:App-controller-assignments_controller.jpg|frameless|upright=3]]
*./app/controllers/lottery_controller.rb
[[File:App-controllers-lottery controller.rb.jpg|frameless|upright=3]]
*./app/models/assignment.rb
[[File:App-models-assignment.rb.jpg|frameless|upright=3]]
*./app/models/bid.rb
[[File:App-models-bid.rb.jpg|frameless|upright=3]]
*./app/views/assignments/_bid_summary_partial.html.erb
[[File:App-views-assignments- bid summary partial.jpg|frameless|upright=3]]
*./app/views/assignments/bidding_details.html.erb
[[File:App-views-assignments-bidding details.jpg|frameless|upright=3]]
*./config/routes.rb
*./config/routes.rb
*./app/models/team.rb
*./app/models/team.rb
*
 
*
==Code Changes==




= Use Case Diagram: =
= Use Case Diagram: =
=Current Flow: =  
=Current Flow: =  
On the assignments
[[File:2410 1.jpeg|frameless|upright=3]]  
[[File:2410 1.jpeg|frameless|upright=3]]  
[[File:24104.jpeg|frameless|upright=3]]
[[File:24104.jpeg|frameless|upright=3]]
[[File:2410 2.jpeg|frameless|upright=3]]
[[File:2410 2.jpeg|frameless|upright=3]]
[[File:Screenshot 2024-03-24 at 11.42.05 AM.jpg|frameless|upright=3]]
[[File:Screenshot 2024-03-24 at 11.42.05 AM.jpg|frameless|upright=3]]
= Implementation =
 
==Code Changes==
 
=Tooltips Functionality=
 
=Files Modified=
=Demo Video=
=Design Pattern=
You can watch this [https://youtu.be/rfnwqOjLOJ0 demo video]for a detailed demonstration of the project.
=Test Plan=
 
=Reference=
=Reference=
https://github.com/expertiza/expertiza
*https://github.com/expertiza/expertiza
http://expertiza.ncsu.edu/
*http://expertiza.ncsu.edu/
http://wiki.expertiza.ncsu.edu/index.php/Expertiza_documentation
*http://wiki.expertiza.ncsu.edu/index.php/Expertiza_documentation
 
=Team=
=Team=
'''Mentor:'''  
'''Mentor:'''  

Revision as of 16:39, 24 March 2024

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


  • ./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

Members:

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