harsimranmaan / red

The Student Enrollment system
Apache License 2.0
2 stars 1 forks source link

View degree info #12

Closed WittyChot closed 11 years ago

WittyChot commented 11 years ago

View degree info should display all the courses in the program that student is in. Maybe separate to all the courses (including outside of the program courses) that student has finished (Enrolment isActive = 0) and the remaining courses. Not sure about this but I think the sum credits on the credit progress bar should only counts the credits from courses in the program. (EECE253 is not part of MSS program so it shouldn't count)

jasthind commented 11 years ago

View degree info should display all the courses in the program that student is in. :: View enrolments takes care of current enrolments. ViewDegreeInfo takes care of rest.

Maybe separate to all the courses (including outside of the program courses) that student has finished (Enrolment isActive = 0) and the remaining courses. :: isActive = 0 means student withdrew from the course :: finished is marked by the resultId <Pass/ Fail>.. Shown in the ViewDegreeInfo

Not sure about this but I think the sum credits on the credit progress bar should only counts the credits from courses in the program. (EECE253 is not part of MSS program so it shouldn't count) :: Don't agree. A student can opt for electives. They are a part of the degree. Need to be shown here. :: Yes, they can be stopped from registering for other courses and may be allowed to register only in specific courses, but that't in the scope of registration and not showing the Degree Info.

Rejecting the enhancement. Re-raise if further queries.