drapergeek

I hate DRM…

Posted by draper on Friday, September 4th, 2009

This topic has without a doubt been something that has been talked to death but unfortunately, I have to put in my two cents. Its simple, I hate DRM, its killing me.
Let me be clear, I’m a pirate, by the standards of the MPAA, RIAA & such I am a pirate because I want [...]

continue reading

Ruby for backing up

Posted by draper on Tuesday, May 26th, 2009

Backup, backup, backup! That’s the motto of the day and its good one to live by, for everyone. I personally know that I do not backup as much as I should but that’s mainly because I don’t believe that you can ever backup too much. For my personal computers I use a [...]

continue reading

Setting Rails on OS X Leopard

Posted by draper on Sunday, April 12th, 2009

Over the past year it seems like I’ve setup a new mac for daily usage at least 5 times and for the life of me I can’t remember why this has happened so much. I really haven’t purchased that many new computers(in fact only 1), but I remember this painstaking process quit vividly multiple [...]

continue reading

4-H Camp Control Center – Technical Side

Posted by admin on Tuesday, April 7th, 2009

vce_desktop_medium

This post is in regards to the 4-H Camp Control Center that I built for the local 4-H office in Henry County. I have described the project in detail regarding its use and requirements in a previous post so please at least skim that over and this post will make a bit more sense most likely. My goal of this post is just to give you some general ideas regarding the technical specs of this project and its features in a bit more depth.

Development Platform
The system was built in Ruby on Rails with a MySQL database for both development and production. All development was done on a Mac and the production server was running on Mongrel on an Ubuntu server. The project was stored in a subversion repository on the same machine as the production and database server. As for the applications I used in development, I lived primarily on Textmate and the leopard terminal. I did use CSSEdit some for the CSS work. I tested the layout and system using just about any browser I could find on both Windows and OS X.

vce_desktop_medium

Stats

According to ‘rake stats’ this project is currently up to 3601 lines of code. The code to test ratio is an embarrassing 1:0.4 currently but I’m working on increasing this. At its heaviest usage there were 11 users logged in and using the system constantly and it performed great.

Features

  • Receipt/Camper Entry via forms
  • Simple Searching of campers and receipts
  • Excel export
  • Image Import for Receipts allowing for signatures
  • Some models have in place editing allowing for easy updating
  • Sortable columns on lists
  • Role and permission based authentication system that allows for an exact definition of what a role should be allowed to do based on controller actions
  • Javascript updating of forms based on input
  • Input validation on all required fields
  • Receipt entry does constant validation on input(no need to submit before realizing problems
  • Exception E-mailing

Conclusion

The majority of the system was developed in a time frame of approx 3 months. Since the first use I have probably spent about 80 hours updating features that I wanted to change. The system currently is being prepped for its second year of use in the registration system and is currently being used for a few early registrations. If you have any questions regarding this system, please feel free to e-mail me at anytime.

Posted in: cms, featured, programming, projects.

Leave a Reply

    • Most Discussed