Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ponderation & census tables #127

Merged
merged 10 commits into from
Mar 30, 2023
Merged

add ponderation & census tables #127

merged 10 commits into from
Mar 30, 2023

Conversation

microstudi
Copy link
Collaborator

@microstudi microstudi commented Mar 23, 2023

fixes #122

  • Create migrations
  • Create controllers/commands
  • Tests

image
image
image
image
image

@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2023

Codecov Report

Patch coverage: 78.82% and project coverage change: -4.70 ⚠️

Comparison is base (141092b) 98.06% compared to head (5718ff0) 93.36%.

❗ Current head 5718ff0 differs from pull request most recent head 818fab8. Consider uploading reports for the commit 818fab8 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #127      +/-   ##
===========================================
- Coverage    98.06%   93.36%   -4.70%     
===========================================
  Files           68       80      +12     
  Lines          982     1297     +315     
===========================================
+ Hits           963     1211     +248     
- Misses          19       86      +67     
Impacted Files Coverage Δ
.../action_delegator/admin/ponderations_controller.rb 46.29% <46.29%> (ø)
.../action_delegator/admin/participants_controller.rb 47.27% <47.27%> (ø)
...idim/action_delegator/admin/settings_controller.rb 79.62% <65.38%> (-20.38%) ⬇️
...ecidim/action_delegator/admin/delegation_helper.rb 78.57% <66.66%> (-6.05%) ⬇️
...ermissions/decidim/action_delegator/permissions.rb 92.30% <66.66%> (-2.29%) ⬇️
app/models/decidim/action_delegator/participant.rb 87.50% <87.50%> (ø)
app/models/decidim/action_delegator/ponderation.rb 88.88% <88.88%> (ø)
...cidim/action_delegator/admin/create_participant.rb 100.00% <100.00%> (ø)
...cidim/action_delegator/admin/create_ponderation.rb 100.00% <100.00%> (ø)
...s/decidim/action_delegator/admin/create_setting.rb 100.00% <100.00%> (ø)
... and 10 more

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@microstudi microstudi changed the base branch from main to develop March 28, 2023 09:00
@microstudi microstudi mentioned this pull request Mar 28, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create table for storing delegations data for users
2 participants