https://github.com/anthonylorraine/my_ts
Track any overtime performed during an on-call, change window or any similar timeframe scenarios.
https://github.com/anthonylorraine/my_ts
overtime time timekeeping
Last synced: 2 months ago
JSON representation
Track any overtime performed during an on-call, change window or any similar timeframe scenarios.
- Host: GitHub
- URL: https://github.com/anthonylorraine/my_ts
- Owner: AnthonyLorraine
- License: gpl-3.0
- Created: 2022-03-17T08:24:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T06:57:34.000Z (over 1 year ago)
- Last Synced: 2025-01-03T16:39:31.196Z (4 months ago)
- Topics: overtime, time, timekeeping
- Language: Python
- Homepage: https://my-ts.herokuapp.com/
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overtime Tracking App
## Overview
### Purpose
Small project to help learn Python and Django. This task was being done using a spreadsheet within our company and I thought it was a fun problem to solve using Django## Features
### Teams
Allowing for a dedicated manager means tracking overtime for employees### Penalty Types
Set up different penalty types with different reasons to allow for separation between payout types.
For example, an on-call incident might accrue Paid overtime, whereas any time spent performing a change within an agreed change window may accrue Time off in Lieu (TOIL).### Time tracking
Users can add a start time and a duration that they spent doing a task. The data can then be viewed by the user or a team manager.