Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat 1256 runner to not use meetup api to display events #1335

Conversation

vinceAmstoutz
Copy link
Contributor

Completes #1300 to solve #1256

@vinceAmstoutz
Copy link
Contributor Author

Par contre je n'ai pas trouvé de moyen de tester le runner (en l'éxécutant) @agallou

$this->meetupClient = $meetupClient;
$this->officiesCollection = new OfficesCollection();
$this->transformer = new Transformer($this->officiesCollection);
$this->meetupRepository = $meetupRepository;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pour moi il faut conserver l'appel au transformer. Le format de ce qu'on envoie à Algolia doit toujours être celui-ci :

public function transform(array $meetup)
(mais la source doit être la base de données et plus l'api meetup)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok je modifie ça à l'occasion

Copy link
Contributor Author

@vinceAmstoutz vinceAmstoutz Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est fait j'ai restoré le transformer par contre j'ai des doutes sur le faite qu'il fasse lui passer OfficesCollections à l'instanciation. Le contenu de la méthode transform me parait également peut adapté puis qu'on a un tableau d'objet Meetups désormais à traiter. Comment puis-je tester tout ca @agallou ? En modifiant tests/units/AppBundle/Indexation/Meetups/Transformer.php ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le plus simple que je vois est de se créer un compte de test sur Algolia.
De modifier les paramètres lié à algolia dans le parameters.yml :

algolia_app_id: DVB92YWTPE

Et de relancer indexing:meetups.
Et ensuite aller voir cette page en local : https://afup.org/meetups/
Pour moi le officesCollection peux rester, il permet d'en récupérer les libellés, mais effectivement il faut adapter le transformer pour non plus traiter un tableau qui viens de l'API meetup, mais de la base de données.
(au besoin si tu veux on peux s'appeler si ça peux être plus clair)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je re-regarde ca dès que possible et je te redis

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Voilà c'est fait @agallou 🙂
image
image

Copy link
Contributor

@stakovicz stakovicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bravo 💪

@agallou agallou merged commit 871b2b2 into afup:master Nov 26, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants