Platoniq / decidim-indices

Decidim InDICEs participatory platform
https://participate.indices-culture.eu
GNU Affero General Public License v3.0
2 stars 1 forks source link

Allow users to download their answers #97

Open verarojman opened 2 years ago

apuertadelaguila commented 2 years ago

First, we begin by creating a new component in our bash terminal.

1st-step 2nd-step 3rd-step

After creating our custom files like "survey_section", "survey_group" and "weight_sortable", we add the new component gem in our root Gemfile, and we specify the path.

4th-step

Now, let's create the new component in our decidim application, through "Admin Dashboard".

5th-step 6th-step 7th-step 8th-step 9th-step

After clicking on "Add Component" the decidim application throws us an error.

10th-step

Despite this error, our component was successfully created.

11th-step

And we are able to access the component through the rails console.

12th-step