Michel Roca

Results 30 issues of Michel Roca

https://docs.platform.sh/administration/integrations/github.html See with @mRoca

enhancement

Les bénévoles donnent leurs dispos, et en fonction de ces dispos les cadres des structures les mettent sur des missions. Pour le moment, "être sur une mission" se manifeste seulement...

enhancement

Dans les projections, on peut demander par exemple pour une mission `1 maraudeur, 1 chef d'équipe maraude et 1 PSE2`. Il faudrait ajouter la notion de "Avec au moins l'un...

enhancement

We currently have 2 different table for availabilties: `UserAvailability` and `CommissionableAssetAvailability`. We also have 2 repositories and every request is duplicated. We need to replace those 2 tables by a...

enhancement

Why not using a bootstrap/jquery plugin. The picker must use the native one in mobile phones

enhancement

This PR allows providing any command line options to `docker build` by accepting them from an array of string instead of trying to define them all one by one. For...

- Allows running php-cs-fixer with docker & Makefile - Improves PHP 8 Dockerfile (those changes could be added as well in https://github.com/Mangopay/mangopay2-php-sdk/pull/640)

This PR replaces all `$this->logger->debug('Response JSON : ' . print_r($responseResult->Body, true));` by 2 logs (request and response) with a static message and [all variable data passed in the context](https://www.php-fig.org/psr/psr-3/#13-context). This...

Fixes https://github.com/viclafouch/mui-tel-input/issues/5 Inspired by https://github.com/viclafouch/mui-tel-input/pull/81