NerdCats / WebCat

Web App for TaskCat
2 stars 1 forks source link

User profile page #15

Open tareq89 opened 8 years ago

lamiajoyee commented 8 years ago

Description needed...

thehoneymad commented 8 years ago

Okay, adding it today. :) Good pick, can be a nice separate component.

tareq89 commented 8 years ago

@lamiajoyee , this is the data we have about any users on our system.

{ "_t" : "User", "UserName" : "hridoy", "Email" : "hridoy@gobd.co", "EmailConfirmed" : true, "PhoneNumber" : "+8801706520973", "PhoneNumberConfirmed" : false, "TwoFactorEnabled" : false, "LockoutEndDateUtc" : null, "LockoutEnabled" : false, "AccessFailedCount" : 0, "Roles" : [ "User" ], "Logins" : [], "Claims" : [], "Profile" : { "_t" : "UserProfile", "Address" : null, "PicUri" : null, "FirstName" : "", "LastName" : "", "Age" : 26, "Gender" : "MALE", "InterestedLocalities" : null }, "Type" : "USER" }

Utilize this field to design the User profile page.

Thanks :)

One more thing, buttons and corresponding pages to update their password, profile info etc should be their too!

thehoneymad commented 8 years ago

I dont want any Job related works on anything like that in the profile. Profile should be only personal data. Lets just focus on the profile in this ticket please.

tareq89 commented 8 years ago

updated

thehoneymad commented 8 years ago

And there are three types of Users with different profile models. Its always better when we write description, we'd write to fullest. That would help lamia to design the page as the user type changes.

The best place to write these would be TaskCat Repo wiki.

tareq89 commented 8 years ago

Alright, I m posting 3 types user profile data here so @lamiajoyee will be able to design the page accordingly.

tareq89 commented 8 years ago

Assets Profile: { "_t" : "Asset", "UserName" : "forhad", "Email" : "forhad@gobd.co", "EmailConfirmed" : false, "PhoneNumber" : "+8801964467211", "PhoneNumberConfirmed" : false, "TwoFactorEnabled" : false, "LockoutEndDateUtc" : null, "LockoutEnabled" : false, "AccessFailedCount" : 0, "Roles" : [ "User", "Asset" ], "Logins" : [], "Claims" : [], "Profile" : { "_t" : "AssetProfile", "FirstName" : "Hirok", "LastName" : "", "Age" : 26, "Gender" : "MALE", "Address" : null, "PicUri" : null, "NationalId" : "", "DriversLicenseId" : "", "Vehicle" : null }, "Type" : "BIKE_MESSENGER", "AverageRating" : 0 }

Enterprise Users:

{ "_t" : "EnterpriseUser", "UserName" : "ZuumZuum", "Email" : "zuumzuum@gmail.com", "EmailConfirmed" : false, "PhoneNumber" : "+8801911725897", "PhoneNumberConfirmed" : false, "TwoFactorEnabled" : false, "LockoutEndDateUtc" : null, "LockoutEnabled" : false, "AccessFailedCount" : 0, "Roles" : [ "Enterprise" ], "Logins" : [], "Claims" : [], "Profile" : { "_t" : "EnterpriseUserProfile", "Address" : null, "PicUri" : null, "CompanyName" : "Jubayer", "Website" : "zuumzuum.com" }, "Type" : "ENTERPRISE" }

The USER's data I have given you in the first comment!

tareq89 commented 8 years ago

@lamiajoyee, you can create an account in https://postmates.com/account/details and see their profile page for idea, really good!

lamiajoyee commented 8 years ago

thnx for the sample..can i have a look at any existing design of our app? @tareq89

tonmoy71 commented 8 years ago

@lamiajoyee Here are your (incomplete) screenshots.

screenshot_20160618-120528

screenshot_20160528-180640

shopping cart

thehoneymad commented 8 years ago

@lamiajoyee any update on this?

lamiajoyee commented 8 years ago

@thehoneymad unfortunately no...still working

thehoneymad commented 8 years ago

@lamiajoyee ?

lamiajoyee commented 8 years ago

http://s.codepen.io/lamiajoyee/debug/JKRNQR

thehoneymad commented 8 years ago

Decent, the gradients are a tad heavy. Dont you think? When you are free, please put an eye to that. No rush. Thanks @lamiajoyee

lamiajoyee commented 8 years ago

im not liking it too...putting an eye on it

lamiajoyee commented 8 years ago

iteration 2: http://s.codepen.io/lamiajoyee/debug/JKRNQR

thehoneymad commented 8 years ago

okay, can we take off the border in the icons in the buttons?

lamiajoyee commented 8 years ago

iteration 3:http://s.codepen.io/lamiajoyee/debug/JKRNQR

too little information for a profile page actually. please guide

nabilrhman commented 8 years ago

Please follow the following design style for the UI. 5 resized 4 resized