action-center-platform icon indicating copy to clipboard operation
action-center-platform copied to clipboard

Add ability to mark ActionPages as being related to other action pages

Open TheNotary opened this issue 9 years ago • 1 comments

For instance, with regards to the TPP issues, we have the following action pages:

  • Stop the TPP's Copyright Trap in Malaysia
  • Stop the TPP's Copyright Trap in Canada
  • Stop the TPP's Copyright Trap in New Zealand

There should be a spot, perhaps on the right sidebar, which indicates to users that there are multiple actions related to this issue, and they might want to navigate there in order to take action.

TheNotary avatar Oct 05 '15 23:10 TheNotary

The database would look like:

Issue.create(name: "the_tpp_threat")
has_many :notes # writeups, links, notes to help activism follow the story
has_many :action_pages

TheNotary avatar Oct 16 '15 18:10 TheNotary