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

Dupla colaborativa: Olimpia Coria- Dianyela Maldonado #43

Open
wants to merge 63 commits into
base: master
Choose a base branch
from

Conversation

DianyelaMaldonado
Copy link

Proyecto: Data lovers.
App: On-Rankeds.
Información tomada de los datos propuestos para el proyecto, en este caso: League of legends.
Laboratoria.
Sede:CDMX.

DianyelaMaldonado and others added 30 commits March 12, 2020 12:38
…có archivo readme.md y se gregaron imagenes a la carpeta readme
…habia agregado una letra de más, por eso no se reflejaban al querer verlas
…gen del backgraund se anexó logo de app cambios en index.html botones
se agregó logo faltante de la app en readme.md
… style.css se le dieron estilos al slider, en main.js se hizo la funcion a los botones next y prev para la funcionalidad del slider
cambios realizados en index.html, se añadió información para slider, y…
cambios realizados en style.css en cuanto al responsive de la app, fa…
DianyelaMaldonado and others added 16 commits March 20, 2020 19:29
…ponsive-readme

se añadieron cambios en readme.md intentando cargar imagen
se añadieron cambios en data.js y en index.html la función del filtro…
…idad en responsive, visible al 100% en desktop, tablets y móvil
se agregaron cambios en dat.js en links de imagenes para la funcional…
se agrego nueva línea de código al archivo data.js
se añadió letra  S al http en data.js
…final-link

Feacture/readme cambio final link
docs/data.js Outdated
@@ -43,7 +43,7 @@ function cargarJSON() { //esta función hace la conexión y definimos como quere

function cargarJSONdos(nombreCampeon) {
let onlyChampion = document.querySelector('#onlyChampion');
Copy link
Contributor

Choose a reason for hiding this comment

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

Por qué se hacen dos peticiones?

src/data.js Outdated
}
cardsprueba.innerHTML = html;
//console.log(html);
})
Copy link
Contributor

Choose a reason for hiding this comment

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

Muy buen trabajo! Solo me queda una duda, por qué la interacción con el dom está en este archivo?

src/data.js Outdated
@@ -6,7 +6,7 @@ document.addEventListener("DOMContentLoaded", function() {

function cargarJSON() { //esta función hace la conexión y definimos como queremos que los devuleva, ya sea como texto JSON u otros metodos
let cardsprueba = document.querySelector('#cardsprueba');
fetch('http://localhost:5000/data/lol/lol.json')
fetch('http://localhost:64127/data/lol/lol.json')
.then(res => {
return res.json()
Copy link
Contributor

Choose a reason for hiding this comment

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

Por qué hacemos una llamada al localhost?

</header>
<!-- slider -->

<section id="top">
Copy link
Contributor

Choose a reason for hiding this comment

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

Borrar espacions y comentarios innecesarios.

<li> <button class="filter" data-type="Tank"> TANK<img class="b6" src="imagenes/tank2.png"> </button> </li>
<li> <button class="filter" data-type="All"> ALL CHAMPS<img class="b7"> </button> </li>
</ul>
</nav>
Copy link
Contributor

Choose a reason for hiding this comment

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

Hay que ser más consistentes con los espacios.

Copy link
Contributor

@AdrianaHY AdrianaHY left a comment

Choose a reason for hiding this comment

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

Chicas! es un excelente trabajo, continúen así! Recuerden optimizar las imágenes para que no sean tan pesadas.

DianyelaMaldonado and others added 8 commits May 20, 2020 12:53
…ere together in data.js, the code is modularized.
main.js load jsonone.js filterchamps.js variables that were written with var to let were replaced, and line 5 of filterchamps.js declared filteredChamps.
…de-restructuring

Feature/new changes  code restructuring
…de-restructuring

move position of image in readme.md
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