Skip to content

Data Model

GargiLaha edited this page Jun 28, 2019 · 3 revisions

* User-authentication-service

{ username: String,
  password: String
}

* User-registration-service

{ 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
 }

* Idea-Storage-service

 { ideaId: String, 
   title:String,
   description: String,
   domain: String,
   subdomain: String,
   budget:double,
   requirements(Role):map<role, no>,
   posted-by: string(userName),
   timestamp: time
   }

Clone this wiki locally