Coffei / PeakTogether

Sport social network (small university project demonstrating Hibernate Spatial)
0 stars 0 forks source link

Member #1

Closed agiertli closed 11 years ago

agiertli commented 11 years ago

add first name add last name

Coffei commented 11 years ago

How mandatory these fields are? Do we enforce them or allow null/empty values? Do we enforce uniqueness?

agiertli commented 11 years ago

I would say email and username has to be unique across the whole system.

I would make First Name and Last Name mandatory (not unique !)

Obviously user still can input just some fake ones. But in website like this I think it is a good option to have input for First Name and Last Name -- just by having these fields I think it implicitely forces user to put there true information and having your true first name and last name displayed on the page kind of strengthen the credibility of the service we are providing.