Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi..friends,

I want to use progress bar for the User Profile completeness Like in naukri.com. The bar shows the percentage of the profile completed.
So please give me idea regarding this...

Thanks
Sunil sharma
Posted
Comments
Prasad Khandekar 29-May-13 9:11am    
The simple way I can think of is to divide the profile into logical section and assign weight to each logical section. This will allow you to compute completeness and then use that final figure to control the progress bar display. For example if profile has sections like personal info, current job info, past jobs info, skill info then weight for each section could be 25%. Within each section if you have 5 sub items then individual item will carry a weight of 5%.

You can even choose to assign different wights to individual items in a logical section.

Regards,
ZurdoDev 2-Jan-14 22:12pm    
I know it's old but you should post as solution to get it out of the Unanswered list. :)

1 solution

Hello Sunil,

The simple way I can think of is to divide the profile into logical section and assign weight to each logical section. This will allow you to compute completeness and then use that final figure to control the progress bar display. For example if profile has sections like personal info, current job info, past jobs info, skill info then weight for each section could be 25%. Within each section if you have 5 sub items then individual item will carry a weight of 5%.

You can even choose to assign different weights to individual items in a logical section.

Posting my comments as a formal answer (as suggested by Ryan Sir)

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900