KCBS Judges - Application Beta Testers Wanted

gw1500se

Found some matches.
Joined
Dec 17, 2012
Messages
12
Reaction score
3
Points
0
Location
Loganvil...
As a judge (particularly when I first started) I find it difficult to browse the KBCS events web pages, determine which ones are sufficiently close and then go to their websites to submit an application. In addition, if I am traveling, I like to see if there are any nearby events I might want to judge. Cook teams may also find this useful.

To solve this problem I developed a Java application that takes a "home" location, a maximum driving time or maximum driving distance from that location. The application then finds all KCBS scheduled competitions that meet the specified criteria and lists them with their estimated driving time and distance. It also includes the link to that competition's web site simplifying finding their application forms. I have included the capability of tracking events to which the user has applied and for which events the user has been confirmed.

I found my application sufficiently useful that I've decided to make it available to all KCBS members. However, before making it generally available, I am requesting a few beta testers. All that is necessary is that you use the application and provide feedback on any problems encountered and particularly any additional features/changes to improve it.

If you are interested, please PM me for download information. Thanks.
 
I wrote something similar last year in C# WinForms app. I used AOL's "free" geocode and directions service (OpenStreetMap) so that I didn't have to show their map to use it. I'm just wondering if you used it too since all of the others that I found required that I show their maps and/or pay a fee. I found it very useful, and thought about making it a free service. The idea was to make it a website where a person could create an account, log search critera (time/distance, state championships, min payout), and get an initial list. Every day the app would check kcbs.us, update the list, and send out eMail announcements if a new comp showed up. One of the ideas was that my service would query the website once per day for all users.

In the end, I just ran out of steam. I had issues with the HTML rendering, turning it into a service like that required a lot of work, kcbs.us used horrible HTML (I would have preferred a web service), they stopped publishing purses and state championships, and then it looked like PickledPig already had a similar app that was in use. I used it a few months later to get KCBS comp results too. I spun in up a few weeks ago to do something with it, and I found that kcbs.us' HTML pattern had changed and was even less standard. The good side was that I changed it the other day to query a different website in a similar fassion. Anyway, I'm not trying to hijack, I think it's great that you've gone this far. I'm not a Java person, but if you ever wanna compare notes, drop me a line.

dmp
 
I would be interested. I am a developer and could look at it from that angle.
 
I haven't tried the app in question, but the OP said it was Java which would lead me to believe that unless it includes calls to JNI, it should run on Mac, and linux too. C# apps can run on them through Mono, but not always as well.

dmp
 
Thanks to all that replied. I now have enough testers and I am hoping to make it generally available by February. While I have only tested it on Windows and Linux there is no reason to think it would not work on a Mac. All that is really required is a platform that is running Java JRE 7 or better. The only exception is mobile devices. I would not expect it to run on them but I hope to add that capability in the future.
 
Back
Top