On 29 Jul 2013, at 11:52, Jon Rowe <[email protected]> wrote: > So where is the username held for display purposes? Or are you using a real > name / email on screen?
All my display data is from denormalised tables (actually currently they're just arrays of hashes, I haven't written a persistent implementation of them yet). So all I need is a table that maps user_uuid => username. But from a behavioural point of view, I don't need the username in the User object. > How will you correlate actions between the user and other elements in the > system? I don't actually think this will come up. Once I've got the User, I can find the corresponding Fisherman, and currently the Fisherman does nothing that needs a visual identifier, but that may change, as I started to think about replying to Kevin. -- http://www.patchspace.co.uk/ http://www.linkedin.com/in/ashmoran -- You received this message because you are subscribed to the Google Groups "NWRUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nwrug-members. For more options, visit https://groups.google.com/groups/opt_out.
