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. Introduction

1.1 Features

Contents

1.2 Document Conventions

Contents

1.3 Product Scope

Contents

1.4 References

Contents

2. Descriptions

2.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.2 Product Functions

2.2.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.2.2 Activity Track

When user successfully logs in to the application, all the data related to his work and task timings fetched from the server. As soon as data dowloaded from the server store it to the local database. Compare login date with existing date in the database, if date present update the timings otherwise, start timer from 0 and store the log in time to the database.

User will find tasks that assigned by the admin or user can also create new task. To create new task, user should click task button. Every task details are stored in the individual cell view. User can able to start the task by clicking the cell, to edit the task swipe left and to end the task swipe right. By clicking the state button (stop/start) user can able stop and start the work timings. These timings will be stored in the database.

2.2.3 Add New Task

User can able to add new task by clicking task button in the activity page. In this page he should fill task name, its descriptions and also he should pick the project. By adding these information user can either start the task or save the task. If user starts the task then the timer will start from 0 with respect to the task and starting time will be stored in the database. If the user clicks to save task, then the task will be store in the database and in future he can able start it in the activity page.

Clone this wiki locally