-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lisa Haitz edited this page Apr 2, 2024
·
2 revisions
Welcome to the staff-directory-23 wiki!
Staff Directory is a Ruby On Rails Application. It uses a mysql database.
On the public side, each employee record contains:
- Employee Name
- Employee Department
- Employee Email Address
- Employee Phone Number
- Employee Title
At the bottom left of the main page there is a login for administration maintenance of the directory.
There is only one class of users: administrators. Once logged in administrators can edit/add/delete any employee, or edit/add/delete any department.
In addition, the administrator can change their password should they forget their password.
The application uses a ruby/rails environment with a mysql database.