Skip to content
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.

Public View

On the public side, each employee record contains:

  • Employee Name
  • Employee Department
  • Employee Email Address
  • Employee Phone Number
  • Employee Title

Administration

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.

Technical

The application uses a ruby/rails environment with a mysql database.

Clone this wiki locally