UniversityRadioYork / MyRadio

University Radio York's back-end radio management system
https://ury.org.uk/myradio
14 stars 16 forks source link

Lock profile #137

Open wlcx opened 10 years ago

wlcx commented 10 years ago

Migrated from phab lpw: The link to Lock a User account is currently not implemented.

AJDurant commented 9 years ago

I'm conflicted over this, as in my general plan it should be an API call, but in the current system it would just be an action controller ( a-lockUser.php )

wlcx commented 9 years ago

The distinction being?

AJDurant commented 9 years ago

One means just linking to the API function - but requires the API to be modified to be able to use user sessions - the other does it in a method I don't particularly like, creating a controller just for that action.

On Thu, Oct 16, 2014 at 12:58 AM, Sam Willcocks notifications@github.com wrote:

The distinction being?

— Reply to this email directly or view it on GitHub https://github.com/UniversityRadioYork/MyRadio/issues/137#issuecomment-59295635 .

LloydW93 commented 9 years ago

/me notes the above is no longer relevant as the API can now use user sessions.