Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.1 KB

README.md

File metadata and controls

50 lines (40 loc) · 1.1 KB

Timesheet App in ROR

Business Timesheet application built in ROR

#Ingredients Used

  • Rails 4/5
  • JQuery Plugins
  • HAML
  • SASS/SCSS
  • Custom Bootstrap - Gentelella
  • Devise
  • CanCanCan
  • High Voltage

Installation

  1. Download the zipped folder
  2. Navigate to the project folder
  3. bundle install
  4. rails s
  5. Open http://localhost:3000

History

Version 1.0

  • User authentication logon is enabled.
  • User/Employee can submit their own timesheets
  • User/Employee/Supervisor can view their reported timesheets using graph display

License

This project is licensed under the MIT License - see the LICENSE.md file for details

FEATURES

  1. Authentication Logons
  2. User Profile/Registration Pages
  3. Timesheet Forms to be submitted by employees/user
  4. List of Timesheets Page
  5. Report of submitted timesheets
  6. Graph display of submitted timesheets

TODOS

  • ElasticSearch Global Search,
  • Admin/Moderator screens/models access,
  • Automation rake tasks,
  • Static pages content,
  • Internal articles
  • Blog content
  • Email panel
  • Dockerise and deploy app to Heroku