Alexandre Segura

Results 140 comments of Alexandre Segura

Keep in mind that we will need to preserve existing URLs (i.e not generate 404 Not Found). You can see the [current sitemap](https://coopcycle.org/sitemap.xml).

@agichim you mean on the webapp? It's the wrong repo, this is the static website

Transferred to the good repo. The files are here: - https://github.com/coopcycle/coopcycle-website/tree/master/static/legal - https://github.com/coopcycle/coopcycle-website/tree/master/static/privacy - https://github.com/coopcycle/coopcycle-website/tree/master/static/terms I think @agichim proposed to do it 🙂

We'll stick with Bootstrap 3 atm, customizing it since you added `boostrap-sass` is ok

Hi. Thank you for opening this issue. All emails are sent through the [EmailManager](https://github.com/coopcycle/coopcycle-web/blob/0fbb661c0b273713868d527e8083a3f1e5eaced3/src/Service/EmailManager.php) class. It uses Symfony Translator component, and the locale to use is resolved via the request,...

After that, I think the 2nd thing to do, would be to send **all** emails via background jobs. There's everything to do it already (the [Message](https://github.com/coopcycle/coopcycle-web/blob/0fbb661c0b273713868d527e8083a3f1e5eaced3/src/Message/Email.php) and the [Handler](https://github.com/coopcycle/coopcycle-web/blob/0fbb661c0b273713868d527e8083a3f1e5eaced3/src/MessageHandler/EmailHandler.php) for...

1. To generate the migration file, you have a Symfony command. Run `docker-compose exec php bin/console` to see the list of available commands. Actually, you can just run `make migrations-diff`,...

For the migrations, it's "normal" 😐 Out of laziness, I always remove manually those lines. For the extra line in `up()`, it's due to _something_ in `jsor/doctrine-postgis`, I opened an...