decidim-debates 0.23.0 → 0.24.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/config/admin/decidim_debates_manifest.js +1 -0
- data/app/assets/javascripts/decidim/debates/admin/debates.js.es6 +25 -0
- data/app/cells/decidim/debates/debate_m/open_date.erb +7 -0
- data/app/cells/decidim/debates/debate_m_cell.rb +1 -1
- data/app/cells/decidim/debates/reported_content/show.erb +4 -0
- data/app/cells/decidim/debates/reported_content_cell.rb +13 -0
- data/app/commands/decidim/debates/admin/create_debate.rb +3 -2
- data/app/commands/decidim/debates/admin/update_debate.rb +2 -1
- data/app/commands/decidim/debates/create_debate.rb +1 -0
- data/app/commands/decidim/debates/update_debate.rb +2 -1
- data/app/controllers/decidim/debates/debates_controller.rb +1 -5
- data/app/forms/decidim/debates/admin/close_debate_form.rb +1 -1
- data/app/forms/decidim/debates/admin/debate_form.rb +30 -2
- data/app/forms/decidim/debates/close_debate_form.rb +1 -1
- data/app/forms/decidim/debates/debate_form.rb +17 -0
- data/app/models/decidim/debates/debate.rb +18 -5
- data/app/permissions/decidim/debates/admin/permissions.rb +8 -1
- data/app/views/decidim/debates/admin/debates/_form.html.erb +15 -2
- data/app/views/decidim/debates/admin/debates/index.html.erb +10 -2
- data/app/views/decidim/debates/debates/_filters.html.erb +1 -1
- data/app/views/decidim/debates/debates/_form.html.erb +6 -0
- data/app/views/decidim/debates/debates/edit.html.erb +6 -4
- data/app/views/decidim/debates/debates/new.html.erb +6 -4
- data/app/views/decidim/debates/debates/show.html.erb +11 -25
- data/config/locales/ca.yml +17 -4
- data/config/locales/cs.yml +17 -4
- data/config/locales/de.yml +58 -23
- data/config/locales/en.yml +17 -4
- data/config/locales/es-MX.yml +10 -4
- data/config/locales/es-PY.yml +10 -4
- data/config/locales/es.yml +10 -4
- data/config/locales/fi-plain.yml +17 -4
- data/config/locales/fi.yml +17 -4
- data/config/locales/fr-CA.yml +17 -4
- data/config/locales/fr.yml +18 -5
- data/config/locales/gl.yml +11 -0
- data/config/locales/ja.yml +10 -4
- data/config/locales/nl.yml +18 -5
- data/config/locales/no.yml +12 -4
- data/config/locales/pl.yml +36 -6
- data/config/locales/ro-RO.yml +13 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sv.yml +16 -4
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +114 -30
- data/config/locales/zh-CN.yml +10 -4
- data/db/migrate/20200930145546_add_scope_to_debates_debate.rb +7 -0
- data/db/migrate/20201126112752_archive_debates.rb +8 -0
- data/db/migrate/20210125101735_revert_archive_debates.rb +8 -0
- data/lib/decidim/api/debate_type.rb +26 -0
- data/lib/decidim/api/debates_type.rb +26 -0
- data/lib/decidim/debates.rb +1 -0
- data/lib/decidim/debates/admin_engine.rb +4 -0
- data/lib/decidim/debates/api.rb +8 -0
- data/lib/decidim/debates/component.rb +22 -10
- data/lib/decidim/debates/test/factories.rb +1 -1
- data/lib/decidim/debates/version.rb +1 -1
- metadata +30 -19
- data/app/types/decidim/debates/debate_type.rb +0 -28
- data/app/types/decidim/debates/debates_type.rb +0 -32
@@ -0,0 +1 @@
|
|
1
|
+
sw:
|
data/config/locales/tr-TR.yml
CHANGED
@@ -3,6 +3,8 @@ tr:
|
|
3
3
|
attributes:
|
4
4
|
debate:
|
5
5
|
category_id: Kategori
|
6
|
+
closed_at: Kapandı
|
7
|
+
conclusions: Sonuçlar
|
6
8
|
decidim_category_id: Kategori
|
7
9
|
description: Açıklama
|
8
10
|
end_time: Biter
|
@@ -12,6 +14,7 @@ tr:
|
|
12
14
|
title: Başlık
|
13
15
|
user_group_id: Olarak tartışma oluştur
|
14
16
|
models:
|
17
|
+
decidim/debates/close_debate_event: Tartışma kapandı
|
15
18
|
decidim/debates/create_debate_event: tartışma
|
16
19
|
decidim/debates/creation_disabled_event: Tartışmalar devre dışı bırakıldı
|
17
20
|
decidim/debates/creation_enabled_event: Tartışmalar etkin
|
@@ -25,23 +28,34 @@ tr:
|
|
25
28
|
debates:
|
26
29
|
actions:
|
27
30
|
create: yaratmak
|
31
|
+
endorse: Onayla
|
28
32
|
name: Tartışmalar
|
29
33
|
settings:
|
30
34
|
global:
|
31
35
|
announcement: duyuru
|
32
36
|
comments_enabled: Yorumlar etkin
|
37
|
+
comments_max_length: Maksimum yorum uzunluğu (Varsayılan değer için 0 bırakın)
|
38
|
+
scope_id: Kapsam
|
39
|
+
scopes_enabled: Kapsamlar etkinleştirildi
|
33
40
|
step:
|
34
41
|
announcement: duyuru
|
35
42
|
comments_blocked: Yorumlar engellendi
|
36
43
|
creation_enabled: Katılımcılar tarafından tartışma yaratıldı etkin
|
44
|
+
endorsements_blocked: Onaylar engellendi
|
45
|
+
endorsements_enabled: Onaylar etkinleştirildi
|
37
46
|
debates:
|
38
47
|
actions:
|
48
|
+
close: Kapat
|
39
49
|
confirm_destroy: Emin misiniz?
|
40
|
-
destroy:
|
50
|
+
destroy: Sil
|
41
51
|
edit: Düzenle
|
42
52
|
new: Yeni %{name}
|
43
53
|
title: Eylemler
|
44
54
|
admin:
|
55
|
+
debate_closes:
|
56
|
+
edit:
|
57
|
+
close: Kapat
|
58
|
+
title: Tartışmayı kapat
|
45
59
|
debates:
|
46
60
|
create:
|
47
61
|
invalid: Tartışmayı oluştururken bir sorun oluştu.
|
@@ -51,6 +65,10 @@ tr:
|
|
51
65
|
edit:
|
52
66
|
title: Tartışmayı düzenle
|
53
67
|
update: Tartışmayı güncelle
|
68
|
+
form:
|
69
|
+
debate_type: Tartışma türü
|
70
|
+
finite: Sonlu (Başlangıç ve bitiş saatleri ile)
|
71
|
+
open: Açık (Başlangıç veya bitiş zamanı yok)
|
54
72
|
index:
|
55
73
|
title: Tartışmalar
|
56
74
|
new:
|
@@ -59,46 +77,101 @@ tr:
|
|
59
77
|
update:
|
60
78
|
invalid: Bu tartışmayı güncellerken bir sorun oluştu.
|
61
79
|
success: Tartışma başarıyla güncellendi.
|
80
|
+
exports:
|
81
|
+
comments: Yorumlar
|
62
82
|
models:
|
63
83
|
debate:
|
64
|
-
name:
|
84
|
+
name: Tartışma
|
65
85
|
admin_log:
|
66
86
|
debate:
|
67
|
-
|
68
|
-
|
87
|
+
close: "%{user_name}, %{space_name} alanındaki %{resource_name} tartışmasını kapattı"
|
88
|
+
create: "%{user_name}, %{space_name} alanındaki %{resource_name} tartışmasını yarattı"
|
89
|
+
update: "%{user_name}, %{space_name} alanındaki %{resource_name} tartışmasını güncelledi"
|
90
|
+
debate_m:
|
91
|
+
commented_time_ago: '%{time} önce yorumlandı'
|
69
92
|
debates:
|
93
|
+
close:
|
94
|
+
invalid: Tartışmayı kapatırken bir sorun oluştu.
|
95
|
+
success: Tartışma başarıyla sonuçlandı.
|
96
|
+
close_debate_modal:
|
97
|
+
close: Kapat
|
98
|
+
description: Bu tartışmanın özeti veya sonucu nedir?
|
99
|
+
send: Tartışmayı kapat
|
100
|
+
closed: Kapat
|
70
101
|
count:
|
71
102
|
debates_count:
|
72
103
|
one: "%{count} tartışma"
|
73
|
-
other: "%{count}
|
104
|
+
other: "%{count} tartışma"
|
74
105
|
create:
|
75
106
|
invalid: Tartışmayı oluştururken bir sorun oluştu.
|
76
107
|
success: Tartışma başarıyla oluşturuldu.
|
77
108
|
debate:
|
78
109
|
participate: Katıl
|
110
|
+
edit:
|
111
|
+
back: Geri
|
112
|
+
save: Değişiklikleri kaydet
|
113
|
+
title: Tartışmayı düzenleyin
|
79
114
|
filters:
|
80
|
-
|
115
|
+
activity: Aktivitelerim
|
116
|
+
all: Tümü
|
81
117
|
category: Kategori
|
82
|
-
category_prompt:
|
118
|
+
category_prompt: Bir kategori seç
|
83
119
|
citizens: Vatandaşlar
|
120
|
+
commented: Yorum yaptı
|
121
|
+
my_debates: Tartışmalarım
|
84
122
|
official: Resmi
|
85
|
-
origin:
|
123
|
+
origin: Orijin
|
124
|
+
scope: Kapsam
|
86
125
|
search: Arama
|
126
|
+
state: Statü
|
127
|
+
state_values:
|
128
|
+
closed: Kapalı
|
129
|
+
open: Açık
|
130
|
+
user_groups: Gruplar
|
87
131
|
filters_small_view:
|
88
|
-
close_modal:
|
89
|
-
filter:
|
90
|
-
filter_by:
|
91
|
-
unfold:
|
132
|
+
close_modal: Pencereyi kapat
|
133
|
+
filter: Filtrele
|
134
|
+
filter_by: Şuna göre filtrele
|
135
|
+
unfold: Aç
|
92
136
|
form:
|
93
137
|
select_a_category: Lütfen bir kategori seçin
|
94
138
|
index:
|
95
139
|
new_debate: Yeni tartışma
|
96
140
|
new:
|
97
141
|
back: Geri
|
98
|
-
create:
|
142
|
+
create: Oluştur
|
99
143
|
title: Yeni tartışma
|
144
|
+
orders:
|
145
|
+
commented: En çok yorum yapılan
|
146
|
+
label: Tartışmaların sıralama ölçütü
|
147
|
+
random: Rasgele sırala
|
148
|
+
recent: En yeni
|
149
|
+
updated: Yeni güncellenmiş
|
150
|
+
show:
|
151
|
+
back: Listeye geri dön
|
152
|
+
close_debate: Tartışmayı kapat
|
153
|
+
date: Tarih
|
154
|
+
debate_closed: Kapalı
|
155
|
+
debate_conclusions_are: 'Tartışma bu sonuçlarla %{date} tarihinde kapatıldı:'
|
156
|
+
edit_conclusions: Sonuçları düzenleyin
|
157
|
+
edit_debate: Tartışmayı düzenle
|
158
|
+
groups_count: Gruplar
|
159
|
+
last_comment_by: Son yorum
|
160
|
+
no_comments_yet: Henüz yorum yok
|
161
|
+
open: Açık tartışma
|
162
|
+
participants_count: Katılımcılar
|
163
|
+
update:
|
164
|
+
invalid: Bu tartışmayı güncellerken bir sorun oluştu.
|
165
|
+
success: Tartışma başarıyla güncellendi.
|
166
|
+
versions:
|
167
|
+
debates:
|
168
|
+
back_to_resource: Tartışmaya geri dön
|
169
|
+
index:
|
170
|
+
title: Sürümler
|
171
|
+
versions_list:
|
172
|
+
back_to_resource: Tartışmaya geri dön
|
100
173
|
last_activity:
|
101
|
-
new_debate_at_html: "<span> %{link}</span>yeni tartışma"
|
174
|
+
new_debate_at_html: "<span> %{link}</span> linkinde yeni tartışma"
|
102
175
|
models:
|
103
176
|
debate:
|
104
177
|
fields:
|
@@ -114,33 +187,44 @@ tr:
|
|
114
187
|
Merhaba,
|
115
188
|
%{space_title} katılımcı alanda yeni bir "%{resource_title}" tartışması oluşturuldu, inceleyin ve katkıda bulunun:
|
116
189
|
email_outro: '%{space_title} katılımcı alanı takip ettiğiniz için bu bildirimi aldınız. Önceki bağlantıyı takip ederek bildirim almayı durdurabilirsiniz.'
|
117
|
-
email_subject: '%{space_title}yeni tartışma "%{resource_title}"'
|
118
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> tartışması <a href="%{space_path}">%{space_title}</a>oluşturuldu.
|
190
|
+
email_subject: '%{space_title} üzerinde yeni tartışma "%{resource_title}"'
|
191
|
+
notification_title: <a href="%{resource_path}">%{resource_title} </a> tartışması <a href="%{space_path}">%{space_title} </a> adresinde oluşturuldu.
|
119
192
|
user_followers:
|
120
193
|
email_intro: |-
|
121
194
|
Merhaba,
|
122
|
-
%{author_name} %{author_nickname},
|
123
|
-
email_outro:
|
124
|
-
email_subject:
|
125
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a
|
195
|
+
Takip ettiğiniz %{author_name} %{author_nickname}, "%{resource_title}" adlı yeni bir tartışma yarattı. Kontrol edin ve katkıda bulunun:
|
196
|
+
email_outro: Bu bildirimi %{author_nickname} adlı kişiyi takip ettiğiniz için aldınız. Önceki bağlantıyı izleyerek bildirim almayı durdurabilirsiniz.
|
197
|
+
email_subject: '%{author_nickname} tarafından "%{resource_title}" adlı yeni tartışma'
|
198
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname} </a>, <a href="%{resource_path}">%{resource_title} </a> tartışmasını oluşturdu.
|
126
199
|
creation_disabled:
|
127
|
-
email_intro: 'Tartışma oluşturma artık %{participatory_space_title}
|
128
|
-
email_outro:
|
129
|
-
email_subject:
|
130
|
-
notification_title: Tartışma oluşturma
|
200
|
+
email_intro: 'Tartışma oluşturma artık %{participatory_space_title} içinde aktif değil. Bu sayfadan hala açık tartışmalara katılabilirsiniz:'
|
201
|
+
email_outro: Bu bildirimi, %{participatory_space_title} adlı kişiyi takip ettiğiniz için aldınız. Önceki bağlantıyı izleyerek bildirim almayı durdurabilirsiniz.
|
202
|
+
email_subject: '%{participatory_space_title} içinde tartışma oluşturma devre dışı bırakıldı'
|
203
|
+
notification_title: Tartışma oluşturma artık <a href="%{participatory_space_url}">%{participatory_space_title} </a> içinde devre dışı bırakıldı
|
131
204
|
creation_enabled:
|
132
|
-
email_intro: 'Artık %{participatory_space_title}yeni
|
133
|
-
email_outro:
|
134
|
-
email_subject:
|
135
|
-
notification_title:
|
205
|
+
email_intro: 'Artık %{participatory_space_title} içinde yeni tartışmalar başlatabilirsiniz! Bu sayfaya katılmaya başlayın:'
|
206
|
+
email_outro: Bu bildirimi, %{participatory_space_title} adlı kişiyi takip ettiğiniz için aldınız. Önceki bağlantıyı izleyerek bildirim almayı durdurabilirsiniz.
|
207
|
+
email_subject: Tartışmalar artık %{participatory_space_title} içinde mevcut
|
208
|
+
notification_title: Artık <a href="%{participatory_space_url}">%{participatory_space_title} </a> ’de <a href="%{resource_path}"> yeni tartışmalar </a> başlatabilirsiniz
|
209
|
+
debate_closed:
|
210
|
+
affected_user:
|
211
|
+
email_intro: '"%{resource_title}" tartışması kapatıldı. Sonuçları sayfasından okuyabilirsiniz:'
|
212
|
+
email_outro: Bu bildirimi, "%{resource_title}" tartışmasını takip ettiğiniz için aldınız. Önceki bağlantıdan takibini bırakabilirsiniz.
|
213
|
+
email_subject: '"%{resource_title}" tartışması kapatıldı'
|
214
|
+
notification_title: <a href="%{resource_path}">%{resource_title} </a> tartışması kapatıldı.
|
215
|
+
follower:
|
216
|
+
email_intro: '"%{resource_title}" tartışması kapatıldı. Sonuçları sayfasından okuyabilirsiniz:'
|
217
|
+
email_outro: Bu bildirimi, "%{resource_title}" tartışmasını takip ettiğiniz için aldınız. Önceki bağlantıdan takibini bırakabilirsiniz.
|
218
|
+
email_subject: '"%{resource_title}" tartışması kapatıldı'
|
219
|
+
notification_title: <a href="%{resource_path}">%{resource_title} </a> tartışması kapatıldı.
|
136
220
|
gamification:
|
137
221
|
badges:
|
138
222
|
commented_debates:
|
139
223
|
conditions:
|
140
224
|
- Katılmak için açık bir tartışma seçin
|
141
225
|
description: Bu rozet, yorumlarınızı bırakarak farklı tartışmalara aktif olarak katıldığınızda verilir.
|
142
|
-
description_another: Bu katılımcı %{score} tartışmada yer aldı.
|
143
|
-
description_own: '%{score} tartışmaya katıldınız.'
|
226
|
+
description_another: Bu katılımcı %{score} kez tartışmada yer aldı.
|
227
|
+
description_own: '%{score} kez tartışmaya katıldınız.'
|
144
228
|
name: Tartışmalar
|
145
229
|
next_level_in: Bir sonraki seviyeye ulaşmak için %{score} tartışmaya katılın!
|
146
230
|
unearned_another: Bu katılımcı henüz bir tartışmada yer almadı.
|
data/config/locales/zh-CN.yml
CHANGED
@@ -195,10 +195,16 @@ zh-CN:
|
|
195
195
|
email_outro: 您收到此通知是因为您正在关注 %{participatory_space_title}。您可以停止收到跟随上一个链接的通知。
|
196
196
|
email_subject: 在 %{participatory_space_title} 中可以使用的辩论
|
197
197
|
debate_closed:
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
198
|
+
affected_user:
|
199
|
+
email_intro: '"%{resource_title}"辩论已经关闭。您可以从其页面阅读结论:'
|
200
|
+
email_outro: 您收到此通知是因为您正在关注"%{resource_title}"的辩论。您可以从上一个链接取消跟进。
|
201
|
+
email_subject: '"%{resource_title}"辩论已关闭'
|
202
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> 辩论已经结束。
|
203
|
+
follower:
|
204
|
+
email_intro: '"%{resource_title}"辩论已经关闭。您可以从其页面阅读结论:'
|
205
|
+
email_outro: 您收到此通知是因为您正在关注"%{resource_title}"的辩论。您可以从上一个链接取消跟进。
|
206
|
+
email_subject: '"%{resource_title}"辩论已关闭'
|
207
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> 辩论已经结束。
|
202
208
|
gamification:
|
203
209
|
badges:
|
204
210
|
commented_debates:
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Decidim
|
4
|
+
module Debates
|
5
|
+
class DebateType < Decidim::Api::Types::BaseObject
|
6
|
+
implements Decidim::Core::CategorizableInterface
|
7
|
+
implements Decidim::Comments::CommentableInterface
|
8
|
+
implements Decidim::Core::AuthorableInterface
|
9
|
+
implements Decidim::Core::ScopableInterface
|
10
|
+
|
11
|
+
description "A debate"
|
12
|
+
|
13
|
+
field :id, GraphQL::Types::ID, "The internal ID for this debate", null: false
|
14
|
+
field :title, Decidim::Core::TranslatedFieldType, "The title for this debate", null: true
|
15
|
+
field :description, Decidim::Core::TranslatedFieldType, "The description for this debate", null: true
|
16
|
+
field :instructions, Decidim::Core::TranslatedFieldType, "The instructions for this debate", null: true
|
17
|
+
field :start_time, Decidim::Core::DateTimeType, "The start time for this debate", null: true
|
18
|
+
field :end_time, Decidim::Core::DateTimeType, "The end time for this debate", null: true
|
19
|
+
field :image, GraphQL::Types::String, "The image of this debate", null: true
|
20
|
+
field :created_at, Decidim::Core::DateTimeType, "When this debate was created", null: true
|
21
|
+
field :updated_at, Decidim::Core::DateTimeType, "When this debate was updated", null: true
|
22
|
+
field :information_updates, Decidim::Core::TranslatedFieldType, "The information updates for this debate", null: true
|
23
|
+
field :reference, GraphQL::Types::String, "The reference for this debate", null: true
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Decidim
|
4
|
+
module Debates
|
5
|
+
class DebatesType < Decidim::Api::Types::BaseObject
|
6
|
+
implements Decidim::Core::ComponentInterface
|
7
|
+
|
8
|
+
graphql_name "Debates"
|
9
|
+
description "A debates component of a participatory space."
|
10
|
+
|
11
|
+
field :debates, Decidim::Debates::DebateType.connection_type, null: true, connection: true
|
12
|
+
|
13
|
+
def debates
|
14
|
+
Debate.where(component: object).includes(:component)
|
15
|
+
end
|
16
|
+
|
17
|
+
field :debate, Decidim::Debates::DebateType, null: true do
|
18
|
+
argument :id, GraphQL::Types::ID, required: true
|
19
|
+
end
|
20
|
+
|
21
|
+
def debate(**args)
|
22
|
+
Debate.where(component: object).find_by(id: args[:id])
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
data/lib/decidim/debates.rb
CHANGED
@@ -50,12 +50,23 @@ Decidim.register_component(:debates) do |component|
|
|
50
50
|
component.register_resource(:debate) do |resource|
|
51
51
|
resource.model_class_name = "Decidim::Debates::Debate"
|
52
52
|
resource.card = "decidim/debates/debate"
|
53
|
+
resource.reported_content_cell = "decidim/debates/reported_content"
|
53
54
|
resource.searchable = true
|
54
55
|
resource.actions = %w(create endorse)
|
55
56
|
end
|
56
57
|
|
57
58
|
component.actions = %w(create endorse)
|
58
59
|
|
60
|
+
component.exports :comments do |exports|
|
61
|
+
exports.collection do |component_instance|
|
62
|
+
Decidim::Comments::Export.comments_for_resource(
|
63
|
+
Decidim::Debates::Debate, component_instance
|
64
|
+
)
|
65
|
+
end
|
66
|
+
|
67
|
+
exports.serializer Decidim::Comments::CommentSerializer
|
68
|
+
end
|
69
|
+
|
59
70
|
component.seeds do |participatory_space|
|
60
71
|
admin_user = Decidim::User.find_by(
|
61
72
|
organization: participatory_space.organization,
|
@@ -83,19 +94,20 @@ Decidim.register_component(:debates) do |component|
|
|
83
94
|
Decidim::Component.create!(params)
|
84
95
|
end
|
85
96
|
|
86
|
-
|
97
|
+
5.times do |x|
|
98
|
+
finite = x != 2
|
87
99
|
params = {
|
88
100
|
component: component,
|
89
101
|
category: participatory_space.categories.sample,
|
90
|
-
title: Decidim::Faker::Localized.sentence(2),
|
102
|
+
title: Decidim::Faker::Localized.sentence(word_count: 2),
|
91
103
|
description: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
|
92
|
-
Decidim::Faker::Localized.paragraph(3)
|
104
|
+
Decidim::Faker::Localized.paragraph(sentence_count: 3)
|
93
105
|
end,
|
94
106
|
instructions: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
|
95
|
-
Decidim::Faker::Localized.paragraph(3)
|
107
|
+
Decidim::Faker::Localized.paragraph(sentence_count: 3)
|
96
108
|
end,
|
97
|
-
start_time: 3.weeks.from_now,
|
98
|
-
end_time: 3.weeks.from_now + 4.hours,
|
109
|
+
start_time: (3.weeks.from_now if finite),
|
110
|
+
end_time: (3.weeks.from_now + 4.hours if finite),
|
99
111
|
author: component.organization
|
100
112
|
}
|
101
113
|
|
@@ -111,7 +123,7 @@ Decidim.register_component(:debates) do |component|
|
|
111
123
|
|
112
124
|
closed_debate = Decidim::Debates::Debate.last
|
113
125
|
closed_debate.conclusions = Decidim::Faker::Localized.wrapped("<p>", "</p>") do
|
114
|
-
Decidim::Faker::Localized.paragraph(3)
|
126
|
+
Decidim::Faker::Localized.paragraph(sentence_count: 3)
|
115
127
|
end
|
116
128
|
closed_debate.closed_at = Time.current
|
117
129
|
closed_debate.save!
|
@@ -119,12 +131,12 @@ Decidim.register_component(:debates) do |component|
|
|
119
131
|
params = {
|
120
132
|
component: component,
|
121
133
|
category: participatory_space.categories.sample,
|
122
|
-
title: Decidim::Faker::Localized.sentence(2),
|
134
|
+
title: Decidim::Faker::Localized.sentence(word_count: 2),
|
123
135
|
description: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
|
124
|
-
Decidim::Faker::Localized.paragraph(3)
|
136
|
+
Decidim::Faker::Localized.paragraph(sentence_count: 3)
|
125
137
|
end,
|
126
138
|
instructions: Decidim::Faker::Localized.wrapped("<p>", "</p>") do
|
127
|
-
Decidim::Faker::Localized.paragraph(3)
|
139
|
+
Decidim::Faker::Localized.paragraph(sentence_count: 3)
|
128
140
|
end,
|
129
141
|
author: user
|
130
142
|
}
|