Skip to content

Conversation

Matt-Fr
Copy link

@Matt-Fr Matt-Fr commented Mar 6, 2024

test technique de Matthieu Franck pour Cap Collectif

Legendary : {data.pokemon?.specy?.is_legendary ? 'Yes' : 'No'}
<img src={data.pokemon?.sprites[0].sprites.front_default} alt={data.pokemon?.name} />
</div>
<body className="px-4 md:px-28 lg:px-48 py-6">
Copy link
Member

Choose a reason for hiding this comment

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

Ce composant est un peu long, il aurait pu être découpé.

@@ -0,0 +1,20 @@
export const convertDecimeterToCmAndMeter = (value: number | null | undefined): string => {
Copy link
Member

Choose a reason for hiding this comment

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

C'est un cas parfait pour des tests unitaires. Dommage de ne pas en avoir fait.

const captureRate = data?.pokemon?.specy?.capture_rate

// Play the audio sound of the pokemon
const playCry = () => {
Copy link
Member

Choose a reason for hiding this comment

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

Sympa le cri du Pokemon 👍

@seblepers
Copy link
Member

Très bon test technique.
Tu es allé bien plus loin que ce qui était demandé, on peut d'ailleurs remarquer que tu y as passé bcp plus de temps que les 2 ou 3 heures prévues 😅

@seblepers
Copy link
Member

Petite remarque cependant : la consigne était de créer une PR sur ton propre dépôt Github, pas sur celui de Cap Collectif.
Mais elle ne devait pas être très claire car tu n'es pas le seul à t'être trompé.

@Matt-Fr
Copy link
Author

Matt-Fr commented Mar 10, 2024 via email

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.

2 participants