I need to develop some rectangles with some overlay text and color of rectangle(that indicates urgency). Text and Color can come from files or database.
How do I approach this problem.
My Line of thinking: Custom content type with text and color. View of this content type. But how to draw rectangles.
If anyone give me direction to tackle this problem. Any ideas.
More Information:
Input is CSV file, containing <Title, Color>
eg: Line1: Ok, Green;Line2: Bad, Red;