Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamalton/harvest-helper
A Javascript file which adds colours and arrow key navigation to the harvestapp.com time sheet web application
https://github.com/adamalton/harvest-helper
Last synced: about 2 months ago
JSON representation
A Javascript file which adds colours and arrow key navigation to the harvestapp.com time sheet web application
- Host: GitHub
- URL: https://github.com/adamalton/harvest-helper
- Owner: adamalton
- License: mit
- Created: 2014-03-26T17:34:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T10:22:37.000Z (over 9 years ago)
- Last Synced: 2023-03-17T13:45:29.626Z (almost 2 years ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
harvest-helper
==============A Javascript file which adds colours and arrow key navigation to the time entry page in the harvestapp.com time sheet web application.
## Installation
1. Install some kind of browser plugin such as Grease Monkey or Tampermonkey.
2. Give it this script (the comments at the top of the script are for Tampermonkey).
3. Enjoy (see Usage).## Usage
This script groups the rows in Harvest based on the project name, and then colours rows from the same project in the same colour.
It also allows you to use the keyboard arrow keys to nagivate up/down/left/right between the rows/days.
Currently only works for the week view.
## Complaints
If you would like to make my Javascript less hacky then send me a pull request!
## TODO
* Make it work for the day view as well.
* Add more colours.
* Use less garish colours.
* Make the regex for matching the project name a bit better, or maybe configurable.