Fernando Blat
Fernando Blat
#### :tophat: What? Why? This PR improves the budgets module in many ways, and implements changes required for the redesign: - adds a title to the first block of budgets,...
(and remove Rollbar)
Rel: https://github.com/PopulateTools/gobierto-contratos/issues/1497 Create a test that checks: - there's a queue named `mailer` in the `config/sidekiq.yml` file - all the queues used in classes from `app/jobs` are present in `config/sidekiq.yml`...
Example of commit: https://github.com/PopulateTools/gobierto/pull/3199/commits/3d02bd179ca68aed780e8a08718dbf35a181b1d9
For the moment, let's add a link to each dashboard in the main navigation menu. It should look like this:  (Subvenciones is a new...
When calendar synchronization fails the UI is not showing any error message, an admin can only notice when was happened the last successful sync. It could be very useful to:...
https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-6-0-to-rails-6-1 Extra ball, review and activate https://github.com/rails/rails/pull/38452
We are having lots of issues with the Terser webpack plugin in CircleCI, which is causing we got a lot of failures that we tend to ignore which produce that...
Budgets data export files should include the economic budget lines that include a functional budget line. For example see this [functional budget line](https://gobiernoabierto.getafe.es/presupuestos/partidas/320/2020/functional/G) includes a breakdown of economic budget lines...
Search over a custom field model attributes has not a direct solution, the main problems I see are: - jsonb format is not officially supported by pg_search see [this](https://github.com/Casecommons/pg_search/issues/252) -...