Third-Coast / website

The Third Coast Int. Audio Fest Website Code and notes
0 stars 0 forks source link

Producer Type - Can this appear in the lefthand column? #73

Open ehustleby opened 10 months ago

ehustleby commented 10 months ago

When we view each individual "producer" we see the "producer type" text directly above the name of the feature. (pic below)

Screenshot 2024-01-11 at 3 50 03 PM

Can we change this so that the “specific producer type” show up in the leftmost column beneath "Producer" (pic below indicates desired placement):

Screenshot 2024-01-11 at 3 52 17 PM

Ideally, we'd like to change this for all producers.

brendanmetzger commented 10 months ago

The left and right columns are in two different hierarchies--or for a visual analogy, rooms in a house. The feature block/card has to be in just one room as it were.

Now, the answer to everything visual/ux is always "yep, that can be done" but in this case it requires rewriting that template (redesigning the layout of the house).

I will mention, there are surely hacks to split one thing into two rooms, but that's not an accessible solution, really a non-starter as it solves the visual problem by making it more convoluted for non-visual use cases.

And, the perpetual thorn, visual changes in one resolution need to coordinate with mobile, etc., which is probably where 95% of time is spent when revising templates!