crimethinc / website

Ruby on Rails app that powers crimethinc.com
https://crimethinc.com
Creative Commons Zero v1.0 Universal
102 stars 31 forks source link

Add Articles <> Tools relationship #620

Open veganstraightedge opened 6 years ago

veganstraightedge commented 6 years ago

A lot of times, an Article's content gets re-used in a different form:

It would be good if there was a way to link those things together, so that on the /zine/:slug page, there could be a link to the original text article. In the header or footer of an article, there could be an image of the zine cover and link to the zine page (with downloads).

Same for Posters, Books, podcast Episodes.

Often it's a one to one relationship. This Article turned into that Zine.

But often enough, it's a one to many relationship. Or a many to many relationship.

So. This will need:

veganstraightedge commented 5 years ago

Related: #849