reset password
Author Message
hhuang30
Posts: 40
Posted 23:36 Feb 11, 2014 |

hw3, the first page of course planning lets the user select the courses he or she has already taken. If the user only selected cs320, but not selected cs320 prerequisites course, like CS120 CS122 CS203.

Do we need to consider this case? Or we just assume there is no input error like this?

thank you!


 

cysun
Posts: 2935
Posted 00:47 Feb 12, 2014 |

This is not an error per se as the student may be a transfer student who transferred an equivalent course from anther school. And regardless of whether this is realistic or not, your implementation doesn't need to check for these types of cases - just let the users select whatever courses they want, then show them what remaining courses they can take.