CSC/ECE 517 Fall 2019 - E1994. Mentor management for assignments without topics: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


Develop a trigger that:<br>
Develop a trigger that:<br>
Is activated when any team has been formed that has k members, where k is greater than 50% of the maximum team capacity
*Is activated when any team has been formed that has k members, where k is greater than 50% of the maximum team capacity
ex) max members = 4, trigger activated when the team size reaches 3
ex) max members = 4, trigger activated when the team size reaches 3
Assign a mentor to the team
*Assign a mentor to the team
Mentors should be evenly assigned to teams, so a good strategy is to assign the mentor who has the fewest teams to mentor so far.
*Mentors should be evenly assigned to teams, so a good strategy is to assign the mentor who has the fewest teams to mentor so far.
Notify the mentor via email that they are now assigned to a specific team, and provide the email addresses of the team members.
*Notify the mentor via email that they are now assigned to a specific team, and provide the email addresses of the team members.
Possibly notify the team members that they have been assigned the mentor with contact information (further discussion here)
*Possibly notify the team members that they have been assigned the mentor with contact information (further discussion here)





Revision as of 20:18, 10 November 2019

The goal behind this project:

Develop a trigger that:

*Is activated when any team has been formed that has k members, where k is greater than 50% of the maximum team capacity

ex) max members = 4, trigger activated when the team size reaches 3

*Assign a mentor to the team
*Mentors should be evenly assigned to teams, so a good strategy is to assign the mentor who has the fewest teams to mentor so far.
*Notify the mentor via email that they are now assigned to a specific team, and provide the email addresses of the team members.
*Possibly notify the team members that they have been assigned the mentor with contact information (further discussion here)


Project Description

Predict version:

Design Diagrams

Use case Diagram

Data Flow Diagram

Proposed Solution

The solution has five parts:


Check if the change to the rubric is made during the task duration

Code Change

Test Plan