CSC/ECE 517 Fall 2019 - E1994. Mentor management for assignments without topics

From Expertiza_Wiki
Revision as of 20:18, 10 November 2019 by Mliu25 (talk | contribs)
Jump to navigation Jump to search

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