The Church Media Community
Equipping You to Communicate Effectively
support CMN & share a
library of 19K+ images, videos, etc
Go Pro!
 
Go Back   The Church Media Community > Teams & Leadership > General Discussion
Forgot Password?
                          Register

General Discussion Media ministry, teambuilding and more.

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old Monday, April 2nd, 2012, 01:53 PM
New Church Media Member

 
 Join Date: Apr 2012 
 Last Online: Tuesday, July 17th, 2012 
Online "care tracker" application

We are a medium - large church looking for a “care tracker” online application. We currently have such an application that was written by a former church member a number of years ago, but for various reasons we want to move to a different application.

The program is used by the deacons to keep notes on the needs of each person, using fields like Urgency, Condition, Location, Care Provider, Care Type, Last Visited, etc.

The list of persons can be filtered and sorted by these categories. In addition there are flags (checkboxes) to alert deacons to special needs and the list can also be filtered by these needs.

Each deacon logs into the system from his/her own computer and tracks the current needs, adding or updating each person if the deacon has new information.

We have considered using a spreadsheet within Google Docs, but that is really not sufficient for this functionality.

Does anyone know of an online application that could meet this need?

Thanks,
John
Reply With Quote Start a New Topic From This Comment
  #2 (permalink)  
Old Thursday, April 5th, 2012, 12:44 PM
New Church Media Member

 
 Join Date: Feb 2012 
 Last Online: Thursday, May 24th, 2012 
I second this request as well.
Reply With Quote Start a New Topic From This Comment
  #3 (permalink)  
Old Tuesday, June 5th, 2012, 10:51 AM
New Church Media Member

 
 Join Date: Apr 2012 
 Last Online: Tuesday, July 17th, 2012 
I discovered Google's Fusion Tables and that seems to provide a workable solution for this application - I am receiving positive feedback from the deacons.
Reply With Quote Start a New Topic From This Comment
  #4 (permalink)  
Old Tuesday, June 5th, 2012, 04:12 PM
Church Media Regular

 
 Join Date: Aug 2007 
 Last Online: Yesterday 
Quote:
Originally Posted by ClassicalBass View Post
I discovered Google's Fusion Tables and that seems to provide a workable solution for this application - I am receiving positive feedback from the deacons.
Looks interesting. Can you give us an idea of how you are using it?
Reply With Quote Start a New Topic From This Comment
  #5 (permalink)  
Old Monday, June 18th, 2012, 11:19 AM
DTV-Engineer's Avatar
Church Media Irregular!

 
 Join Date: Dec 2004 
 Last Online: Tuesday, May 14th, 2013 
As a deacon, I can see how useful an application like this could be.

As an engineer who writes applications, I constantly see how often on-line applications prove to be unsecure.

As a church member, I would strenuously object to having my most confidential personal information entrusted to such an application, especially without my knowledge or consent. Putting this sort of private data onto any internet-based system that is controlled by a third party and that can be hacked into, is a huge breach of trust.

-- Jeff
Reply With Quote Start a New Topic From This Comment
The Following User Says Thank You to DTV-Engineer For This Useful Post:
rjwalker (Tuesday, June 19th, 2012)
  #6 (permalink)  
Old Tuesday, June 19th, 2012, 08:35 AM
New Church Media Member

 
 Join Date: Apr 2012 
 Last Online: Monday, December 31st, 2012 
It sounds like a Microsoft Access database stored on a secure server at your local church would work best along with a Visual Basic GUI frontend. Check with your local university or technical school and see if one of the instructors would take this on as a Microsoft Office class project. Have the students design the VB with buttons and drop down boxes.
Reply With Quote Start a New Topic From This Comment
  #7 (permalink)  
Old Tuesday, June 19th, 2012, 09:03 AM
osborn4's Avatar
will design for bandwidth
Become a CMN Professional Member!

 
 Join Date: Aug 2004 
 Last Online: Yesterday 
Quote:
Originally Posted by SterlingAug View Post
It sounds like a Microsoft Access database stored on a secure server at your local church would work best along with a Visual Basic GUI frontend. Check with your local university or technical school and see if one of the instructors would take this on as a Microsoft Office class project. Have the students design the VB with buttons and drop down boxes.
Then who maintains it?
__________________
Joel Osborn
Milton SDB Church

"...if we are to glorify God fully, we must engage our mind in knowing him truly and our hearts in loving him duly." - John Piper, Think
Reply With Quote Start a New Topic From This Comment
  #8 (permalink)  
Old Wednesday, June 20th, 2012, 09:37 AM
greg4god's Avatar
Web Geek

 
 Join Date: Jun 2007 
 Last Online: Yesterday 
I do have this thread bookmarked, as if no solution comes around before my current project is finished next month, I'd like to look into building something like this. (I am a web application developer).

I do agree Jeff on the concern about securing the information, as I already envision a system where all personal information (other than searchable fields that the user determines to be searchable) are encrypted in the database, so that even if the database is compromised, you would still need the users passcode (which isn't stored) to decrypt the data (else do a brute force attack).

And for those really concerned, it is quite easy to take a spare machine to set up as a web server to run the program locally (of course then the church would be responsible for backups of their own machine)

So, while you are still looking for a solution, keep posting your ideas of what features you might want in the program so if I can do something like this, I can add them in.

-Greg
Reply With Quote Start a New Topic From This Comment
  #9 (permalink)  
Old Thursday, June 21st, 2012, 08:33 AM
New Church Media Member

 
 Join Date: Apr 2012 
 Last Online: Monday, December 31st, 2012 
Quote:
Originally Posted by osborn4 View Post
Then who maintains it?
You learn how to.
Reply With Quote Start a New Topic From This Comment
  #10 (permalink)  
Old Friday, June 22nd, 2012, 12:21 PM
DTV-Engineer's Avatar
Church Media Irregular!

 
 Join Date: Dec 2004 
 Last Online: Tuesday, May 14th, 2013 
Quote:
Originally Posted by greg4god View Post
...all personal information (other than searchable fields that the user determines to be searchable) are encrypted in the database, so that even if the database is compromised, you would still need the users passcode (which isn't stored) to decrypt the data (else do a brute force attack).
Unless I'm missing something, encrypting the data means that the deacons have to share the same encrytion key (passcode), which makes this difficult to truly secure. It's the same basic problem most churches have with physical security: too many keys floating around makes it easy to lose track of who has access. Just as it's inconvenient at best to change all of the locks, it's also a pain to re-encrypt all of the database and redistribute encryption keys. And what happens when deacons leave, for whatever reason?

I strongly believe that sensitive personal information needs to be handled with the greatest care, and this emphatically precludes storing or transmitting it across any public network, encrypted or not.

Regards,

Jeff
Reply With Quote Start a New Topic From This Comment
  #11 (permalink)  
Old Saturday, June 23rd, 2012, 07:55 PM
greg4god's Avatar
Web Geek

 
 Join Date: Jun 2007 
 Last Online: Yesterday 
Well, some people will be comfortable, some won't up to them. Some churches already use online membership programs which from my understandings will also keep track of financials as well in at least one I looked at.

I do have an already in place "multi-key" encryption method for another system I have built, and well I just don't like to advertise the methods (in case I end up not having time to do this project). If I do go forward with the system I would explain it and demonstrate it to anyone who wants to use it and wants more details.

Another feature I have in one system I built for a company, they had past issue another system, and employee let go got into the accounts and started wiping out their client data. To ease their mind I built them an "Emergency Stop". Going to a specific URL, and entering one of three codes locked all access (even from their accounts in case compromised) for 30 minutes. They loved it. (to date they never had to use it)

Also, like I said, for most secured, they could take computer and set it up with WAMP and run the program locally on their own machine, locked down to just a single system.

I'm quite paranoid about data myself, so I try my best to cover it as much as possible.

It won't be fore everyone, and in the end, the users can put as much or as little in the system as possible. keeping personal information on file at the office, but allowing the assigning, scheduling, and reporting to be online.

I do appreciate the concerns, as hey you never know, someone may throw in an consideration I may have not thought of, or in a different way, and it would help me make it better.

-Greg
Reply With Quote Start a New Topic From This Comment
  #12 (permalink)  
Old Tuesday, December 4th, 2012, 02:04 PM
New Church Media Member

 
 Join Date: Dec 2012 
 Last Online: Wednesday, December 12th, 2012 
Check out churchtraconline!

churchtraconline.com (it won't let me post url)

Its awesome, I helped out a lot with beta testing.
Very reasonably priced!
Can track membership, notes, giving, groups, child checkin, etc
and it's mobile compatible.
Reply With Quote Start a New Topic From This Comment
Reply

  The Church Media Community > Teams & Leadership > General Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:



Add to Google


Register Now for FREE!
Our records show you have not yet registered to our community. To sign up for your FREE account INSTANTLY fill out the form below!

Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Agree to forum rules 


All times are GMT -6. The time now is 01:24 AM.

   
 
© 1995-2008, ChurchMedia™, ChurchMedia LLC

SEO by vBSEO 3.1.0