action-center-platform
action-center-platform copied to clipboard
Add ability to mark ActionPages as being related to other action pages
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.
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