Skip to content
Sachin Kumar K edited this page Oct 21, 2019 · 26 revisions

Welcome to the TimeTracker wiki!



A tool for track developers work and task timings.


1. Getting Started

1.1 Features

  • Stores user punch in and out time.
  • Total work time.
  • Allocate new task and track the timings.
  • Analyzed view of task and project timings.
  • User login authentication.

2. Descriptions

2.1 Product functions

2.1.1 Login Authentication

Login authentication performed using Rest API. Only the authorized users can login to the application and at the same time wifi authentication performed to check whether user is in the working location or not (Wifi MAC address should match with office Wifi MAC address, then the user can successfully login to the application).

2.1.2 Activity Track

Clone this wiki locally