diff --git a/timesheet.md b/timesheet.md new file mode 100644 index 0000000..70d11a6 --- /dev/null +++ b/timesheet.md @@ -0,0 +1,8 @@ +# 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.