Raimond Garcia
Raimond Garcia
Context === Many places already have a database of users that can be accessed through [SAML](https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language) What === Add SAML to the user authentication options How === Using the [omniauth-saml](https://github.com/omniauth/omniauth-saml)...
What ==== - [ ] Setup comprehensive dev seed data (more realistic values instead of "lorem ipsum" obviously fake ones) to help understand the context and the content. For this...
Where === - Related PR: https://github.com/consul/consul/pull/2084 What === - Add specs to upload a document for the admin section of legislations How === - [Here](https://github.com/consul/consul/blob/master/spec/features/admin/legislation/processes_spec.rb#L30) are the admin specs for...
Context === Most [Releases](https://github.com/consul/consul/releases) require a custom rake task to be executed in order to upgrade to the next version What === Add a rake task `consul:upgrade` that understands the...
Context === A/B Testing is great, it allows us to measure user actions with different interfaces and make an informed decision on what is the interface that is working best...
Context === There are two kinds of maps available: - The OpenStreet map used to geolocate proposals. - The [City Map](https://github.com/consul/consul/blob/master/app/views/shared/_map.html.erb#L16) used for example in the Budget's section to navigate...
## Context Many models can be commented (debates, proposals, investments, polls). Comments for all these models work pretty much the same way, however we have a large duplication of these...
## What Configure the installer to use sendmail instead of SMTP by default or configure postfix so the server can send emails automatically. Alternatively, we could configure postfix on the...
Context === Some users are executing the Installer again to upload new versions of CONSUL to the production servers. Objectives === Clarify in the documentation that the installer is only...