Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request for Mass Assignment - Team Ruby Racer #244

Open
wants to merge 178 commits into
base: master
Choose a base branch
from

Conversation

suryakiranl
Copy link

Following are the 5 models covered in this request:

./app/models/deliverable.rb
./app/models/deliverable_attachment.rb
./app/models/faculty_assignment.rb
./app/models/team.rb
./app/models/team_assignment.rb

tushar-dadlani and others added 30 commits October 2, 2013 21:18
CI setup and running on travis.
Causes unnecessary confusion for the developers
Customized the controller to send deliverables filtered by teams based on if the
teams belong to a professor or not
- Merged changes to filter by teams from deliverables_filter_faculty

Conflicts:
	app/controllers/deliverables_controller.rb
- Added a new professor
- Linked the new professor to RE
- Assigned teams to professors
- Updated assignment time lines to 2013 in FSE and RE seed data
- Updated student's graduation year to 2014 from 2012
Added condition in deliverables_controller to filter individual deliverables.
cllin and others added 22 commits November 26, 2013 02:33
…links

Disabled the link's click event, then added row level click to show grading details. Note that order in which click event is disabled and, another click event is added is important.
Merge branch 'master' of github.com:tushar-dadlani/teamrubyracer-whiteboard
@suryakiranl
Copy link
Author

Grading Queue process for Whiteboard - Ruby Racer team

<div class="item-icon"><%= link_to image_tag("/images/deliverables.png", :size => "75x75", :alt => "Grading Deliverables", :title => "Grading Deliverables"), course_deliverables_path(@course) %></div>
<div class="item-link"><%= link_to "Grading #{nomenclature_assignment_or_deliverable}s", course_deliverables_path(@course) %></div>
<div class="item-icon"><%= link_to image_tag("/images/deliverables.png", :size => "75x75", :alt => "Grading Deliverables", :title => "Grading Deliverables"), course_deliverables_path(@course, :teams => "my_teams") %></div>
<div class="item-link"><%= link_to "Grading #{nomenclature_assignment_or_deliverable}s", course_deliverables_path(@course, :teams => "my_teams") %></div>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to Todd: see why this is necessary. Is there a test that relies on this for success?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants