-
Notifications
You must be signed in to change notification settings - Fork 2
Matthieu Franck test technique #3
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
base: main
Are you sure you want to change the base?
Conversation
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"> |
There was a problem hiding this comment.
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 => { |
There was a problem hiding this comment.
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 = () => { |
There was a problem hiding this comment.
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 👍
Très bon test technique. |
Petite remarque cependant : la consigne était de créer une PR sur ton propre dépôt Github, pas sur celui de Cap Collectif. |
Hello Sébastien, Oui je n'avais pas bien compris sur le moment, je te renvoie le lien de ma PR sur mon dépôt. Lien : https://github.com/Matt-Fr/technical-test-pokedex/pull/1À bientôt, Matthieuenvoyé : 7 mars 2024 à 11:31de : Sebastien Lepers ***@***.***>à : cap-collectif/technical-test-pokedex ***@***.***>cc : Matt-Fr ***@***.***>, Author ***@***.***>objet : Re: [cap-collectif/technical-test-pokedex] Matthieu Franck test technique (PR #3) 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é.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
test technique de Matthieu Franck pour Cap Collectif