From 2556acae0e8b72d01cfd2ec0781eae8881fcccb3 Mon Sep 17 00:00:00 2001 From: Thomas Burkhalter Date: Thu, 22 Feb 2024 11:35:26 +0100 Subject: [PATCH] Update decidim awesome migrations --- .../api/docs/object/proposal/index.html | 6 + ...me_vote_weights.decidim_decidim_awesome.rb | 14 ++ ...al_extra_fields.decidim_decidim_awesome.rb | 15 ++ db/schema.rb | 19 +- package.json | 8 +- yarn.lock | 191 +++++++++++------- 6 files changed, 177 insertions(+), 76 deletions(-) create mode 100644 db/migrate/20240222103254_create_decidim_awesome_vote_weights.decidim_decidim_awesome.rb create mode 100644 db/migrate/20240222103255_create_decidim_awesome_proposal_extra_fields.decidim_decidim_awesome.rb diff --git a/app/views/static/api/docs/object/proposal/index.html b/app/views/static/api/docs/object/proposal/index.html index f5f4ae2..5676f57 100644 --- a/app/views/static/api/docs/object/proposal/index.html +++ b/app/views/static/api/docs/object/proposal/index.html @@ -272,6 +272,12 @@

The total amount of votes the proposal has received

+ +
+ voteWeights (JSON) +
+

The corresponding weights count to the proposal votes

+