Javi Martín

Results 287 comments of Javi Martín

A couple of ideas regarding questions/answers. We need to check whether editing a question and its answers (with each answer having images, documents and videos) in a single form might...

> In Polls, there are two buttons “Configure” and “Edit” whose name is confusing (indicates the same meaning) and whose pages could be merged in a single page. One easy...

Hi, @Hu1buerger :smile:. That route is used exclusively to obtain information which will be displayed on the budgets map. You can see an example at the [official CONSUL Demo](https://demo.consulproject.org/budgets); just...

For interactions with external systems, we provide a GraphQL API. Unfortunately, currently you can't access information about budget investments using the API; you'd have to add a new type in...

@decabeza Thanks for the pull request! Adding a note so we don't forget about it: we need to re-check how CKEditor works when ActiveStorage is configured to use external services...

I've opened pull request #5000 to remove the `Setting["url"]`, so I guess we'll use the `server_name` or directly `ActionMailer::Base.default_url_options[:host]` (or a method in the `Tenant` class once we add multitenancy)...

Testing shows that using a service like S3 also generates a relative URL, so adding the host seems to work in this case too :+1:. So we might just need...

Hi, @efgalvao :smile:. We haven't decided whether to implement this issue yet.