Javi Martín
Javi Martín
## References * Demographic stats were introduced in commit 132397b61 for budgets and in commit be68c8cdb for polls; this bug has always been present in these statistics ## Current Behavior...
:warning: Right now, this is just an experiment to help us know what needs to be done in order to upgrade. ## References TODO ## Objectives TODO
:warning: **Don't merge before releasing version 2.2.0**. See release notes in pull request #5503. ## References * Continues #5503 ## Objectives * Remove tables we are no longer using
## References * These changes will make it easier to implement pull request #5100 ## Objectives * Reduce code duplication in database configuration files * Avoid having to add yet...
## Current behavior Currently, when running [our Linters workflow](https://github.com/consuldemocracy/consuldemocracy/blob/2.1.1/.github/workflows/linters.yml) in GitHub Actions, we're getting an error in pull requests opened from other repositories: ``` bundler: failed to load command: pronto...
:warning: Before merging, remove the modifications in the `visit` and `click_link` method. ## References * Depends on pull requests #5738, #5740 and #5498 * During development, we're using the code...
## References * Continues pull request #5243 ## Objectives * Make it easier to select only a couple of languages when there are many available ones and all of them...
## References * Reverts #255 ## Background We've been ignoring what the Bullet gem reports for at least 6 years (maybe more), but we were still updating the gem and...
## Background We use [Turbolinks](https://github.com/turbolinks/turbolinks) to emulate a single-page application, which was the default Rails configuration for years. However, Turbolinks is no longer being developed, and its last release took...
## Objectives * Make it easier to know when something is selected/unselected * Avoid the disadvantages of using links to generate POST/PUT/DELETE requests by using buttons ## Visual Changes TODO