praxisdigital / mod_diplomasafe

Plugin made for interaction with Diplomasafe.com
Other
0 stars 0 forks source link

consider use of Moodle fullname() api function #7

Open danmarsden opened 2 years ago

danmarsden commented 2 years ago

https://github.com/praxisdigital/mod_diplomasafe/blob/MOODLE_311_STABLE/classes/diplomas/api/mapper.php#L78

you shoudl review your use of firstname + lastname - some languages and sites will use different name fields, different orders etc, so Moodle provides the fullname() api that helps with this.

note - this is not a blocker for approval - feel free to close as won't fix.