Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryandotsmith/onholiday
An intuitive approach to tracking time off.
https://github.com/ryandotsmith/onholiday
Last synced: about 2 months ago
JSON representation
An intuitive approach to tracking time off.
- Host: GitHub
- URL: https://github.com/ryandotsmith/onholiday
- Owner: ryandotsmith
- Created: 2009-01-02T22:25:25.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-05-13T21:16:23.000Z (over 14 years ago)
- Last Synced: 2024-10-13T17:47:22.383Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 4.06 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This application is pretty simple. We needed a way for users to login and request time
off. There request would then be approved or denied by a manager. The system would allow
the user to login and view the history of there time off and any pending requests.
There is also the ability to set maximum vacation time...Right now i am using RubyCAS client to authenticate a user. Once authenticated a User
model object gets created.TODO
I will add support for restful authentication so that more people can use this.
Feel free to message me with any questions.