teamcfadvance / cfSpeakerList

A simple CFML application for managing a list of available speakers (e.g. for user groups, conferences, etc.)
Apache License 2.0
3 stars 3 forks source link

Modify speaker key behavior #8

Open ddspringle opened 9 years ago

ddspringle commented 9 years ago

Currently the system assigns a unique random key (e.g. AS7eY4vfG) to speakers which is then in turn used by the system to show the speaker information (e.g. http://acpspeakers.com/si.cfm/RHcKQjLB).

It would be desirable to instead either have the speaker choose their speaker key by entering it manually (e.g. HappyCoder, etc.) and checked for uniqueness, or as an alternative have the speaker key derived from the first and last name of the speaker (e.g. dspringle) and made unique as required (e.g. despringle, dspringle1, etc.).