Open tareq89 opened 8 years ago
Okay, adding it today. :) Good pick, can be a nice separate component.
@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!
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.
updated
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.
Alright, I m posting 3 types user profile data here so @lamiajoyee will be able to design the page accordingly.
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!
@lamiajoyee, you can create an account in https://postmates.com/account/details and see their profile page for idea, really good!
thnx for the sample..can i have a look at any existing design of our app? @tareq89
@lamiajoyee Here are your (incomplete) screenshots.
@lamiajoyee any update on this?
@thehoneymad unfortunately no...still working
@lamiajoyee ?
Decent, the gradients are a tad heavy. Dont you think? When you are free, please put an eye to that. No rush. Thanks @lamiajoyee
im not liking it too...putting an eye on it
iteration 2: http://s.codepen.io/lamiajoyee/debug/JKRNQR
okay, can we take off the border in the icons in the buttons?
iteration 3:http://s.codepen.io/lamiajoyee/debug/JKRNQR
too little information for a profile page actually. please guide
Please follow the following design style for the UI.
Description needed...