MIS Systems Thread, [Development] An Open Source Parent Gateway in Technical; So I'm still looking for a good web based parent gateway.
We had SLG for a few years but the ...
-
22nd March 2012, 08:57 AM #1 [Development] An Open Source Parent Gateway
So I'm still looking for a good web based parent gateway.
We had SLG for a few years but the complicated sharepoint interface, cost and pain of upgrading all the time means we are giving it up soon.
So I've written a fair few PHP systems in my life and I was wondering if there was any interest in an open source parent site?
My main objective is to get the kids reports into a secure system.
So what would everyone else want?
My list
- Use the student logins so no user/pass problems
- Simple web based GUI, big buttons and no clutter
- Secure
- Email submission forms for contacting teachers, updating admin details, approving trips
Anything I'm forgetting?
-
-
IDG Tech News
-
22nd March 2012, 08:59 AM #2 Sounds good. I think it should intergrate into AD and parents should use own passwords and not student ones ideally.
It would be nice if it could be a system that auto logs students on when logged into a network computer.
Last edited by FN-GM; 22nd March 2012 at 09:18 AM.
-
-
22nd March 2012, 09:11 AM #3 I'd be very interested in this.
We currently run a custom django based intranet/extranet that is AD integrated and pulls student/teacher/class details from sims. Like FN-GM says, AD integrating parental login details would be the idea solution but that would be the difficult bit, extracting the right details from SIMS and creating the parents accounts. If you do get anywhere with this please do let us know.
Matt
-
-
22nd March 2012, 09:25 AM #4 To be honest AD integration and Separate logins are exactly what I'm trying to get away from 
What I really want is something that is "single sign on" from the student logins. They are all used to signing in from home and I think this will make the system much more reliable.
I was thinking a CSV file of students could be much easier and allow me to concentrate on the interface and features instead. This is easy to create from AD or live@edu.
@saundersmatt, do you have any schematics for the Sims database that I could use?
Last edited by zag; 22nd March 2012 at 09:27 AM.
-
-
22nd March 2012, 09:35 AM #5 
Originally Posted by
zag
@
saundersmatt, do you have any schematics for the Sims database that I could use?
I'll slap the both of you if you do. Use the approve methods, either a report, the vle tool or the SIMS api.
-
-
22nd March 2012, 09:38 AM #6 How do you mean a CSV file of student?
To be honest AD integration and Separate logins are exactly what I'm trying to get away from
Im also lost by this
-
-
22nd March 2012, 09:39 AM #7 I'm not pulling information directly from the database I'm afraid. (I can't work out how Capita use foreign keys to relate all their tables together.) I'm just using the low tech method of SIMS built in reporting.
Matt
-
-
22nd March 2012, 09:49 AM #8 Does anyone know how the document store works?
Taking a quick look it should be possible to access the reports quite easily because the filename includes the admissions ID. But the actual folder structure seems complicated.
Also why don't the xml files parse properly? Are they even proper XML files?
Last edited by zag; 22nd March 2012 at 09:56 AM.
-
-
22nd March 2012, 11:11 AM #9 
Originally Posted by
zag
Does anyone know how the document store works?
Taking a quick look it should be possible to access the reports quite easily because the filename includes the admissions ID. But the actual folder structure seems complicated.
I've done a fair bit of work with the document store, pulling the documents out and converting to pdf. However, as @matt40k said, all access should be through the Sims API. Anything else isn't supported, will by-pass any security and will be at great risk of showing the wrong documents to people.

Originally Posted by
zag
Also why don't the xml files parse properly? Are they even proper XML files?
Yes, they are Word Xml files. Should open straight up in Word if you've got that installed and double click on them. Not a suitable format for presenting to parents as it will rely on them having the correct version of office installed.
-
-
22nd March 2012, 11:13 AM #10 The files in docstore are encrypted, so accessing them and then decrypting will be a pain ... ?
I think single sign-on would be really useful. What do they log in with from home, their AD credentials?
Parents need to have their own logins, even if it's just the student login with a P, so you can share different things with them.
Do you not also want a Student portal? If you have one, i'm guessing some kind of VLE, is it not possible to add parents to that?
Creating your own thing is a good idea, but it might be simpler to use something off the shelf. Presuming you've compared what's on the market, i'd be interested in seeing what your conclusions are. We're currently looking at VLEs
-
-
22nd March 2012, 11:16 AM #11 
Originally Posted by
saundersmatt
I'd be very interested in this.
Like FN-GM says, AD integrating parental login details would be the idea solution but that would be the difficult bit, extracting the right details from SIMS and creating the parents accounts. If you do get anywhere with this please do let us know.
Matt
Yes creating parent accounts is a potential minefield. The quality of the contact data is generally the poorest quality data in the system, and whatever you do make sure you take account of parental responsiblity and court order, on an ongoing basis. If that changes, they need to lose access immediately.
I've written more at length on this at

Originally Posted by
vikpaw
Parents need to have their own logins, even if it's just the student login with a P, so you can share different things with them.
Yes parents need their own logins, but they should be on a per parent basis. If they are based on the student then parents will be sharing the same login which is a big no-no to me. Think about estranged parents - you could say we'll deal with separately, but at what point in a break up will you get to hear about it?
Richard Willis – SharePoint Learning Kit Coordinator, SalamanderSoft Owner » Creating Parent Accounts for your VLE from Sims, Facility CMIS or other MIS.
Last edited by rpwillis; 22nd March 2012 at 11:22 AM.
Reason: Response to @vikpaw
-
Thanks to rpwillis from:
TheScarfedOne (22nd March 2012)
-
22nd March 2012, 12:09 PM #12 Managed to get the site layout working now.
sitedesign.jpg
I also wrote a little vb command app that searches the document server for the relevant reports. It works in concept but quite dangerous searching by wildcards I think
Just a proof of concept for now. I'm sure there are better ways to do it.
So I'm up against encrypted documents now. :/
Last edited by zag; 22nd March 2012 at 12:22 PM.
-
-
22nd March 2012, 12:35 PM #13 @zag:
As the others have already said "Use the proper Sims API's" there are many options available:
We currently use Moodle 2.0 which has been developed by WebanyWhere which is working very well and offers all kinds of variations, parental access being just one of them, writing back to Sims is another function which will allow staff to take their registration from within Moodle which is a SSO so that AD authentication is dynamic which syncs with Sims and automatically creates the user accounts in Moodle which are then syncronised with the user in AD.
Looking really good and working just as well. Not been painless but has been dealt with very well by the WebanyWhere support team. 
Moodle is obviously free but the WebanyWhere integration packages are costed depending which modules your school require.
-
-
22nd March 2012, 12:47 PM #14
-
Thanks to vikpaw from:
rpwillis (23rd March 2012)
-
22nd March 2012, 01:23 PM #15 IMO a moodle module would be the best way forward, because most of the hard work is already done. Schools could optionally use the rest of moodle if they wanted to. There are commercial parental plugins available already which use SIMS api's or SIF.
-
Thanks to CyberNerd from:
bossman (22nd March 2012)
SHARE: 
Similar Threads
-
By mattx in forum General Chat
Replies: 32
Last Post: 12th August 2011, 04:47 PM
-
By garrysaddington in forum MIS Systems
Replies: 51
Last Post: 22nd July 2010, 12:42 AM
-
By Dos_Box in forum Gaming
Replies: 3
Last Post: 15th April 2010, 01:11 PM
-
By edusites in forum Virtual Learning Platforms
Replies: 5
Last Post: 11th February 2008, 10:32 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules