-
Notifications
You must be signed in to change notification settings - Fork 7
Data Model
GargiLaha edited this page Jun 28, 2019
·
3 revisions
{ username: String,
password: String
}
{ userName:String,
gender:String,
password:String,
phone-No: int,
emailId: String,
about: String,
skills: arraylist,
experience: String,
rate/hour: string,
location: string,
ideas: {
ideaId: String,
title:String,
description: String,
domain: String,
subdomain: String,
budget:double,
timeLimit: String,
preferred Location: String,
requirements(Role):map<role, no>,
posted-by: string(userName)},
role: list array
}
{ ideaId: String,
title:String,
description: String,
domain: String,
subdomain: String,
budget:double,
requirements(Role):map<role, no>,
posted-by: string(userName),
timestamp: time
}