From c8557a10217d9a85aad35544ed7fd79303741712 Mon Sep 17 00:00:00 2001 From: "Mark Tyers (aa7401)" Date: Thu, 13 Jan 2022 19:59:46 +0000 Subject: [PATCH] first version of project --- timesheet.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 timesheet.md 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.