Skip to content

AdrianSkar/clockifyTarget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clockify target

Script to get current task times form specific Clockify project and compare task entries to weekly targets giving pertinent feedback/output.

Background

The purpose of this repo is to create a page giving real-time feedback on projects tracked on a specific tool (Clockify). This projects are based on specific custom(personal) tasks and targets but, as much as possible, it'll be general-purpose oriented to ease its use.

Targets vs time-tracked

All this script does is to fetch the data using Clockify's API from current's week projects and compare the time tracked with current targets (task targets on the Main project depend on the amount of time tracked on other projects that have a higher priority). The result is the calculation and output of current status for all projects and tasks (target achieved/not achieved and ETA).

Files and data

clockifyTargets.html will show the results, script.js does the api call, calculations and outputs and creds.js holds the API credentials (not recommended; currently trying to implement .env or similar approach), targets and output colors.

Sample output: sample output

Refs:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published