Commit Graph

780 Commits

Author SHA1 Message Date
Bertocq
e02f511b3a Add times_reported integer attribute to RelatedContent 2017-11-29 19:02:14 +01:00
Bertocq
a138cda364 Create RelatedContent model 2017-11-29 19:00:54 +01:00
decabeza
510d4822a4 adds new setting for site title meta tag 2017-11-24 14:12:01 +01:00
Angel Perez
ab9d612128 'Proposals' feature can be enabled/disabled
Fixes #1886
2017-11-17 13:10:55 -04:00
Bertocq
924dae61b6 Add UTC time zone to default datetime values on schema 2017-11-15 17:43:16 +01:00
Bertocq
d8991b51ff Fix helper function name typo at dev seeds 2017-11-13 13:06:24 +01:00
Bertocq
a1325f4c7d Refactor Poll Voters distribution between web and booth 2017-11-09 15:41:08 +01:00
Bertocq
0e8d171018 Extract vote poll on web/booth and randmon question answering to helper functions on Poll Voter section 2017-11-09 15:40:01 +01:00
Bertocq
045982e981 Fix line lenght on dev_seeds 2017-11-09 15:24:27 +01:00
Bertocq
e154d8eb3f Add trailing random letter to unique_document_number output 2017-11-09 14:51:08 +01:00
Bertocq
063ba4c4f4 Refactor Poll Voters creation to make it more realistic 2017-11-09 14:45:00 +01:00
Bertocq
517b035903 Reposition Poll Question from Proposal and Successful Proposal sections to end of script 2017-11-09 14:44:56 +01:00
Bertocq
af460b3eea Refactor Poll Officer Assignment creation into Poll Shift creation section 2017-11-09 14:44:16 +01:00
Bertocq
896f91e249 Refactor Booth and Booth Assignment creation into just one section 2017-11-09 14:44:16 +01:00
Bertocq
cf76898308 Refactor Poll Question & Answer creation section 2017-11-09 14:44:16 +01:00
Bertocq
a4a4f3beb2 Refactor Poll creation section, no need to use variables and big date ranges 2017-11-09 14:44:16 +01:00
Bertocq
5a188474c5 Replace the usage of reorder with RANDOM() posgtresql function, for all & sample 2017-11-09 14:44:15 +01:00
Bertocq
607423c1a8 Move not org users query to correct section, avoiding class variable usage 2017-11-09 12:52:15 +01:00
Bertocq
597d740198 Remove unnecesary blank spaces on tags creation 2017-11-09 12:43:49 +01:00
Bertocq
33e111bcb7 Remove class valuator variable and just find first Valuator whenever needed 2017-11-09 12:42:22 +01:00
Bertocq
5d96849048 Make use of unique_document_number on users 2017-11-09 12:38:40 +01:00
Bertocq
317542261d Add helper function to generate unique document numbers 2017-11-09 12:35:14 +01:00
Bertocq
015f85f9db Fix shadowing outer local variable issue on dev_seeds 2017-10-27 19:44:19 +02:00
Bertocq
d80aff3af1 Fix long lines on dev_seed 2017-10-27 19:44:19 +02:00
Bertocq
959f2fbf90 Add section and log functions to use rails logger instead of puts and print on dev_seeds 2017-10-27 19:44:19 +02:00
Bertocq
6f6d48560f Small style fixes by rubocop on dev seeds 2017-10-27 19:44:19 +02:00
Bertocq
301645b032 Remove slugs from Poll, column not present yet 2017-10-27 19:44:19 +02:00
Alberto García
164bc19b3e Merge pull request #1906 from consul/1856-legislation_processes_proposals_phase
[WIP] Legislation Process Proposals
2017-10-27 12:41:09 +02:00
María Checa
b5f2f9aa21 Added cached_votes_total and cached_votes_down to Legislation Proposals 2017-10-25 16:42:24 +02:00
BertoCQ
322ffdb91b Merge pull request #2086 from wairbut-m2c/iagirre-improve-dev-seeds
Iagirre improve dev seeds
2017-10-25 15:05:18 +02:00
decabeza
f0cfe50de4 Merge branch 'master' into 1856-legislation_processes_proposals_phase 2017-10-25 11:52:31 +02:00
Bertocq
608ca48b32 Add Recounting and Expired with stats&results polls to dev seeds 2017-10-23 21:02:23 +02:00
María Checa
5a9ee4642e Merge branch 'master' into 1786-poll_results 2017-10-23 13:43:58 +02:00
María Checa
fad5841d8f Improvements 2017-10-23 12:57:41 +02:00
María Checa
9fc35e9087 Added results_enabled and stats_enabled to Poll 2017-10-20 18:44:56 +02:00
María Checa
b42bacd588 most_voted to false by default 2017-10-20 17:26:32 +02:00
BertoCQ
e886559e9e Merge branch 'master' into 1786-poll_results 2017-10-20 11:10:39 +02:00
iagirre
9bb03c9d1a Added voters in booths 2017-10-19 20:02:07 +02:00
iagirre
ca766404bf Added functions to make the polls scenarios more complete 2017-10-19 19:50:06 +02:00
María Checa
6e680c187f Added new column most_voted to Poll::Question::Answers 2017-10-19 12:17:20 +02:00
rgarcia
cd148dfbf0 adds recounts and results to dev seeds 2017-10-19 11:28:09 +02:00
BertoCQ
9a4364bf0c Merge pull request #2074 from consul/chore/remove_deprecated_valid_answers
[FROZEN] Remove deprecated Poll::Question valid_answers attribute
2017-10-19 11:06:29 +02:00
Bertocq
c6d1f727af Correct dev_seeds to correctly create Poll::Question::Answers instead of valid_answers, plus style fixes 2017-10-18 01:29:40 +02:00
Bertocq
b5255afb2d Remove deprecated Poll::Question valid_answers attribute 2017-10-18 00:17:01 +02:00
BertoCQ
d1c67212b0 Merge pull request #1964 from consul/chore/remove_results
Remove deprecated Poll results models
2017-10-17 14:39:42 +02:00
Bertocq
99471a3d15 Comment out slug assignment until Poll slug feature is ported back from madrid's fork 2017-10-13 14:42:43 +02:00
Bertocq
ecf95c4ea3 Add slug to Polls on dev seed rake 2017-10-13 12:44:36 +02:00
iagirre
2b10b59e2a Order in the admin page using jquery-ui sortable widget. 2017-10-10 16:38:29 +02:00
Raimond Garcia
2b588753ee Merge branch 'master' into mlucena-poll-comments 2017-10-09 17:59:12 +02:00
María Checa
841ef2a3a2 Merge branch 'master' into 1856-legislation_processes_proposals_phase 2017-10-09 17:19:07 +02:00