TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: VETS – Volunteer Effort Tracking System

11 pointsby ceeekayalmost 11 years ago

1 comment

ceeekayalmost 11 years ago
About 5 years ago I volunteered to help our local SPCA (Society for the Prevention of Cruelty to Animals) build a computerized system for tracking hours that their volunteers spent. This an important part of the volunteer coordinator&#x27;s job, as there are hours&#x2F;year requirements for volunteers, awards given out annually, etc. Prior to that they were using a paper binder with sign-in sheets, and adding up everything by hand at the end of the month. With about 1000 active volunteers, this was no small task, and seemed like a place computerization would be an amazing help. I wrote up a simple system in Rails (which I had spent a fair amount of hobby time with) and it&#x27;s been running there ever since.<p>Today, there are about 67,000 &quot;hours&quot; entries in the database, about about 3,000 volunteers (1&#x2F;3 of them active), and the system is a little slower than it ought to be (my original testing was with tens of records, since there was no existing database to import). Rather than try to update and re-learn ruby and rails, I opted to give a try porting the essential parts of the system to Python using bottle.py<p>The result of my work is now up on github and licensed under MIT.<p>I&#x27;m at a point where things are about functionally complete and I&#x27;d love to hear feedback from anyone willing to take the time to take a look at it. It&#x27;s a generic enough system that I could see other non-profit organizations (who often have much&#x2F;any money available to spend on commercial software that can track things like this) being interesting in this.<p>Things I&#x27;m not that great at, which are incidentally the main things this project uses:<p>* Python<p>* bottle.py<p>* SQL<p>* HTML&#x2F;CSS<p>This is a hobby project for me (I&#x27;m a C programmer by day) so I am probably taking a naive approach in most cases, but in some cases I know that when I re-deploy this version of the system, it&#x27;s likely to sit for another 5+ years.<p>(Reposted as link from <a href="https://news.ycombinator.com/item?id=8179419" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8179419</a> as suggested by dang)
评论 #8183275 未加载