we would like to assign a unique color to profile users in an angularJS,NodeJs, MongoDB app. The idea is to be able to assign and identify a list of users (100 or more) with a unique color.
Any ideas?
we would like to assign a unique color to profile users in an angularJS,NodeJs, MongoDB app. The idea is to be able to assign and identify a list of users (100 or more) with a unique color.
Any ideas?
In my opinion, the idea would be to compute the color in a mathematical and reproducible way. Benefit would be to not have to store this color in database, but let your app calculate it :
Here is a fiddle
Hope it could give you some ideas :)