reset password
Author Message
Amedrano
Posts: 80
Posted 11:59 Oct 18, 2014 |

Dr. Sun how do you want the CIN information to be populated?  Do you want the user to be assigned a random CIN number upon logging in? If anyone could point me in the right direction I would be grateful.

Thanks

cysun
Posts: 2935
Posted 13:02 Oct 18, 2014 |

CIN does not need to be part of a User class if that's what you are asking.

Imagine that the webapp will be used by Tricia in the CS office. The only "user" of application (i.e. the user who needs to login/logout) is Tricia. If a student wants to borrow something, Tricia will enter the student's CIN and name and check out the item, and that's it. In other words, the students (or the borrowers) do not need to have an account with the application, and the "users" of the application, who are essentially administrators or librarians, do not need to have CIN.

Amedrano
Posts: 80
Posted 15:57 Oct 18, 2014 |

Ah I see thank you.