Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Timesheet Tool

You have been asked to develop a tool whereby all the employees in a company can log the time they spend on each project. It requires at least the following features:

  1. Employees can log hours against a project and explain what they were doing. Could this be done in real-time?
  2. Admin users can see overall visual summaries and drill down to details on each project and see data such as overall costs, etc.
  3. Could the system be used to produce billing for customers?
  4. Seeing time spent in a calendar might be handy.