nus-cs2103-AY1718S1 / forum

Discussion Forum
5 stars 0 forks source link

Creating persisting colored tags and labels #199

Open Choony93 opened 6 years ago

Choony93 commented 6 years ago

Did you implement the colored tags suggestion from the developer guide? Noticed that colored tags and labels always changes whenever the program restarts? Users tend to remember and identify colors easier than the text string itself, so an ever-changing colored tag is a big NO-NO to user experience!

Managed to implement a way to have persisting colored tags without having the need to store tag color data onto an offline file! It's extremely easy to implement FULL CODE is provided.

Check out the Developer Guide here.

Shengkaiyew commented 6 years ago

Implemented this feature to fix color bug with our GUi side person panel.

Thanks a lot!

yamgent commented 6 years ago

Good work. :+1:

yunpengn commented 6 years ago

I have implemented a similar feature a few weeks ago. We call it ChangeTagColorCommand, though ^_^

Checkout our User Guide at here.

We support both RGB values and 140 color names pre-defined in CSS standard.