Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

MNet Roadmap

From MoodleDocs
Revision as of 14:36, 22 July 2008 by Penny Leach (talk | contribs) (New page: ==Changes Penny wants to make for Portfolio API/further Mahara Integration== As mnet evolves and potentially other services are offered than sso and enrolment, and potentially as more app...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Changes Penny wants to make for Portfolio API/further Mahara Integration

As mnet evolves and potentially other services are offered than sso and enrolment, and potentially as more applications are written that talk mnet (there was a drupal mnet project, for example), it makes sense to start splitting out what services are offered by each application. To this end, I propse adding a new table, application2service, which links application to service, and moves the url field from the application table. It would look like this:


Field Datatype Comment
id integer sequence
applicationid integer fk to mnet_application
serviceid integer fk to mnet_service
url char (255) this is to replace application.sso_land_url (application.xmlrpc_server_url should still stay where it is)

I had originally thought about adding publishable and subscribeable fields to this table, but really I think this should be dictated by what the remote hosts offer. Not convinced on this point yet.


Changes Catalyst will be making to improve Moodle/Mahara SSO=

Nigel todo

Changes Catalyst want to make longer term=

Nigel/Peterb todo