Skip to content

jacquelineheatley/dynatrace-time-tracking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracking working time at Dynatrace with my Excel spreadsheet

Since 2008 my Excel spreadsheet helps hundreds of Dynatrace developers to minimize the time they waste on the tedious and bureaucratic task of tracking and booking their working time.

After the transition to Timecockpit on 2019-04-01 you'll need:

...to track your working times easily and book them in Timecockpit semi-automatically.

How to

  1. Create a bookmark in your browser with the following code as location/url (this is the actual bookmarklet):
javascript:void%20function(){var%20e=document.createElement(%22script%22);e.src=%22https://kamilsarelo.github.io/com.dynatrace.timetracking.bookmarklet.js%3Fq=%22+(new%20Date).getTime(),e.type=%22text/javascript%22,e.onreadystatechange=e.onload=function(){var%20t=e.readyState;t%26%26%22loaded%22!==t%26%26%22complete%22!==t%26%26alert(%22could%20not%20load%20bookmarklet%22)},document.head.appendChild(e)}();
  1. Download the latest spreadsheet and migrate your data from the old one.
    Safest way to do this is:
    • copy the cells in the old spreadsheet,
    • paste and cut in TextEdit / Notepad / Notepad++ / any plain text editor,
    • paste the text in the latest spreadsheet.

  3. Copy the Timecockpit-prepared strings from the latest spreadsheet:

  1. Click the bookmarklet in your browser and it will:
    • redirect to Timecockpit if not open yet (click the bookmarklet again afterwards),
    • open its own window within Timecockpit.

  5. Paste the copied strings from the spreadsheet into the bookmarklet's window:

  1. Click BOOK and lean back. After the bookmarklet is finished you should see the result in Timecockpit:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.4%
  • CSS 31.6%