Skip to content
aris alexis edited this page Feb 7, 2016 · 3 revisions

Entity User:

String email NOT NULL

String username

String firstName NOT NULL MIN 2

String lastName NOT NULL MIN 2

Integer registrationDate

String facebookId

Rating[] ratings

Map<String,Object> preferences

Integer messages (epoch days)

Boolean online

String address

Map[] notifications;

Map password { hash,salt }

Boolean emailVerified

String phone

Integer birthdate (epoch days)

String description

String[] tags

String mainImage="http://"+ Globals.S3_BUCKET+".s3.amazonaws.com/"+Globals.S3_FOLDER+"/user.png"; //default

String[] images

Integer vibes=0

Double lat

Double lon

Long lastLogin

Clone this wiki locally