mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #22387
[Bug 1393621] Re: split the webservices/functions.php into user / group / institution functions for better code seperation
** Changed in: mahara
Status: New => Confirmed
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1393621
Title:
split the webservices/functions.php into user / group / institution
functions for better code seperation
Status in Mahara ePortfolio:
Confirmed
Bug description:
Currently the classes mahara_user_external, mahara_group_external, and
mahara_institution_external are all within the
webservices/functions.php file.
I think as we add more functions to that file it will get quite large.
So for easier editing will be worth breaking that up into a structure
like:
webservices/functions/user.php - for user functions
webservices/functions/group.php - for group functions
webservices/functions/institution.php - for institution functions
this way if we want to add another set of functions say 'collection' it would be a matter of adding in
webservices/functions/collection.php
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1393621/+subscriptions
References