Skip to content

Data Model for User Service 5: User Profile

ishumatil edited this page Feb 15, 2019 · 3 revisions

User Service 5: User Profile

Variable Names and Data Type

  • userName (String)
  • firstName (String)
  • lastName (String)
  • emailId (String)
  • password (String)
  • interests (List of String)
  • attemptedQuestion (List of Strings)
  • postedQuestion (List of Strings)
  • age (Int)
  • gender (String)
  • collegeName (String)
  • course (String)
  • disciple (String)
  • company (String)