https://github.com/wolfadex/pto-viewer
Compare PTO to encourage those who don't take enough to take more
https://github.com/wolfadex/pto-viewer
Last synced: 5 months ago
JSON representation
Compare PTO to encourage those who don't take enough to take more
- Host: GitHub
- URL: https://github.com/wolfadex/pto-viewer
- Owner: wolfadex
- Created: 2019-12-12T20:39:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:53:52.000Z (over 3 years ago)
- Last Synced: 2025-04-07T13:44:42.395Z (about 1 year ago)
- Language: Elm
- Homepage: https://pto-viewer.firebaseapp.com/
- Size: 2.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# PTO Viewer
A tool for seeing how much PTO you're taking relative to everyone else, as a way to encourage taking more PTO. Add your PTO here https://pto-viewer.firebaseapp.com/. By default you're name is `Anonymous`, but you can optionally set your name.
### Development
- Clone this repo
- Copy `firebaseConfig.example.json` to `firebaseConfig.json` and fill in the empty values
- Run `yarn`
- Run `npx firebase login` (if you haven't before)
- Run `yarn dev`
#### Dev: Optional
- Install [elm-doc-preview](https://github.com/dmy/elm-doc-preview)
- Run `edp` to view the docs for the Elm code
### Build
- Run `yarn build`
### Future Plans (in no particular order)
- [x] Select a year
- [x] Add a button to refresh the data manually
- [ ] Easier way of subtracting days if you've added too many. A negative number isn't very user friendly :)
- [x] Add ToS
- [x] Add Privacy Policy