helppery-com / meetnav-frontend-base

0 stars 2 forks source link

User profile #18

Open gbrian opened 3 years ago

gbrian commented 3 years ago

Route www.meetnav/@username should show user's profile

image

Calendar

image

Data model example:

{
        username: 'username',
        title: 'AUBA Oversize Style',
        subtitle: '<a href="">@AUBABoutique</a>',
        following: false,
        backgroundPicture:
          'https://media.istockphoto.com/photos/background-of-mannequin-for-female-on-color-canvas-background-picture-id1094745512?k=6&m=1094745512&s=612x612&w=0&h=SC6JoW3rV5xcNI6dSmRVCNK36Sb5dZguPXFGZ3q-Rwc=',
        logo:
          'https://scontent.fpmi1-1.fna.fbcdn.net/v/t1.6435-1/p320x320/130457284_3536493656439221_3369668135175541122_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=1eb0c7&_nc_ohc=zOCWGO34XMwAX_G_eGU&_nc_oc=AQkABq4dsUUYXjA-LWeJe5vlvdny76f-tnnpOCqApQllRE4o4MpnR2M9Hrw18vyWmp8&_nc_ht=scontent.fpmi1-1.fna&tp=6&oh=ee44dec25457994e3db7d59c165f1454&oe=608886D2',
        intro:
          'The store is open, come visit us 😘 #aubaboutique #palmademallorca #womenfashion #fashionoversize #curvyfashion #spana #baleares #spring2021 #happysaturday #mallorca #fashion2021 #spring',
        location,
        online: true,
        social: [
          { type: 'twitter', url: '' },
          { type: 'facebook', url: '' },
          { type: 'instagram', url: '' },
          { type: 'whatsapp', url: '' }
        ],
        gallery: [
          'https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/E1266601_%285398889640%29.jpg/1200px-E1266601_%285398889640%29.jpg',
          'https://static.onecms.io/wp-content/uploads/sites/14/2020/07/15/fashion-header-1-2000.jpg',
          'https://www.criteo.com/wp-content/uploads/2020/07/fashion-featured-image.png',
          'https://www.fbifashioncollege.com.au/wp-content/uploads/2019/11/1.jpg'
        ],
        calendar: [
          { dt: '2021-03-31T10:00:00', username: '' },
          { dt: '2021-03-31T12:00:00', username: '' },
          { dt: '2021-03-31T14:00:00', username: '' },
          { dt: '2021-04-31T11:00:00', username: '' },
          { dt: '2021-04-31T12:00:00', username: '' },
          { dt: '2021-05-31T15:00:00', username: '' }
        ],
        reviews: 124,
        followers: 3200
      }
shahabgohar commented 3 years ago

yes it can be done

shahabgohar commented 3 years ago

@gbrian how about mobile view and responsiveness

gbrian commented 3 years ago

We can do later, no problem

On Wed, Apr 14, 2021, 11:30 Shahab Ud Din Gohar @.***> wrote:

@gbrian https://github.com/gbrian how about mobile view and responsiveness

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/helppery-com/meetnav-frontend-base/issues/18#issuecomment-819377440, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF3JTDOK2RKFHP3QH27CO3TIVOEHANCNFSM42ZDBVQQ .

gbrian commented 3 years ago

@shahabgohar: What about this? image

shahabgohar commented 3 years ago

@gbrian looks good