Advertisement
Guest User

Untitled

a guest
Nov 9th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const getUserProfile = {
  2.   id: '1',
  3.   firstName: 'Randy',
  4.   lastName: 'Savage',
  5.   pictureUrl: 'https://pbs.twimg.com/media/CgiwpjaWgAAb9VW.jpg',
  6.   largePictureUrl: 'https://pbs.twimg.com/media/CgiwpjaWgAAb9VW.jpg',
  7.   profileDescription:
  8.     'Hello, my name’s Lucy Lee. I’m a photographer from New York, and have been in the industry for over 6 years. I specialise in landscape photography, and am passionate about sharing everything that I’ve learned on my photographic journey over the last 6 years. Ultimately, my goal is to help teach you everything about photography and to develop your skills from an absolute beginner, to professional photographer.',
  9.   profileHeader: 'Sharing my experience with aspiring photographers',
  10.   keySkills: ['web developpment', 'architecture', 'software develpment lifecycle'],
  11.   companyTitle: 'software engineer',
  12.   locationName: 'Greater Seattle Area',
  13.   mentorships: [
  14.     {
  15.       Id: '1',
  16.       UserId: '1',
  17.       MentorId: '2',
  18.       Status: 'Active',
  19.       User: {
  20.         Id: 'string',
  21.         FirstName: 'Trevor',
  22.         LastName: 'Noah',
  23.         Email: 'string',
  24.         Password: 'string',
  25.         ProfileImg:
  26.           'https://www.gannett-cdn.com/presto/2018/10/18/USAT/4647b8e8-002c-43a6-a2f3-63a87249f29c-XXX_Trevor_Noah_portait_TP0001_1.jpg?width=534&height=712&fit=bounds&auto=webp',
  27.         Objective: 'learn web development'
  28.       },
  29.       Mentor: {
  30.         Id: 'string',
  31.         FirstName: 'string',
  32.         LastName: 'string',
  33.         ProfileImg: 'http://roymoran.me/assets/profile_images/self.jpg',
  34.         LargePictureUrl: 'string',
  35.         LocationName: 'string',
  36.         Industry: 'string',
  37.         CompanyName: 'string',
  38.         CompanyTitle: 'string'
  39.       },
  40.       UserMessage: 'string'
  41.     }
  42.   ],  
  43.   reviews: [
  44.       {
  45.         rating: 1,
  46.         createdAt: '2018-09-09 02:27:52.000',
  47.         review:
  48.           'Super experienced mentor and some useful content posts that have really helped me develop my skills much quicker than the online course that I’ve taken before. Highly recommended for anyone looking to shortcut their learning of photography, without missing out any of the essential steps for beginners.',
  49.         Mentor: {
  50.           Id: 'string',
  51.           FirstName: 'roy',
  52.           LastName: 'm',
  53.           Email: 'string',
  54.           Password: 'string',
  55.           ProfileImg: 'http://roymoran.me/assets/profile_images/self.jpg',
  56.           Objective: 'string'
  57.         }
  58.       }    
  59.   ]
  60. }
  61.  
  62.  
  63.  
  64.  
  65. =========================================================================================================
  66. =========================================================================================================
  67. =========================================================================================================
  68. =========================================================================================================
  69. =========================================================================================================
  70. =========================================================================================================
  71. =========================================================================================================
  72. =========================================================================================================
  73.  
  74.  
  75.  
  76. export const getMentorProfile = {
  77.   firstName: 'Ricky',
  78.   lastName: 'W',
  79.   pictureUrl: 'https://www.biography.com/.image/t_share/MTIwNjA4NjM0MDQyNzQ2Mzgw/hulk-hogan-9542305-1-402.jpg',
  80.   largePictureUrl: 'https://www.biography.com/.image/t_share/MTIwNjA4NjM0MDQyNzQ2Mzgw/hulk-hogan-9542305-1-402.jpg',
  81.   profileDescription:
  82.     'Hello, my name’s Lucy Lee. I’m a photographer from New York, and have been in the industry for over 6 years. I specialise in landscape photography, and am passionate about sharing everything that I’ve learned on my photographic journey over the last 6 years. Ultimately, my goal is to help teach you everything about photography and to develop your skills from an absolute beginner, to professional photographer.',
  83.   profileHeader: 'Sharing my experience with aspiring photographers',
  84.   keySkills: ['web developpment', 'architecture', 'software develpment lifecycle'],
  85.   companyTitle: 'software engineer',
  86.   locationName: 'Greater Seattle Area',
  87.   mentorships: [
  88.     {
  89.       Id: '1',
  90.       UserId: '1',
  91.       MentorId: '2',
  92.       Status: 'Active',
  93.       User: {
  94.         Id: 'string',
  95.         FirstName: 'Trevor',
  96.         LastName: 'Noah',
  97.         Email: 'string',
  98.         Password: 'string',
  99.         ProfileImg:
  100.           'https://www.gannett-cdn.com/presto/2018/10/18/USAT/4647b8e8-002c-43a6-a2f3-63a87249f29c-XXX_Trevor_Noah_portait_TP0001_1.jpg?width=534&height=712&fit=bounds&auto=webp',
  101.         Objective: 'learn web development'
  102.       },
  103.       Mentor: {
  104.         Id: 'string',
  105.         FirstName: 'string',
  106.         LastName: 'string',
  107.         ProfileImg: 'http://roymoran.me/assets/profile_images/self.jpg',
  108.         LargePictureUrl: 'string',
  109.         LocationName: 'string',
  110.         Industry: 'string',
  111.         CompanyName: 'string',
  112.         CompanyTitle: 'string'
  113.       },
  114.       UserMessage: 'string'
  115.     }
  116.   ]
  117.   reviews: [
  118.     {
  119.       rating: 1,
  120.       createdAt: '2018-09-09 02:27:52.000',
  121.       review:
  122.         'Super experienced mentor and some useful content posts that have really helped me develop my skills much quicker than the online course that I’ve taken before. Highly recommended for anyone looking to shortcut their learning of photography, without missing out any of the essential steps for beginners.',
  123.       User: {
  124.         Id: 'string',
  125.         FirstName: 'roy',
  126.         LastName: 'm',
  127.         Email: 'string',
  128.         Password: 'string',
  129.         ProfileImg: 'http://roymoran.me/assets/profile_images/self.jpg',
  130.         Objective: 'string'
  131.       }
  132.     }
  133.   ]
  134. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement