Fernando Blat

Results 47 issues of 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,...

contract: redesign

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: ![Screenshot 2020-05-18 at 09 39 39](https://user-images.githubusercontent.com/17616/82186680-84256080-98eb-11ea-968e-333a729b65ff.png) (Subvenciones is a new...

gobierto-visualizations

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:...

enhancement
gobierto-calendars

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...

frontend
javascript

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...

gobierto-budgets

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) -...