ootbdev / aobotracker-HAS-MOVED

Development Team's Time/Expenses Tracker as an RoR Exercise
0 stars 0 forks source link

Model: User #1

Closed alvinslee closed 10 years ago

alvinslee commented 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.

mravery commented 10 years ago

I labeled an issue "1"... with a bunch of other comments. I also implemented passwords for this model.