ziyan-junaideen / consul

Consul - Open Government and E-Participation Web Software
GNU Affero General Public License v3.0
0 stars 1 forks source link

Ideas feature #3

Open ziyan-junaideen opened 6 years ago

ziyan-junaideen commented 6 years ago

IDEAS.pdf

ziyan-junaideen commented 6 years ago

Related content require to be limited to projects and ideas.

Currently we have a separate section to present ideas. Ex: http://localhost:4000/budgets/2/ideas/158. The related content section finds the resource using the URL. In this case it expects to find a Budget::Idea modal which we don't have. If we had used STI we would have a Budget::Idea modal.

We will have to patch up the related content controller to handle the scenario. Not elegant but necessary.