Closed alvinslee closed 10 years ago
See the specifications for the different user types.
Each user should have a first name, last name, e-mail address, and user type.
The system should only allow one administrator user type. There is no limit to the number of managers or employees that can exist.
Different users can have the same name, but all e-mail addresses must be unique.
The cucumber feature tests related to this issue should be tagged with @user and @model so that we can group our tests when needed.
@user
@model
I labeled an issue "1"... with a bunch of other comments. I also implemented passwords for this model.
See the specifications for the different user types.
Each user should have a first name, last name, e-mail address, and user type.
The system should only allow one administrator user type. There is no limit to the number of managers or employees that can exist.
Different users can have the same name, but all e-mail addresses must be unique.
The cucumber feature tests related to this issue should be tagged with
@user
and@model
so that we can group our tests when needed.