thecodingtrain.com icon indicating copy to clipboard operation
thecodingtrain.com copied to clipboard

Showcase Page Refinements

Open shiffman opened this issue 2 years ago • 2 comments

Picking up from #501 and #638, here is a list of possible refinements / enhancements for the new Passenger Showcase!

https://thecodingtrain.com/showcase

Individual Passenger Pages

For example: https://thecodingtrain.com/showcase/author/kathy-mcguiness

  • It would be nice to include additional information as headers (name and link to URL) for each passenger, making it feel a bit more like a "profile page"?
  • The "preview" image when sharing a page should grab a passenger showcase thumb rather than the default share image.

Showcase Cards

  • Author links can go to their filtered page (rather than what was entered in the form)?
  • Handle video titles that are cut-off
    • new design over 2 lines?
    • truncate with "..."?
    • other ideas?

Screen Shot 2023-02-21 at 4 52 14 PM Screen Shot 2023-02-21 at 4 52 03 PM

We can use this as a discussion thread and break things out into individual pull requests / issues as needed. Any other thoughts or comments?

shiffman avatar Feb 21 '23 21:02 shiffman

RE Name and link to URL. While I like the idea and there might be a one unique URL for an author, that will not always be the case.

Raising a different issue. There are a couple of authors who have contributed under more than one variation of their name and /or contributed a showcase jointly with another person. How do we want to handle this?

kfahn22 avatar Feb 22 '23 00:02 kfahn22

These are very good points!

RE Name and link to URL. While I like the idea and there might be a one unique URL for an author, that will not always be the case.

Yes, since the site is a static build and not database driven what we can do here is quite limited. I think we do our best and just pick the URL from the latest submission for any given author? We can see how that goes and if it doesn't work well, we can try something different.

Raising a different issue. There are a couple of authors who have contributed under more than one variation of their name and /or contributed a showcase jointly with another person. How do we want to handle this?

Different author names will unfortunately show up as different filters/pages with the way the site works. Contributors can go back and edit their names in the JSON files if they want to consolidate the pages. For joint submissions these will end up on their own page since the name is the unique identifier. I'm ok with this for a first try, we can always see if we want to improve the system later!

shiffman avatar Feb 22 '23 13:02 shiffman