ryandotsmith / onholiday
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Ryan Smith (author)
Tue Dec 22 14:43:00 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gems | ||
| |
.gitignore | ||
| |
Capfile | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
features/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
rerun.txt | ||
| |
script/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
test/ | ||
| |
tmp/ | ||
| |
vendor/ |
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.

