Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Pull request#24

Open
ipoxtik wants to merge 68 commits into
Laboratoria:masterfrom
ipoxtik:master
Open

Pull request#24
ipoxtik wants to merge 68 commits into
Laboratoria:masterfrom
ipoxtik:master

Conversation

@ipoxtik

@ipoxtik ipoxtik commented Mar 13, 2020

Copy link
Copy Markdown

:)

@HectorBlisS HectorBlisS left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Los comentarios en los commits pueden mejorar mucho, "modifique mani.js" por ejemplo no dice nada, no es util el comentario, y eviten el español a toda costa, muy bien el trabajo progresivo y en equipo, pero deben arreglar el usuario para que no aparezca gris, cómo anónimo. Muy bien por el proyecto y el uso de fetch!

Comment thread src/style.css
left: 0;
width: 560px;
height: 315px;
top: 1580px;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

El usar pixeles fijos, evita que sea responsivo

Comment thread src/main.js
});
}

window.onload = traer();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Esto no es necesario si el script está hasta el final de body, eviten las funciones en español

Comment thread src/index.html
<article class= "inter">
<div>

<iframe width="560" height="315" src="https://www.youtube.com/embed/V6SfEIoEHY0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Los iframes se evitan a toda costa, pueden crear huecos de seguridad

Comment thread README.md

## 8. Prototipo final

<img src="https://github.com/AndyyAg/CDMX009-Data-Lovers/blob/master/images/prototipofinal.png">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Bien por el uso de imagenes locales

Comment thread README.md
@@ -90,46 +90,46 @@ visualizar y manipular data.

### UX

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

El usuario configurado en global de la termina no coincide con el usuario de Github por eso aparece así en gris y sin foto

Comment thread src/style.css
color: #ffffff;
}

.modal-window header {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Bien los nombres de las clases

Comment thread src/main.js Outdated
div = appendChild('div');
img.src = character.image;
characters.innerHTML = `${character.name}`;
append(li, img);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Bien por el uso de funciones para evitar repetición de código

Comment thread src/main.js Outdated
div = appendChild('div');
img.src = character.image;
span.innerHTML = `${character.name}`;
characters.innerHTML = `${character.name}`;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Si no se mezcla text y variables no es necesario usar ``podría ser solo characters.innerText = "character.name"

Comment thread src/main.js
@@ -42,10 +44,10 @@ function traer() {
fetch(api + input.value)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Excelente por el uso de la API

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants