Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T15:33:06.000Z (over 2 years ago)
- Last Synced: 2023-12-02T13:27:44.097Z (about 1 year 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.