decidim-archive / decidim-module-consultations

:warning: [DEPRECATED] Decidim module for consultations: debates around critical questions and a proxy for eVoting. Now it's on decidim/decidim repository.
1 stars 0 forks source link

Scope and origin in question's technical info #23

Closed jsperezg closed 6 years ago

jsperezg commented 6 years ago

This is a Feature Proposal

:tophat: Description

The mockup's regarding the question public views show a technical view page which contains, among others, the following attributes:

Ambito/Scope: In the example appears the value 'Iniciativa ciudadana' Origen/Origin: In the example seems to be a link pointing to an initiative. The link text is the initiative title in the corresponding locale.

There is nothing similar in all decidim, in fact, for initiatives we left this feature out of the MVP (result of the initiative was supposed to be the same or quite similar thing).

For this reason we need a definition about how to implement this feature. As I see it, we have two possibilities:

The drawback with this solutions are obvious:

The advantages are obvious as well:

We need to take a decission about this. Any idea that improves the both suggested above is wellcome.

jsperezg commented 6 years ago

@xabier @htmlboy What are your thoughts regarding this topic?

josepjaume commented 6 years ago

@jsperezg I agree on that adding a participatory space selector is costly. That said, we recently merged a PR that allows you to get the public participatory spaces for an organization:

https://github.com/decidim/decidim/blob/48b39c7dd4280af27a204b54c3139139d7934488/decidim-participatory_processes/lib/decidim/participatory_processes/participatory_space.rb#L9

This should make the issue a bit easier in conjunction with the public_spaces scope that all participatory spaces have.

IMO we should go with option 2 in order to be able to meet the deadline, but put this in a issue so it can be worked on afterwards.

jsperezg commented 6 years ago

Completelly agree @josepjaume